Class PatternToken
java.lang.Object
com.googlecode.aviator.lexer.token.AbstractToken<String>
com.googlecode.aviator.lexer.token.StringToken
com.googlecode.aviator.lexer.token.PatternToken
- All Implemented Interfaces:
Token<String>
,Serializable
A pattern token
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.googlecode.aviator.lexer.token.Token
Token.TokenType
-
Field Summary
FieldsFields inherited from class com.googlecode.aviator.lexer.token.AbstractToken
lexeme
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.aviator.lexer.token.StringToken
getValue
Methods inherited from class com.googlecode.aviator.lexer.token.AbstractToken
equals, getEndIndex, getLexeme, getLineNo, getMeta, getMeta, getMetaMap, getStartIndex, hashCode, setMetaMap, toString, withMeta
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PatternToken
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceToken<String>
- Overrides:
getType
in classStringToken
-