Uses of Enum Class
com.strobel.expressions.VariableStorageKind
Packages that use VariableStorageKind
-
Uses of VariableStorageKind in com.strobel.expressions
Fields in com.strobel.expressions with type parameters of type VariableStorageKindModifier and TypeFieldDescription(package private) final Map
<ParameterExpression, VariableStorageKind> CompilerScope.definitions
Methods in com.strobel.expressions that return VariableStorageKindModifier and TypeMethodDescriptionstatic VariableStorageKind
Returns the enum constant of this class with the specified name.static VariableStorageKind[]
VariableStorageKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.expressions with parameters of type VariableStorageKindModifier and TypeMethodDescriptionprivate void
VariableBinder.reference
(ParameterExpression node, VariableStorageKind storage)