Column class

Constructors

Column(NearleyGrammar? grammar, int index)

Properties

completed Map?
getter/setter pair
grammar NearleyGrammar?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannable List<ColumnState>
getter/setter pair
states List<ColumnState?>
getter/setter pair
wants Map?
getter/setter pair

Methods

complete(dynamic left, dynamic right) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
predict(dynamic exp) → void
process() → void
toString() String
A string representation of this object.
inherited

Operators

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