ProductionRule class

Constructors

ProductionRule(String name, ProductionRuleKind kind, OrderedChoiceExpression expression, String? returnType)

Properties

allCallees Set<ProductionRule>
final
allCallers Set<SymbolExpression>
final
directCallees Set<ProductionRule>
final
directCallers Set<SymbolExpression>
final
expression OrderedChoiceExpression
final
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
isNonterminal bool
no setter
isStartingRule bool?
getter/setter pair
isSubterminal bool
no setter
isTerminal bool
no setter
kind ProductionRuleKind
final
memoizationRequests Set<SymbolExpression>
final
name String
final
returnType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminalId int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited