Uses of Class
nlScript.core.Symbol
Packages that use Symbol
-
Uses of Symbol in nlScript
-
Uses of Symbol in nlScript.core
Subclasses of Symbol in nlScript.coreModifier and TypeClassDescriptionclassclassstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in nlScript.core declared as SymbolMethods in nlScript.core that return SymbolModifier and TypeMethodDescriptionRDParser.SymbolSequence.getCurrentSymbol()RepresentsSymbol.getRepresentedSymbol()Symbol.getRepresentedSymbol()Symbol[]Production.getRight()DefaultParsedNode.getSymbol()Named.getSymbol()Methods in nlScript.core with parameters of type SymbolModifier and TypeMethodDescriptionvoidAutocompletion.EntireSequence.addLiteral(Symbol symbol, String name, String completion) voidAutocompletion.EntireSequence.addParameterized(Symbol symbol, String name, String parameter) ParsedNodeFactory.createNode(Matcher matcher, Symbol symbol, Production production) static Autocompletion[]Autocompletion.literal(Symbol forSymbol, String symbolName, CharSequence... literal) booleanChecks recursively if thisNonTerminaluses the specified symbol in any sub-productionConstructors in nlScript.core with parameters of type SymbolModifierConstructorDescriptionAutocompletion(Symbol forSymbol, String symbolName) DefaultParsedNode(Matcher matcher, Symbol symbol, Production production) EntireSequence(Symbol forSymbol, String symbolName, Rule sequence) Parameterized(Symbol forSymbol, String symbolName, String paramName) Production(NonTerminal left, Symbol... right) SymbolSequence(Symbol start) -
Uses of Symbol in nlScript.ebnf
Fields in nlScript.ebnf declared as SymbolFields in nlScript.ebnf with type parameters of type SymbolMethods in nlScript.ebnf that return SymbolModifier and TypeMethodDescriptionSymbol[]Rule.getChildren()Join.getEntry()Optional.getEntry()Plus.getEntry()Repeat.getEntry()Star.getEntry()Rule.getRepresentedSymbol()protected static Symbol[]EBNFCore.getSymbols(Named<?>... named) Methods in nlScript.ebnf with parameters of type SymbolModifier and TypeMethodDescriptionstatic EBNFProductionRule.addProduction(BNF grammar, Rule rule, NonTerminal left, Symbol... right) voidEBNFParsedNodeFactory.createNode(Matcher matcher, Symbol symbol, Production production) EBNFCore.join(String type, Named<?> child, Symbol open, Symbol close, Symbol delimiter, boolean onlyKeepEntries, String... names) EBNFCore.join(String type, Named<?> child, Symbol open, Symbol close, Symbol delimiter, boolean onlyKeepEntries, Range cardinality) EBNFCore.join(String type, Named<?> child, Symbol open, Symbol close, Symbol delimiter, String... names) EBNFCore.join(String type, Named<?> child, Symbol open, Symbol close, Symbol delimiter, Range cardinality) Constructors in nlScript.ebnf with parameters of type SymbolModifierConstructorDescriptionEBNFProduction(Rule rule, NonTerminal left, Symbol... right) Optional(NonTerminal tgt, Symbol child) Or(NonTerminal tgt, Symbol... children) Plus(NonTerminal tgt, Symbol child) Repeat(NonTerminal tgt, Symbol child, int from, int to) Rule(String type, NonTerminal tgt, Symbol... children) Sequence(NonTerminal tgt, Symbol... children) Star(NonTerminal tgt, Symbol child)