Class Token
- java.lang.Object
-
- net.sourceforge.plantuml.tim.expression.Token
-
public class Token extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonValue
getJson()
String
getSurface()
TokenOperator
getTokenOperator()
TokenType
getTokenType()
Token
muteToFunction()
String
toString()
-
-
-
Method Detail
-
getTokenOperator
public TokenOperator getTokenOperator()
-
getSurface
public final String getSurface()
-
getTokenType
public final TokenType getTokenType()
-
muteToFunction
public Token muteToFunction()
-
getJson
public JsonValue getJson()
-
-