Token |
Token.append(TokenFormat.Segment segment) |
|
Token |
Token.append(String segmentType,
String value) |
Construct a new Token by appending a new TokenFormat.Segment, based
on the supplied segmentType and value, to the end of this
Token.
|
static Token |
Token.parse(String token) |
Parse a Token from the supplied string representation using the default format.
|
Token |
Token.removeLastSegment() |
|
static Token |
Token.root(String segmentType,
String value) |
Create a root Token from the supplied segmentType and
value using the default format.
|