Uses of Enum Class
net.sourceforge.plantuml.tim.TVariableScope
Packages that use TVariableScope
-
Uses of TVariableScope in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return TVariableScopeModifier and TypeMethodDescriptionstatic TVariableScope
TVariableScope.lazzyParse
(String value) static TVariableScope
Returns the enum constant of this class with the specified name.static TVariableScope[]
TVariableScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.tim with parameters of type TVariableScopeModifier and TypeMethodDescriptionvoid
TMemory.putVariable
(String varname, TValue value, TVariableScope scope, StringLocated location) void
TMemoryGlobal.putVariable
(String varname, TValue value, TVariableScope scope, StringLocated location) void
TMemoryLocal.putVariable
(String varname, TValue value, TVariableScope scope, StringLocated location)