Package org.fbsql.antlr4.generated
Class FbsqlParser
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
- org.antlr.v4.runtime.Parser
-
- org.fbsql.antlr4.generated.FbsqlParser
-
public class FbsqlParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN
_ATN
protected static org.antlr.v4.runtime.dfa.DFA[]
_decisionToDFA
private static java.lang.String[]
_LITERAL_NAMES
static java.lang.String
_serializedATN
protected static org.antlr.v4.runtime.atn.PredictionContextCache
_sharedContextCache
private static java.lang.String[]
_SYMBOLIC_NAMES
static int
AFTER
static int
ALLOW
static int
AS
static int
AT
static int
BEFORE
static int
BEST
static int
COMPRESSION
static int
CONNECT
static int
CONNECTION
static int
CONNECTIONS
static int
DECLARE
static int
DRIVER
static int
EXEC
static int
EXISTS
static int
FILE
static int
IDENTIFIER
static int
IF
static int
INCLUDE
static int
INCOMING
static int
JAVA
static int
JS
static int
LIB
static int
MAX
static int
MIN
static int
MULTILINE_COMMENT
static int
NO
static int
NULL
static int
NUMERIC_LITERAL
static int
OPTIONS
static int
PASSWORD
static int
POOL
static int
PROCEDURE
static int
PROPERTIES
static int
REJECT
static int
ROLES
static int
RULE_compression_level
static int
RULE_connect_to_stmt
static int
RULE_connection_alias
static int
RULE_connection_pool_size_max
static int
RULE_connection_pool_size_min
static int
RULE_cron_expression
static int
RULE_declare_procedure_stmt
static int
RULE_declare_statement_stmt
static int
RULE_include_script_file_stmt
static int
RULE_jar_file
static int
RULE_jdbc_connection_properties
static int
RULE_jdbc_driver_class_name
static int
RULE_jdbc_url
static int
RULE_json
static int
RULE_json_file
static int
RULE_native_sql
static int
RULE_native_stmt
static int
RULE_parameter
static int
RULE_password
static int
RULE_procedure
static int
RULE_procedure_name
static int
RULE_role_name
static int
RULE_schedule_stmt
static int
RULE_sql_script_file
static int
RULE_statement_alias
static int
RULE_switch_to_stmt
static int
RULE_trigger_after_procedure_name
static int
RULE_trigger_before_procedure_name
static int
RULE_user
static java.lang.String[]
ruleNames
static int
SCHEDULE
static int
SINGLE_LINE_COMMENT
static int
SIZE
static int
SPACES
static int
SPEED
static int
STATEMENT
static int
STATEMENTS
static int
STATIC
static int
STRING_LITERAL
static int
SWITCH
static int
T__0
static int
T__1
static int
T__2
static int
T__3
static int
TO
static java.lang.String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static int
TRIGGER
static int
TYPE
static int
UNDECLARED
static int
UNEXPECTED_CHAR
static int
URL
static int
USER
static org.antlr.v4.runtime.Vocabulary
VOCABULARY
-
Constructor Summary
Constructors Constructor Description FbsqlParser(org.antlr.v4.runtime.TokenStream input)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
T__0
public static final int T__0
- See Also:
- Constant Field Values
-
T__1
public static final int T__1
- See Also:
- Constant Field Values
-
T__2
public static final int T__2
- See Also:
- Constant Field Values
-
T__3
public static final int T__3
- See Also:
- Constant Field Values
-
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
-
ROLES
public static final int ROLES
- See Also:
- Constant Field Values
-
TRIGGER
public static final int TRIGGER
- See Also:
- Constant Field Values
-
BEFORE
public static final int BEFORE
- See Also:
- Constant Field Values
-
AFTER
public static final int AFTER
- See Also:
- Constant Field Values
-
AS
public static final int AS
- See Also:
- Constant Field Values
-
NO
public static final int NO
- See Also:
- Constant Field Values
-
COMPRESSION
public static final int COMPRESSION
- See Also:
- Constant Field Values
-
BEST
public static final int BEST
- See Also:
- Constant Field Values
-
SPEED
public static final int SPEED
- See Also:
- Constant Field Values
-
DECLARE
public static final int DECLARE
- See Also:
- Constant Field Values
-
PROCEDURE
public static final int PROCEDURE
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
JAVA
public static final int JAVA
- See Also:
- Constant Field Values
-
JS
public static final int JS
- See Also:
- Constant Field Values
-
EXEC
public static final int EXEC
- See Also:
- Constant Field Values
-
URL
public static final int URL
- See Also:
- Constant Field Values
-
OPTIONS
public static final int OPTIONS
- See Also:
- Constant Field Values
-
FILE
public static final int FILE
- See Also:
- Constant Field Values
-
STATEMENT
public static final int STATEMENT
- See Also:
- Constant Field Values
-
CONNECT
public static final int CONNECT
- See Also:
- Constant Field Values
-
TO
public static final int TO
- See Also:
- Constant Field Values
-
USER
public static final int USER
- See Also:
- Constant Field Values
-
PASSWORD
public static final int PASSWORD
- See Also:
- Constant Field Values
-
PROPERTIES
public static final int PROPERTIES
- See Also:
- Constant Field Values
-
DRIVER
public static final int DRIVER
- See Also:
- Constant Field Values
-
LIB
public static final int LIB
- See Also:
- Constant Field Values
-
CONNECTION
public static final int CONNECTION
- See Also:
- Constant Field Values
-
POOL
public static final int POOL
- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
MIN
public static final int MIN
- See Also:
- Constant Field Values
-
MAX
public static final int MAX
- See Also:
- Constant Field Values
-
UNDECLARED
public static final int UNDECLARED
- See Also:
- Constant Field Values
-
STATEMENTS
public static final int STATEMENTS
- See Also:
- Constant Field Values
-
INCOMING
public static final int INCOMING
- See Also:
- Constant Field Values
-
CONNECTIONS
public static final int CONNECTIONS
- See Also:
- Constant Field Values
-
ALLOW
public static final int ALLOW
- See Also:
- Constant Field Values
-
REJECT
public static final int REJECT
- See Also:
- Constant Field Values
-
IF
public static final int IF
- See Also:
- Constant Field Values
-
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
-
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
-
SCHEDULE
public static final int SCHEDULE
- See Also:
- Constant Field Values
-
AT
public static final int AT
- See Also:
- Constant Field Values
-
INCLUDE
public static final int INCLUDE
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
NUMERIC_LITERAL
public static final int NUMERIC_LITERAL
- See Also:
- Constant Field Values
-
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
-
MULTILINE_COMMENT
public static final int MULTILINE_COMMENT
- See Also:
- Constant Field Values
-
SPACES
public static final int SPACES
- See Also:
- Constant Field Values
-
UNEXPECTED_CHAR
public static final int UNEXPECTED_CHAR
- See Also:
- Constant Field Values
-
RULE_native_sql
public static final int RULE_native_sql
- See Also:
- Constant Field Values
-
RULE_parameter
public static final int RULE_parameter
- See Also:
- Constant Field Values
-
RULE_procedure
public static final int RULE_procedure
- See Also:
- Constant Field Values
-
RULE_role_name
public static final int RULE_role_name
- See Also:
- Constant Field Values
-
RULE_trigger_before_procedure_name
public static final int RULE_trigger_before_procedure_name
- See Also:
- Constant Field Values
-
RULE_trigger_after_procedure_name
public static final int RULE_trigger_after_procedure_name
- See Also:
- Constant Field Values
-
RULE_compression_level
public static final int RULE_compression_level
- See Also:
- Constant Field Values
-
RULE_connection_alias
public static final int RULE_connection_alias
- See Also:
- Constant Field Values
-
RULE_statement_alias
public static final int RULE_statement_alias
- See Also:
- Constant Field Values
-
RULE_procedure_name
public static final int RULE_procedure_name
- See Also:
- Constant Field Values
-
RULE_json
public static final int RULE_json
- See Also:
- Constant Field Values
-
RULE_jdbc_url
public static final int RULE_jdbc_url
- See Also:
- Constant Field Values
-
RULE_user
public static final int RULE_user
- See Also:
- Constant Field Values
-
RULE_password
public static final int RULE_password
- See Also:
- Constant Field Values
-
RULE_jdbc_connection_properties
public static final int RULE_jdbc_connection_properties
- See Also:
- Constant Field Values
-
RULE_jdbc_driver_class_name
public static final int RULE_jdbc_driver_class_name
- See Also:
- Constant Field Values
-
RULE_jar_file
public static final int RULE_jar_file
- See Also:
- Constant Field Values
-
RULE_connection_pool_size_min
public static final int RULE_connection_pool_size_min
- See Also:
- Constant Field Values
-
RULE_connection_pool_size_max
public static final int RULE_connection_pool_size_max
- See Also:
- Constant Field Values
-
RULE_sql_script_file
public static final int RULE_sql_script_file
- See Also:
- Constant Field Values
-
RULE_json_file
public static final int RULE_json_file
- See Also:
- Constant Field Values
-
RULE_cron_expression
public static final int RULE_cron_expression
- See Also:
- Constant Field Values
-
RULE_connect_to_stmt
public static final int RULE_connect_to_stmt
- See Also:
- Constant Field Values
-
RULE_switch_to_stmt
public static final int RULE_switch_to_stmt
- See Also:
- Constant Field Values
-
RULE_declare_statement_stmt
public static final int RULE_declare_statement_stmt
- See Also:
- Constant Field Values
-
RULE_declare_procedure_stmt
public static final int RULE_declare_procedure_stmt
- See Also:
- Constant Field Values
-
RULE_include_script_file_stmt
public static final int RULE_include_script_file_stmt
- See Also:
- Constant Field Values
-
RULE_schedule_stmt
public static final int RULE_schedule_stmt
- See Also:
- Constant Field Values
-
RULE_native_stmt
public static final int RULE_native_stmt
- See Also:
- Constant Field Values
-
ruleNames
public static final java.lang.String[] ruleNames
-
_LITERAL_NAMES
private static final java.lang.String[] _LITERAL_NAMES
-
_SYMBOLIC_NAMES
private static final java.lang.String[] _SYMBOLIC_NAMES
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final java.lang.String[] tokenNames
Deprecated.UseVOCABULARY
instead.
-
_serializedATN
public static final java.lang.String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Constructor Detail
-
FbsqlParser
public FbsqlParser(org.antlr.v4.runtime.TokenStream input)
-
-
Method Detail
-
makeRuleNames
private static java.lang.String[] makeRuleNames()
-
makeLiteralNames
private static java.lang.String[] makeLiteralNames()
-
makeSymbolicNames
private static java.lang.String[] makeSymbolicNames()
-
getTokenNames
@Deprecated public java.lang.String[] getTokenNames()
Deprecated.- Specified by:
getTokenNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabulary
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getRuleNames
public java.lang.String[] getRuleNames()
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getSerializedATN
public java.lang.String getSerializedATN()
- Overrides:
getSerializedATN
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATN
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
native_sql
public final FbsqlParser.Native_sqlContext native_sql() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
parameter
public final FbsqlParser.ParameterContext parameter() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
procedure
public final FbsqlParser.ProcedureContext procedure() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
role_name
public final FbsqlParser.Role_nameContext role_name() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
trigger_before_procedure_name
public final FbsqlParser.Trigger_before_procedure_nameContext trigger_before_procedure_name() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
trigger_after_procedure_name
public final FbsqlParser.Trigger_after_procedure_nameContext trigger_after_procedure_name() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
compression_level
public final FbsqlParser.Compression_levelContext compression_level() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
connection_alias
public final FbsqlParser.Connection_aliasContext connection_alias() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
statement_alias
public final FbsqlParser.Statement_aliasContext statement_alias() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
procedure_name
public final FbsqlParser.Procedure_nameContext procedure_name() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
json
public final FbsqlParser.JsonContext json() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
jdbc_url
public final FbsqlParser.Jdbc_urlContext jdbc_url() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
user
public final FbsqlParser.UserContext user() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
password
public final FbsqlParser.PasswordContext password() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
jdbc_connection_properties
public final FbsqlParser.Jdbc_connection_propertiesContext jdbc_connection_properties() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
jdbc_driver_class_name
public final FbsqlParser.Jdbc_driver_class_nameContext jdbc_driver_class_name() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
jar_file
public final FbsqlParser.Jar_fileContext jar_file() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
connection_pool_size_min
public final FbsqlParser.Connection_pool_size_minContext connection_pool_size_min() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
connection_pool_size_max
public final FbsqlParser.Connection_pool_size_maxContext connection_pool_size_max() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
sql_script_file
public final FbsqlParser.Sql_script_fileContext sql_script_file() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
json_file
public final FbsqlParser.Json_fileContext json_file() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
cron_expression
public final FbsqlParser.Cron_expressionContext cron_expression() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
connect_to_stmt
public final FbsqlParser.Connect_to_stmtContext connect_to_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
switch_to_stmt
public final FbsqlParser.Switch_to_stmtContext switch_to_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
declare_statement_stmt
public final FbsqlParser.Declare_statement_stmtContext declare_statement_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
declare_procedure_stmt
public final FbsqlParser.Declare_procedure_stmtContext declare_procedure_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
include_script_file_stmt
public final FbsqlParser.Include_script_file_stmtContext include_script_file_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
schedule_stmt
public final FbsqlParser.Schedule_stmtContext schedule_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
native_stmt
public final FbsqlParser.Native_stmtContext native_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
-