Uses of Class
com.strobel.expressions.LabelExpression
-
Packages that use LabelExpression Package Description com.strobel.expressions -
-
Uses of LabelExpression in com.strobel.expressions
Methods in com.strobel.expressions that return LabelExpression Modifier and Type Method Description static LabelExpression
Expression. label(LabelTarget target)
static LabelExpression
Expression. label(LabelTarget target, Expression defaultValue)
LabelExpression
LabelExpression. update(LabelTarget target, Expression defaultValue)
Methods in com.strobel.expressions with parameters of type LabelExpression Modifier and Type Method Description protected Expression
DebugViewWriter. visitLabel(LabelExpression node)
protected Expression
ExpressionStringBuilder. visitLabel(LabelExpression node)
protected Expression
ExpressionVisitor. visitLabel(LabelExpression node)
-