public static final class TLexerEntry.Finisher extends Object
Modifier and Type | Field and Description |
---|---|
int |
action
The semantic action's number
(in order of appearance in the syntactic clauses)
|
Extent |
loc
The location of the semantic action per se
|
TreeMap<String,Optimiser.IdentInfo> |
tags
For every name bound in the corresponding clause,
an interpretation of the identifier in terms of
tags and static offsets
|
Constructor and Description |
---|
Finisher(int action,
TreeMap<String,Optimiser.IdentInfo> tags,
Extent loc)
Builds a finisher based on all the arguments
|
public final int action
public final TreeMap<String,Optimiser.IdentInfo> tags
public final Extent loc
public Finisher(int action, TreeMap<String,Optimiser.IdentInfo> tags, Extent loc)
action
- tags
- loc
-