public static final class TRegular.TagInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
action
The semantic action associated to this tag
|
String |
id
The binding associated to this tag
|
boolean |
start
Whether this tag marks the start or
the end of the bound sub-expressions
|
public final String id
public final boolean start
public final int action
public TagInfo(String id, boolean start, int action)
idid - start - action -