Class TValue
java.lang.Object
net.sourceforge.plantuml.tim.expression.TValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TValue
fromBoolean
(boolean b) static TValue
fromInt
(int v) static TValue
static TValue
fromNumber
(Token token) static TValue
fromString
(String s) static TValue
fromString
(Token token) greaterThan
(TValue v2) boolean
isJson()
boolean
isNumber()
boolean
isString()
logicalAnd
(TValue v2) boolean
int
toInt()
toJson()
toString()
toToken()
-
Constructor Details
-
TValue
-
-
Method Details
-
fromInt
-
fromBoolean
-
fromJson
-
toString
-
fromString
-
fromString
-
fromNumber
-
add
-
minus
-
multiply
-
dividedBy
-
isNumber
public boolean isNumber() -
isJson
public boolean isJson() -
isString
public boolean isString() -
toToken
-
greaterThanOrEquals
-
greaterThan
-
lessThanOrEquals
-
lessThan
-
equalsOperation
-
notEquals
-
toBoolean
public boolean toBoolean() -
toInt
public int toInt() -
logicalAnd
-
logicalOr
-
toJson
-
toJsonValue
-