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 GotoExpressionExpression.makeBreak(LabelTarget target) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////static GotoExpressionExpression.makeBreak(LabelTarget target, Expression value) static GotoExpressionExpression.makeBreak(LabelTarget target, Expression value, Type<?> type) static GotoExpressionExpression.makeBreak(LabelTarget target, Type<?> type) static GotoExpressionExpression.makeContinue(LabelTarget target) static GotoExpressionExpression.makeContinue(LabelTarget target, Type<?> type) static GotoExpressionExpression.makeGoto(GotoExpressionKind kind, LabelTarget target, Expression value, Type<?> type) static GotoExpressionExpression.makeGoto(LabelTarget target) static GotoExpressionExpression.makeGoto(LabelTarget target, Expression value) static GotoExpressionExpression.makeGoto(LabelTarget target, Expression value, Type<?> type) static GotoExpressionExpression.makeGoto(LabelTarget target, Type<?> type) static GotoExpressionExpression.makeReturn(LabelTarget target) static GotoExpressionExpression.makeReturn(LabelTarget target, Expression value) static GotoExpressionExpression.makeReturn(LabelTarget target, Expression value, Type<?> type) static GotoExpressionExpression.makeReturn(LabelTarget target, Type<?> type) final GotoExpressionGotoExpression.update(LabelTarget target, Expression value) Methods in com.strobel.expressions with parameters of type GotoExpressionModifier and TypeMethodDescriptionprotected ExpressionDebugViewWriter.visitGoto(GotoExpression node) protected ExpressionExpressionStringBuilder.visitGoto(GotoExpression node) protected ExpressionExpressionVisitor.visitGoto(GotoExpression node)