Class OracleStatementParser.FileTypeTagContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.FileTypeTagContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- OracleStatementParser
public static class OracleStatementParser.FileTypeTagContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description FileTypeTagContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
currentBackup
public OracleStatementParser.CurrentBackupContext currentBackup()
-
tablespaceName
public OracleStatementParser.TablespaceNameContext tablespaceName()
-
groupGroup
public OracleStatementParser.GroupGroupContext groupGroup()
-
POUND_
public List<org.antlr.v4.runtime.tree.TerminalNode> POUND_()
-
POUND_
public org.antlr.v4.runtime.tree.TerminalNode POUND_(int i)
-
threadThread
public OracleStatementParser.ThreadThreadContext threadThread()
-
UL_
public org.antlr.v4.runtime.tree.TerminalNode UL_()
-
seqSequence
public OracleStatementParser.SeqSequenceContext seqSequence()
-
hasspfileTimestamp
public OracleStatementParser.HasspfileTimestampContext hasspfileTimestamp()
-
serverParameterFile
public OracleStatementParser.ServerParameterFileContext serverParameterFile()
-
dbName
public OracleStatementParser.DbNameContext dbName()
-
logLog
public OracleStatementParser.LogLogContext logLog()
-
changeTrackingFile
public OracleStatementParser.ChangeTrackingFileContext changeTrackingFile()
-
userObj
public OracleStatementParser.UserObjContext userObj()
-
fileName
public OracleStatementParser.FileNameContext fileName()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-