Uses of Class
org.apache.calcite.linq4j.tree.GotoExpressionKind
-
Packages that use GotoExpressionKind Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of GotoExpressionKind in org.apache.calcite.linq4j.tree
Fields in org.apache.calcite.linq4j.tree declared as GotoExpressionKind Modifier and Type Field Description GotoExpressionKindGotoStatement. kindMethods in org.apache.calcite.linq4j.tree that return GotoExpressionKind Modifier and Type Method Description static GotoExpressionKindGotoExpressionKind. valueOf(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 org.apache.calcite.linq4j.tree with parameters of type GotoExpressionKind Modifier and Type Method Description static GotoStatementExpressions. makeGoto(GotoExpressionKind kind, LabelTarget labelTarget, Expression expression)static GotoStatementExpressions. makeGoto(GotoExpressionKind kind, LabelTarget target, Expression value, Type type)Creates a GotoExpression representing a jump of the specified GotoExpressionKind.Constructors in org.apache.calcite.linq4j.tree with parameters of type GotoExpressionKind Constructor Description GotoStatement(GotoExpressionKind kind, LabelTarget labelTarget, Expression expression)
-