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.)