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 LabelScopeInfoLambdaCompiler._labelBlock(package private) final LabelScopeInfoLabelScopeInfo.parentFields in com.strobel.expressions with type parameters of type LabelScopeInfoModifier and TypeFieldDescriptionprivate final HashSet<LabelScopeInfo> LabelInfo._definitionsprivate final ArrayList<LabelScopeInfo> LabelInfo._referencesMethods in com.strobel.expressions with parameters of type LabelScopeInfoModifier and TypeMethodDescription(package private) final voidLabelInfo.define(LabelScopeInfo block) (package private) final voidLabelInfo.reference(LabelScopeInfo block) private voidLabelInfo.validateJump(LabelScopeInfo reference) Constructors in com.strobel.expressions with parameters of type LabelScopeInfoModifierConstructorDescription(package private)LabelScopeInfo(LabelScopeInfo parent, LabelScopeKind kind)