Uses of Enum Class
com.strobel.expressions.LabelScopeKind
Packages that use LabelScopeKind
-
Uses of LabelScopeKind in com.strobel.expressions
Fields in com.strobel.expressions declared as LabelScopeKindMethods in com.strobel.expressions that return LabelScopeKindModifier and TypeMethodDescriptionstatic LabelScopeKind
Returns 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 void
LambdaCompiler.popLabelBlock
(LabelScopeKind kind) private void
LambdaCompiler.pushLabelBlock
(LabelScopeKind type) Constructors in com.strobel.expressions with parameters of type LabelScopeKindModifierConstructorDescription(package private)
LabelScopeInfo
(LabelScopeInfo parent, LabelScopeKind kind)