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()RDParser.SymbolSequence.getSymbol(int i) 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 with type parameters of type SymbolMethods in nlScript.ebnf that return SymbolModifier and TypeMethodDescriptionRule.getRepresentedSymbol()protected static Symbol[]Rule.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) Rule.getChildGenerator(String childName, EBNFCore ebnf, Symbol otherwise) Constructors in nlScript.ebnf with parameters of type Symbol