Uses of Enum Class
de.jplag.semantics.VariableScope
Packages that use VariableScope
-
Uses of VariableScope in de.jplag.semantics
Methods in de.jplag.semantics that return VariableScopeModifier and TypeMethodDescriptionstatic VariableScopeReturns the enum constant of this class with the specified name.static VariableScope[]VariableScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.jplag.semantics with parameters of type VariableScopeModifier and TypeMethodDescriptionvoidVariableRegistry.registerVariable(String variableName, VariableScope scope, boolean mutable) Register a variable.