ColumnState constructor
ColumnState(
- Rule rule,
- dynamic dot,
- dynamic reference,
- dynamic wantedBy,
Implementation
ColumnState(this.rule, this.dot, this.reference, this.wantedBy) {
data = [];
isComplete = dot == rule.symbols.length;
}