ExValue.DefaultImpls| Constructor and Description |
|---|
ExValueVar(ExDataType type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
ExDataType |
getType() |
java.lang.Object |
getValue(VarProvider vp) |
java.lang.String |
getVariableName()
If not null, this value is a variable.
|
java.lang.String |
toString() |
getType, getValue, getVariableName, isLiteral, isVariablepublic ExValueVar(ExDataType type, java.lang.String name)
public ExDataType getType()
public java.lang.String getVariableName()
If not null, this value is a variable.
public java.lang.Object getValue(VarProvider vp)
public java.lang.String toString()