Package org.eclipse.xtext.nodemodel
Interface ILeafNode
-
- All Superinterfaces:
INode
- All Known Implementing Classes:
HiddenLeafNode,HiddenLeafNodeWithSyntaxError,LeafNode,LeafNodeWithSyntaxError
public interface ILeafNode extends INode
A leaf node in the parse tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHidden()Returnstrueif the node was produced by a hidden token.-
Methods inherited from interface org.eclipse.xtext.nodemodel.INode
getAsTreeIterable, getEndLine, getEndOffset, getGrammarElement, getLeafNodes, getLength, getNextSibling, getOffset, getParent, getPreviousSibling, getRootNode, getSemanticElement, getStartLine, getSyntaxErrorMessage, getText, getTextRegion, getTextRegionWithLineInformation, getTotalEndLine, getTotalEndOffset, getTotalLength, getTotalOffset, getTotalStartLine, getTotalTextRegion, getTotalTextRegionWithLineInformation, hasDirectSemanticElement, hasNextSibling, hasPreviousSibling, hasSiblings
-
-