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. definitionsMethods in com.strobel.expressions that return VariableStorageKind Modifier and Type Method Description static VariableStorageKindVariableStorageKind. 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 voidVariableBinder. reference(ParameterExpression node, VariableStorageKind storage)
-