Uses of Enum Class
com.strobel.expressions.VariableStorageKind
Packages that use VariableStorageKind
-
Uses of VariableStorageKind in com.strobel.expressions
Subclasses with type arguments of type VariableStorageKind in com.strobel.expressionsFields in com.strobel.expressions with type parameters of type VariableStorageKindModifier and TypeFieldDescription(package private) final Map<ParameterExpression, VariableStorageKind> CompilerScope.definitionsMethods in com.strobel.expressions that return VariableStorageKindModifier and TypeMethodDescriptionstatic VariableStorageKindReturns 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 voidVariableBinder.reference(ParameterExpression node, VariableStorageKind storage)