Uses of Enum Class
com.strobel.expressions.LabelScopeKind
Packages that use LabelScopeKind
-
Uses of LabelScopeKind in com.strobel.expressions
Subclasses with type arguments of type LabelScopeKind in com.strobel.expressionsFields in com.strobel.expressions declared as LabelScopeKindMethods in com.strobel.expressions that return LabelScopeKindModifier and TypeMethodDescriptionstatic LabelScopeKindReturns the enum constant of this class with the specified name.static LabelScopeKind[]LabelScopeKind.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 LabelScopeKindModifier and TypeMethodDescriptionprivate voidLambdaCompiler.popLabelBlock(LabelScopeKind kind) private voidLambdaCompiler.pushLabelBlock(LabelScopeKind type) Constructors in com.strobel.expressions with parameters of type LabelScopeKindModifierConstructorDescription(package private)LabelScopeInfo(LabelScopeInfo parent, LabelScopeKind kind)