Uses of Class
com.strobel.expressions.LabelExpression
Packages that use LabelExpression
-
Uses of LabelExpression in com.strobel.expressions
Methods in com.strobel.expressions that return LabelExpressionModifier and TypeMethodDescriptionstatic LabelExpression
Expression.label
(LabelTarget target) static LabelExpression
Expression.label
(LabelTarget target, Expression defaultValue) final LabelExpression
LabelExpression.update
(LabelTarget target, Expression defaultValue) Methods in com.strobel.expressions with parameters of type LabelExpressionModifier and TypeMethodDescriptionprotected Expression
DebugViewWriter.visitLabel
(LabelExpression node) protected Expression
ExpressionStringBuilder.visitLabel
(LabelExpression node) protected Expression
ExpressionVisitor.visitLabel
(LabelExpression node)