Uses of Class
com.strobel.expressions.LabelScopeInfo
Packages that use LabelScopeInfo
-
Uses of LabelScopeInfo in com.strobel.expressions
Fields in com.strobel.expressions declared as LabelScopeInfoModifier and TypeFieldDescriptionprivate LabelScopeInfo
LambdaCompiler._labelBlock
(package private) final LabelScopeInfo
LabelScopeInfo.parent
Fields in com.strobel.expressions with type parameters of type LabelScopeInfoModifier and TypeFieldDescriptionprivate final HashSet
<LabelScopeInfo> LabelInfo._definitions
private final ArrayList
<LabelScopeInfo> LabelInfo._references
Methods in com.strobel.expressions with parameters of type LabelScopeInfoModifier and TypeMethodDescription(package private) final void
LabelInfo.define
(LabelScopeInfo block) (package private) final void
LabelInfo.reference
(LabelScopeInfo block) private void
LabelInfo.validateJump
(LabelScopeInfo reference) Constructors in com.strobel.expressions with parameters of type LabelScopeInfoModifierConstructorDescription(package private)
LabelScopeInfo
(LabelScopeInfo parent, LabelScopeKind kind)