Uses of Class
com.knezevic.edaf.v3.repr.grammar.model.ProductionRule
Packages that use ProductionRule
-
Uses of ProductionRule in com.knezevic.edaf.v3.repr.grammar.model
Methods in com.knezevic.edaf.v3.repr.grammar.model that return ProductionRuleModifier and TypeMethodDescriptionDerivationTree.RuleNode.productionRule()Returns the value of theproductionRulerecord component.Methods in com.knezevic.edaf.v3.repr.grammar.model that return types with arguments of type ProductionRuleModifier and TypeMethodDescriptionGrammar.rulesFor(NonTerminal symbol) Returns productions for one non-terminal.Constructors in com.knezevic.edaf.v3.repr.grammar.model with parameters of type ProductionRuleModifierConstructorDescriptionRuleNode(NonTerminal nonTerminal, ProductionRule productionRule, List<DerivationTree> children, int depth) Immutable constructor.Constructor parameters in com.knezevic.edaf.v3.repr.grammar.model with type arguments of type ProductionRuleModifierConstructorDescriptionGrammar(NonTerminal startSymbol, Map<NonTerminal, List<ProductionRule>> rules, Map<String, Object> metadata) Creates immutable grammar.