Uses of Interface
org.opencypher.tools.g4tree.GrammarItem
-
Packages that use GrammarItem Package Description org.opencypher.tools.g4tree -
-
Uses of GrammarItem in org.opencypher.tools.g4tree
Subinterfaces of GrammarItem in org.opencypher.tools.g4tree Modifier and Type Interface Description interfaceElementClasses in org.opencypher.tools.g4tree that implement GrammarItem Modifier and Type Class Description classBnfSymbolLiteralliteral containing bnf symbols in bnf this can only be the whole rule.classCharacterLiteralclassElementWithCardinalityclassEOFreferenceclassExclusionCharacterSetclassFreeTextItemclassGrammarNameclassGrammarTopclassGroupclassInAlternativeclassInAlternativesclassInHeaderclassInLiteralclassInOptionalclassListedCharacterSetclassNamedCharacterSetclassOneOrMoreclassRuleclassRuleIdclassRuleListclassZeroOrMoreMethods in org.opencypher.tools.g4tree that return GrammarItem Modifier and Type Method Description GrammarItemElementWithCardinality. extractContent()GrammarItemOneOrMore. getContent()GrammarItemRule. getRhs()GrammarItemBnfSymbolLiteral. reachThrough()GrammarItemCharacterLiteral. reachThrough()GrammarItemElementWithCardinality. reachThrough()GrammarItemEOFreference. reachThrough()GrammarItemExclusionCharacterSet. reachThrough()GrammarItemFreeTextItem. reachThrough()GrammarItemGrammarItem. reachThrough()if this item is a wrapper round a single item, get that one.GrammarItemGrammarName. reachThrough()GrammarItemGrammarTop. reachThrough()GrammarItemInHeader. reachThrough()GrammarItemInLiteral. reachThrough()GrammarItemListedCharacterSet. reachThrough()GrammarItemNamedCharacterSet. reachThrough()GrammarItemRule. reachThrough()GrammarItemRuleId. reachThrough()GrammarItemRuleList. reachThrough()Methods in org.opencypher.tools.g4tree that return types with arguments of type GrammarItem Modifier and Type Method Description List<GrammarItem>BnfSymbolLiteral. getChildren()List<GrammarItem>CharacterLiteral. getChildren()List<GrammarItem>ElementWithCardinality. getChildren()List<GrammarItem>EOFreference. getChildren()List<GrammarItem>ExclusionCharacterSet. getChildren()List<GrammarItem>FreeTextItem. getChildren()List<GrammarItem>GrammarItem. getChildren()get the child items as a list.List<GrammarItem>GrammarName. getChildren()List<GrammarItem>GrammarTop. getChildren()List<GrammarItem>InHeader. getChildren()List<GrammarItem>InLiteral. getChildren()List<GrammarItem>ListedCharacterSet. getChildren()List<GrammarItem>NamedCharacterSet. getChildren()List<GrammarItem>Rule. getChildren()List<GrammarItem>RuleId. getChildren()Constructors in org.opencypher.tools.g4tree with parameters of type GrammarItem Constructor Description ElementWithCardinality(GrammarItem content)Group(GrammarItem content)InOptional(GrammarItem content)OneOrMore(GrammarItem content)Rule(GrammarItem ruleName, GrammarItem rhs, boolean keyWordRule, Rule.RuleType ruleType, String description)Rule(GrammarItem ruleName, GrammarItem rhs, String description)ZeroOrMore(GrammarItem content)
-