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) LabelScopeKindLabelScopeInfo. kindMethods in com.strobel.expressions that return LabelScopeKind Modifier and Type Method Description static LabelScopeKindLabelScopeKind. 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 voidLambdaCompiler. popLabelBlock(LabelScopeKind kind)private voidLambdaCompiler. pushLabelBlock(LabelScopeKind type)Constructors in com.strobel.expressions with parameters of type LabelScopeKind Constructor Description LabelScopeInfo(LabelScopeInfo parent, LabelScopeKind kind)
-