FirstFollowResult class

A data class to store the result of first and follow sets

Constructors

FirstFollowResult(ProductionTerminals firstList, ProductionTerminals followList)
Default constructor that initializes both first and follow sets
const

Properties

firstList ProductionTerminals
The first-set map for each production
final
followList ProductionTerminals
The follow-set map for each production
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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