Uses of Class
com.strobel.expressions.LabelInfo
-
Packages that use LabelInfo Package Description com.strobel.expressions -
-
Uses of LabelInfo in com.strobel.expressions
Fields in com.strobel.expressions with type parameters of type LabelInfo Modifier and Type Field Description private java.util.Map<LabelTarget,LabelInfo>LambdaCompiler. _labelInfoprivate java.util.HashMap<LabelTarget,LabelInfo>LabelScopeInfo. labelsMethods in com.strobel.expressions that return LabelInfo Modifier and Type Method Description private LabelInfoLambdaCompiler. defineLabel(LabelTarget node)private LabelInfoLambdaCompiler. ensureLabel(LabelTarget node)private LabelInfoLambdaCompiler. referenceLabel(LabelTarget node)(package private) LabelInfoLabelScopeInfo. tryGetLabelInfo(LabelTarget target)Methods in com.strobel.expressions with parameters of type LabelInfo Modifier and Type Method Description (package private) voidLabelScopeInfo. addLabelInfo(LabelTarget target, LabelInfo info)
-