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 JsonValuegetJson()StringgetSurface()TokenOperatorgetTokenOperator()TokenTypegetTokenType()TokenmuteToFunction()StringtoString()
-
-
-
Method Detail
-
getTokenOperator
public TokenOperator getTokenOperator()
-
getSurface
public final String getSurface()
-
getTokenType
public final TokenType getTokenType()
-
muteToFunction
public Token muteToFunction()
-
getJson
public JsonValue getJson()
-
-