Package mireka.address.parser.base
Class CharToken
- Object
-
- mireka.address.parser.base.Token
-
- mireka.address.parser.base.CharToken
-
public class CharToken extends Token
-
-
Constructor Summary
Constructors Constructor Description CharToken(int ch, int position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CharToken>getSpellingTokens()StringtoString()Returns the token in a readable format which can be used in error messages.-
Methods inherited from class mireka.address.parser.base.Token
otherSyntaxException, syntaxException
-
-
-
-
Method Detail
-
getSpellingTokens
public java.util.List<CharToken> getSpellingTokens()
- Specified by:
getSpellingTokensin classToken
-
-