Uses of Enum Class
com.strobel.expressions.GotoExpressionKind
Packages that use GotoExpressionKind
-
Uses of GotoExpressionKind in com.strobel.expressions
Fields in com.strobel.expressions declared as GotoExpressionKindMethods in com.strobel.expressions that return GotoExpressionKindModifier and TypeMethodDescriptionfinal GotoExpressionKind
GotoExpression.getKind()
static GotoExpressionKind
Returns the enum constant of this class with the specified name.static GotoExpressionKind[]
GotoExpressionKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.expressions with parameters of type GotoExpressionKindModifier and TypeMethodDescriptionstatic GotoExpression
Expression.makeGoto
(GotoExpressionKind kind, LabelTarget target, Expression value, Type<?> type) Constructors in com.strobel.expressions with parameters of type GotoExpressionKindModifierConstructorDescription(package private)
GotoExpression
(GotoExpressionKind kind, LabelTarget target, Expression value, Type type)