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 LabelScopeInfo
LambdaCompiler. _labelBlock
(package private) LabelScopeInfo
LabelScopeInfo. parent
Fields in com.strobel.expressions with type parameters of type LabelScopeInfo Modifier and Type Field Description private java.util.HashSet<LabelScopeInfo>
LabelInfo. _definitions
private java.util.ArrayList<LabelScopeInfo>
LabelInfo. _references
Methods in com.strobel.expressions with parameters of type LabelScopeInfo Modifier and Type Method Description (package private) void
LabelInfo. define(LabelScopeInfo block)
(package private) void
LabelInfo. reference(LabelScopeInfo block)
private void
LabelInfo. validateJump(LabelScopeInfo reference)
Constructors in com.strobel.expressions with parameters of type LabelScopeInfo Constructor Description LabelScopeInfo(LabelScopeInfo parent, LabelScopeKind kind)
-