Package org.opencypher.tools.g4tree
Interface Element
-
- All Superinterfaces:
GrammarItem
- All Known Implementing Classes:
CharacterLiteral,ElementWithCardinality,Group,InLiteral,InOptional,OneOrMore,RuleId,ZeroOrMore
public interface Element extends GrammarItem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opencypher.tools.g4tree.GrammarItem
GrammarItem.ItemType
-
-
Field Summary
-
Fields inherited from interface org.opencypher.tools.g4tree.GrammarItem
INDENT
-
-
Method Summary
-
Methods inherited from interface org.opencypher.tools.g4tree.GrammarItem
getChildren, getStructure, getType, isKeywordPart, isPlural, reachThrough
-
-