public class StringToken extends AbstractToken<String>
Token.TokenType
lexeme
StringToken(String lexeme, int startIndex)
getType()
String
getValue(Map<String,Object> env)
equals, getLexeme, getStartIndex, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public StringToken(String lexeme, int startIndex)
public Token.TokenType getType()
public String getValue(Map<String,Object> env)
Copyright © 2017. All Rights Reserved.