public static final class Optimiser.TagKey extends Object
TRegular.TagInfo
, but without the
semantic action. This is used as a key in
environments mapping tags to relative offsets
described by Optimiser.TagAddr
Modifier and Type | Field and Description |
---|---|
String |
id
The name associated to the tag
|
boolean |
start
Whether this tag marks the start of some
bound subexpression or the end
|
Constructor and Description |
---|
TagKey(String id,
boolean start) |
TagKey(TRegular.TagInfo info) |
public final String id
public final boolean start
public TagKey(String id, boolean start)
id
- start
- public TagKey(TRegular.TagInfo info)
info
-