Uses of Enum Class
com.strobel.expressions.GotoExpressionKind
Packages that use GotoExpressionKind
-
Uses of GotoExpressionKind in com.strobel.expressions
Methods in com.strobel.expressions that return GotoExpressionKindModifier and TypeMethodDescriptionfinal GotoExpressionKindGotoExpression.getKind()static GotoExpressionKindReturns 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 GotoExpressionExpression.makeGoto(GotoExpressionKind kind, LabelTarget target, Expression value, Type<?> type)