public static final class TCustomParser.ProofReduction extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
length
Number of stack entries the rule pops.
|
int |
lhsSymbol
LHS symbol the rule reduces to, as stored in the generated tables.
|
long |
lookaheadOffset
Character offset of the lookahead token in hand when the reduction
ran, or -1 when the reduction needed no lookahead (a default
reduction).
|
int |
rule
yacc rule number (positive).
|
int |
stackDepthBeforePop
Stack depth BEFORE the pop — the rule spans depths [depth-length+1, depth].
|
public final int rule
public final int length
public final int lhsSymbol
public final int stackDepthBeforePop
public final long lookaheadOffset