Uses of Enum Class
de.jplag.semantics.VariableAccessType
Packages that use VariableAccessType
-
Uses of VariableAccessType in de.jplag.semantics
Methods in de.jplag.semantics that return VariableAccessTypeModifier and TypeMethodDescriptionstatic VariableAccessTypeReturns the enum constant of this class with the specified name.static VariableAccessType[]VariableAccessType.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 VariableAccessTypeModifier and TypeMethodDescriptionvoidVariableRegistry.setNextVariableAccessType(VariableAccessType nextVariableAccessType) Set the type of the next variable access.