Uses of Interface
com.knezevic.edaf.v3.repr.grammar.model.GrammarSymbol
Packages that use GrammarSymbol
-
Uses of GrammarSymbol in com.knezevic.edaf.v3.repr.grammar.model
Classes in com.knezevic.edaf.v3.repr.grammar.model that implement GrammarSymbolModifier and TypeClassDescriptionfinal classBoolean literal terminal.final classNumeric literal terminal.final classEphemeral random constant (ERC) terminal definition.final classOne non-terminal symbol in a grammar.final classTerminal that references one executable operator definition.classBase terminal symbol class.final classVariable reference terminal.Methods in com.knezevic.edaf.v3.repr.grammar.model that return types with arguments of type GrammarSymbolModifier and TypeMethodDescriptionProductionRule.childSymbols()Returns child symbols used to build derivation tree children.ProductionRule.right()Full right-hand side symbol sequence.Constructor parameters in com.knezevic.edaf.v3.repr.grammar.model with type arguments of type GrammarSymbolModifierConstructorDescriptionProductionRule(String id, NonTerminal left, List<GrammarSymbol> right) Creates immutable production rule.