Constructors
constructor
- new LRItem(production: Production, lookAhead: string[], dotPos?: number): LRItem
-
Parameters
-
-
lookAhead: string[]
-
Default value dotPos: number = 0
Properties
dotPos
dotPos: number
lookAhead
lookAhead: string[]
production
Methods
toString
-
Returns string
Represents a LR(1) Item
LRItem