Uses of Class
com.strobel.expressions.GotoExpression
Packages that use GotoExpression
-
Uses of GotoExpression in com.strobel.expressions
Methods in com.strobel.expressions that return GotoExpressionModifier and TypeMethodDescriptionstatic GotoExpression
Expression.makeBreak
(LabelTarget target) static GotoExpression
Expression.makeBreak
(LabelTarget target, Expression value) static GotoExpression
Expression.makeBreak
(LabelTarget target, Expression value, Type<?> type) static GotoExpression
Expression.makeBreak
(LabelTarget target, Type<?> type) static GotoExpression
Expression.makeContinue
(LabelTarget target) static GotoExpression
Expression.makeContinue
(LabelTarget target, Type<?> type) static GotoExpression
Expression.makeGoto
(GotoExpressionKind kind, LabelTarget target, Expression value, Type<?> type) static GotoExpression
Expression.makeGoto
(LabelTarget target) static GotoExpression
Expression.makeGoto
(LabelTarget target, Expression value) static GotoExpression
Expression.makeGoto
(LabelTarget target, Expression value, Type<?> type) static GotoExpression
Expression.makeGoto
(LabelTarget target, Type<?> type) static GotoExpression
Expression.makeReturn
(LabelTarget target) static GotoExpression
Expression.makeReturn
(LabelTarget target, Expression value) static GotoExpression
Expression.makeReturn
(LabelTarget target, Expression value, Type<?> type) static GotoExpression
Expression.makeReturn
(LabelTarget target, Type<?> type) final GotoExpression
GotoExpression.update
(LabelTarget target, Expression value) Methods in com.strobel.expressions with parameters of type GotoExpressionModifier and TypeMethodDescriptionprotected Expression
DebugViewWriter.visitGoto
(GotoExpression node) protected Expression
ExpressionStringBuilder.visitGoto
(GotoExpression node) protected Expression
ExpressionVisitor.visitGoto
(GotoExpression node)