Class IASTCompletionNode.CompletionNameEntry

java.lang.Object
org.eclipse.cdt.core.dom.ast.IASTCompletionNode.CompletionNameEntry
Enclosing interface:
IASTCompletionNode

public static class IASTCompletionNode.CompletionNameEntry extends Object
Represents a name that fits in this context, and its parent. The parent is stored separately because two entries can have the same name but different parents. (This is due to the parser sometimes re-using nodes between alternatives in an ambiguous node.)
Since:
6.4
  • Field Details

  • Constructor Details

    • CompletionNameEntry

      public CompletionNameEntry(IASTName name, IASTNode parent)