Uses of Class
net.sourceforge.plantuml.tim.expression.TValue
-
Packages that use TValue Package Description net.sourceforge.plantuml.preproc net.sourceforge.plantuml.tim net.sourceforge.plantuml.tim.expression net.sourceforge.plantuml.tim.stdlib -
-
Uses of TValue in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc that return TValue Modifier and Type Method Description TValue
Define. asTVariable()
-
Uses of TValue in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return TValue Modifier and Type Method Description TValue
ExecutionContextWhile. conditionValue(LineLocation location, TContext context, TMemory memory)
protected TValue
Eater. eatExpression(TContext context, TMemory memory)
protected TValue
Eater. eatExpressionStopAtColon(TContext context, TMemory memory)
TValue
TContext. executeLines(TMemory memory, java.util.List<StringLocated> body, TFunctionType ftype, boolean modeSpecial)
TValue
TFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
TFunctionImpl. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
TFunctionArgument. getOptionalDefaultValue()
TValue
EaterReturn. getValue2()
TValue
TMemory. getVariable(java.lang.String varname)
TValue
TMemoryGlobal. getVariable(java.lang.String varname)
TValue
TMemoryLocal. getVariable(java.lang.String varname)
Methods in net.sourceforge.plantuml.tim that return types with arguments of type TValue Modifier and Type Method Description java.util.Map<java.lang.String,TValue>
EaterFunctionCall. getNamedArguments()
java.util.List<TValue>
EaterFunctionCall. getValues()
Methods in net.sourceforge.plantuml.tim with parameters of type TValue Modifier and Type Method Description void
TMemory. putVariable(java.lang.String varname, TValue value, TVariableScope scope)
void
TMemoryGlobal. putVariable(java.lang.String varname, TValue value, TVariableScope scope)
void
TMemoryLocal. putVariable(java.lang.String varname, TValue value, TVariableScope scope)
Method parameters in net.sourceforge.plantuml.tim with type arguments of type TValue Modifier and Type Method Description void
TFunction. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
void
TFunction. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
void
TFunctionImpl. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
void
TFunctionImpl. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
TFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
TFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
TFunctionImpl. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
TFunctionImpl. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TMemory
TMemory. forkFromGlobal(java.util.Map<java.lang.String,TValue> input)
TMemory
TMemoryGlobal. forkFromGlobal(java.util.Map<java.lang.String,TValue> input)
TMemory
TMemoryLocal. forkFromGlobal(java.util.Map<java.lang.String,TValue> input)
Constructors in net.sourceforge.plantuml.tim with parameters of type TValue Constructor Description TFunctionArgument(java.lang.String name, TValue def)
Constructor parameters in net.sourceforge.plantuml.tim with type arguments of type TValue Constructor Description TMemoryLocal(TMemoryGlobal global, java.util.Map<java.lang.String,TValue> input)
-
Uses of TValue in net.sourceforge.plantuml.tim.expression
Methods in net.sourceforge.plantuml.tim.expression that return TValue Modifier and Type Method Description TValue
TValue. add(TValue v2)
TValue
TValue. dividedBy(TValue v2)
TValue
TValue. equalsOperation(TValue v2)
static TValue
TValue. fromBoolean(boolean b)
static TValue
TValue. fromInt(int v)
static TValue
TValue. fromJson(JsonValue json)
static TValue
TValue. fromNumber(Token token)
static TValue
TValue. fromString(java.lang.String s)
static TValue
TValue. fromString(Token token)
TValue
ReversePolishInterpretor. getResult()
TValue
TokenStack. getResult(LineLocation location, TContext context, TMemory memory)
TValue
Knowledge. getVariable(java.lang.String name)
TValue
TValue. greaterThan(TValue v2)
TValue
TValue. greaterThanOrEquals(TValue v2)
TValue
TValue. lessThan(TValue v2)
TValue
TValue. lessThanOrEquals(TValue v2)
TValue
TValue. logicalAnd(TValue v2)
TValue
TValue. logicalOr(TValue v2)
TValue
TValue. minus(TValue v2)
TValue
TValue. multiply(TValue v2)
TValue
TValue. notEquals(TValue v2)
abstract TValue
TokenOperator. operate(TValue v1, TValue v2)
Methods in net.sourceforge.plantuml.tim.expression with parameters of type TValue Modifier and Type Method Description TValue
TValue. add(TValue v2)
TValue
TValue. dividedBy(TValue v2)
TValue
TValue. equalsOperation(TValue v2)
TValue
TValue. greaterThan(TValue v2)
TValue
TValue. greaterThanOrEquals(TValue v2)
TValue
TValue. lessThan(TValue v2)
TValue
TValue. lessThanOrEquals(TValue v2)
TValue
TValue. logicalAnd(TValue v2)
TValue
TValue. logicalOr(TValue v2)
TValue
TValue. minus(TValue v2)
TValue
TValue. multiply(TValue v2)
TValue
TValue. notEquals(TValue v2)
abstract TValue
TokenOperator. operate(TValue v1, TValue v2)
-
Uses of TValue in net.sourceforge.plantuml.tim.stdlib
Methods in net.sourceforge.plantuml.tim.stdlib that return TValue Modifier and Type Method Description TValue
AlwaysFalse. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
AlwaysTrue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
CallUserFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
DateFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Dirpath. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
FileExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Filename. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
FunctionExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Getenv. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
GetVariableValue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
GetVersion. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
IntVal. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
InvokeProcedure. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
LogicalNot. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Lower. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Newline. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
RetrieveProcedure. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
SetVariableValue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
StringFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Strlen. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Strpos. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Substr. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Upper. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
VariableExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
Method parameters in net.sourceforge.plantuml.tim.stdlib with type arguments of type TValue Modifier and Type Method Description void
InvokeProcedure. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
void
InvokeProcedure. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
void
SimpleReturnFunction. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
void
SimpleReturnFunction. executeProcedureInternal(TContext context, TMemory memory, java.util.List<TValue> args, java.util.Map<java.lang.String,TValue> named)
TValue
AlwaysFalse. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
AlwaysFalse. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
AlwaysTrue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
AlwaysTrue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
CallUserFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
CallUserFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
DateFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
DateFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Dirpath. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Dirpath. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
FileExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
FileExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Filename. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Filename. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
FunctionExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
FunctionExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Getenv. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Getenv. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
GetVariableValue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
GetVariableValue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
GetVersion. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
GetVersion. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
IntVal. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
IntVal. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
InvokeProcedure. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
InvokeProcedure. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
LogicalNot. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
LogicalNot. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Lower. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Lower. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Newline. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Newline. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
RetrieveProcedure. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
RetrieveProcedure. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
SetVariableValue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
SetVariableValue. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
StringFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
StringFunction. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Strlen. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Strlen. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Strpos. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Strpos. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Substr. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Substr. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Upper. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
Upper. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
VariableExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
TValue
VariableExists. executeReturnFunction(TContext context, TMemory memory, LineLocation location, java.util.List<TValue> values, java.util.Map<java.lang.String,TValue> named)
-