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 TVariableScopeTVariableScope.lazzyParse(String value) static TVariableScopeReturns 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 TypeMethodDescriptionvoidTMemory.putVariable(String varname, TValue value, TVariableScope scope) voidTMemoryGlobal.putVariable(String varname, TValue value, TVariableScope scope) voidTMemoryLocal.putVariable(String varname, TValue value, TVariableScope scope)