Uses of Class
com.strobel.expressions.LabelScopeKind
-
Packages that use LabelScopeKind Package Description com.strobel.expressions -
-
Uses of LabelScopeKind in com.strobel.expressions
Fields in com.strobel.expressions declared as LabelScopeKind Modifier and Type Field Description (package private) LabelScopeKind
LabelScopeInfo. kind
Methods in com.strobel.expressions that return LabelScopeKind Modifier and Type Method Description static LabelScopeKind
LabelScopeKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LabelScopeKind[]
LabelScopeKind. 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 LabelScopeKind Modifier and Type Method Description private void
LambdaCompiler. popLabelBlock(LabelScopeKind kind)
private void
LambdaCompiler. pushLabelBlock(LabelScopeKind type)
Constructors in com.strobel.expressions with parameters of type LabelScopeKind Constructor Description LabelScopeInfo(LabelScopeInfo parent, LabelScopeKind kind)
-