| xtc.parser.Element xtc.parser.ValueElement xtc.parser.TokenValue
TokenValue | public class TokenValue extends ValueElement (Code) | | Element to collect a production's text as a token.
author: Robert Grimm version: $Revision: 1.3 $ |
Field Summary | |
final public static TokenValue | VALUE The canonical token value element with unknown text. | final public String | text The statically known text, which is optional. |
VALUE | final public static TokenValue VALUE(Code) | | The canonical token value element with unknown text.
|
text | final public String text(Code) | | The statically known text, which is optional.
|
TokenValue | public TokenValue()(Code) | | Create a new token value.
|
TokenValue | public TokenValue(String text)(Code) | | Create a new token value.
Parameters: text - The statically determined text. |
hashCode | public int hashCode()(Code) | | |
Methods inherited from xtc.parser.Element | abstract public Tag tag()(Code)(Java Doc)
|
|
|