Uses of Class
com.strobel.expressions.VariableStorageKind
-
Packages that use VariableStorageKind Package Description com.strobel.expressions -
-
Uses of VariableStorageKind in com.strobel.expressions
Fields in com.strobel.expressions with type parameters of type VariableStorageKind Modifier and Type Field Description (package private) java.util.Map<ParameterExpression,VariableStorageKind>
CompilerScope. definitions
Methods in com.strobel.expressions that return VariableStorageKind Modifier and Type Method Description static VariableStorageKind
VariableStorageKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VariableStorageKind[]
VariableStorageKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.expressions with parameters of type VariableStorageKind Modifier and Type Method Description private void
VariableBinder. reference(ParameterExpression node, VariableStorageKind storage)
-