| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.core.visitor |
| Modifier and Type | Method and Description |
|---|---|
static VisitorRule |
VisitorRule.valueOf(Class<? extends org.antlr.v4.runtime.tree.ParseTree> parseTreeClass)
Value of visitor rule.
|
static VisitorRule |
VisitorRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitorRule[] |
VisitorRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.antlr.v4.runtime.tree.ParseTreeVisitor |
ParseTreeVisitorFactory.newInstance(String databaseTypeName,
VisitorRule visitorRule)
New instance of SQL visitor.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.