Uses of Class
com.strobel.expressions.GotoExpressionKind
-
Packages that use GotoExpressionKind Package Description com.strobel.expressions -
-
Uses of GotoExpressionKind in com.strobel.expressions
Fields in com.strobel.expressions declared as GotoExpressionKind Modifier and Type Field Description private GotoExpressionKind
GotoExpression. _kind
Methods in com.strobel.expressions that return GotoExpressionKind Modifier and Type Method Description GotoExpressionKind
GotoExpression. getKind()
static GotoExpressionKind
GotoExpressionKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GotoExpressionKind[]
GotoExpressionKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.expressions with parameters of type GotoExpressionKind Modifier and Type Method Description static GotoExpression
Expression. makeGoto(GotoExpressionKind kind, LabelTarget target, Expression value, Type<?> type)
Constructors in com.strobel.expressions with parameters of type GotoExpressionKind Constructor Description GotoExpression(GotoExpressionKind kind, LabelTarget target, Expression value, Type type)
-