Uses of Class
com.strobel.expressions.LabelScopeInfo
-
Packages that use LabelScopeInfo Package Description com.strobel.expressions -
-
Uses of LabelScopeInfo in com.strobel.expressions
Fields in com.strobel.expressions declared as LabelScopeInfo Modifier and Type Field Description private LabelScopeInfoLambdaCompiler. _labelBlock(package private) LabelScopeInfoLabelScopeInfo. parentFields in com.strobel.expressions with type parameters of type LabelScopeInfo Modifier and Type Field Description private java.util.HashSet<LabelScopeInfo>LabelInfo. _definitionsprivate java.util.ArrayList<LabelScopeInfo>LabelInfo. _referencesMethods in com.strobel.expressions with parameters of type LabelScopeInfo Modifier and Type Method Description (package private) voidLabelInfo. define(LabelScopeInfo block)(package private) voidLabelInfo. reference(LabelScopeInfo block)private voidLabelInfo. validateJump(LabelScopeInfo reference)Constructors in com.strobel.expressions with parameters of type LabelScopeInfo Constructor Description LabelScopeInfo(LabelScopeInfo parent, LabelScopeKind kind)
-