Uses of Enum Class
com.strobel.expressions.GotoExpressionKind
Packages that use GotoExpressionKind
-
Uses of GotoExpressionKind in com.strobel.expressions
Subclasses with type arguments of type GotoExpressionKind in com.strobel.expressionsFields in com.strobel.expressions declared as GotoExpressionKindMethods 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) Constructors in com.strobel.expressions with parameters of type GotoExpressionKindModifierConstructorDescription(package private)GotoExpression(GotoExpressionKind kind, LabelTarget target, Expression value, Type type)