A B C D E F G H I J K L M N O P Q R S T U V W

A

ADD - Static variable in class algebraTree.SchemaUpdate
constants for the three types of updates
ADD - Static variable in class algebraTree.StandardSQL
 
add_escapes(String) - Method in class schemaSQLParser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(FormatCommand) - Method in class schemaSQLParser.visitor.TreeFormatter
Use this method to add FormatCommands to the command queue to be executed when the next token in the tree is visited.
addAttribute(String, String, String, int) - Method in class DSRG.MW.DBManager
 
addAttribute(String, String, String, int) - Method in class DSRG.MW.DBMOracle
addAttribute.
addChild(QENode) - Method in class algebraTree.QENode
add a child node to the current Node
addConstraint(tbConstraint) - Method in class treeBuilder.tbFromItem
 
addEscapes(String) - Static method in class schemaSQLParser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addPivot(String) - Method in class algebraTree.SchemaSQLOperator
add a pivot string to the pivot vector.
addRelation(String, Vector, Vector) - Method in class DSRG.MW.DBManager
interface for the schema change operations
addRelation(String, Vector, Vector) - Method in class DSRG.MW.DBMOracle
/** addRelation.
addTuple(Tuple) - Method in class DSRG.MW.Table
adds a tuple at the end of this vector.
adjustBeginLineColumn(int, int) - Static method in class schemaSQLParser.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
after - Variable in class algebraTree.DataUpdate
if "before" is null, we have an add, if "after" is null, we have a delete, otherwise, we have an update.
algebraTree - package algebraTree
 
algebraTreeRoot - Static variable in class Main
 
alias - Variable in class treeBuilder.tbFromItem
 
arg - Variable in class schemaSQLParser.SchemaSql.JJCalls
 
Arguments() - Static method in class schemaSQLParser.SchemaSql
 
ASCII_CharStream - class schemaSQLParser.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class schemaSQLParser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class schemaSQLParser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class schemaSQLParser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int, int) - Constructor for class schemaSQLParser.ASCII_CharStream
 
AssignmentStatement() - Static method in class schemaSQLParser.SchemaSql
 
ATTNAME - Static variable in class treeBuilder.Builder
 
attNames - Variable in class algebraTree.Unite
the vector of all attribute names of the input relation
attribute - Variable in class algebraTree.SchemaUpdate
The (name of the) object that is affected.
attribute - Variable in class treeBuilder.tbAttributeItem
 
attributeNames - Variable in class algebraTree.Fold
a vector of strings denoting attributes that are to be folded
attributeNames - Variable in class DSRG.MW.Table
the schema of the Table.
attributeSizes - Variable in class DSRG.MW.Table
the sizes of attribute in the attributes of the Table.
available - Static variable in class schemaSQLParser.ASCII_CharStream
 

B

backup(int) - Static method in class schemaSQLParser.ASCII_CharStream
 
BasicDataTypeDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
before - Variable in class algebraTree.DataUpdate
if "before" is null, we have an add, if "after" is null, we have a delete, otherwise, we have an update.
beginColumn - Variable in class schemaSQLParser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginEndBlock() - Static method in class schemaSQLParser.SchemaSql
 
beginLine - Variable in class schemaSQLParser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Static method in class schemaSQLParser.ASCII_CharStream
 
bld - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
This visitor creates a Builder object and fills it out.
bufcolumn - Static variable in class schemaSQLParser.ASCII_CharStream
 
buffer - Static variable in class schemaSQLParser.ASCII_CharStream
 
bufline - Static variable in class schemaSQLParser.ASCII_CharStream
 
bufpos - Static variable in class schemaSQLParser.ASCII_CharStream
 
bufsize - Static variable in class schemaSQLParser.ASCII_CharStream
 
Builder - class treeBuilder.Builder.
the algebra tree builder.
Builder(DBManager, DBManager) - Constructor for class treeBuilder.Builder
 

C

changePivotCount(String, int) - Method in class algebraTree.SchemaSQLOperator
change the pivot count for a certain element by a certain amount.
children - Variable in class algebraTree.QENode
Vector of QENodes.
className - Variable in class DSRG.MW.DBManager
The Class name for the appropriate DB driver
clone() - Method in class DSRG.MW.Tuple
Clones this tuple and assumes all values are strings.
clone() - Method in class DSRG.MW.DeepVector
 
CloseStatement() - Static method in class schemaSQLParser.SchemaSql
 
cmdQueue - Variable in class schemaSQLParser.visitor.TreeFormatter
 
column - Static variable in class schemaSQLParser.ASCII_CharStream
 
columnAlias - Variable in class treeBuilder.tbSelectItem
 
ColumnAlias() - Static method in class schemaSQLParser.SchemaSql
 
ColumnValues() - Static method in class schemaSQLParser.SchemaSql
 
command - Variable in class schemaSQLParser.visitor.FormatCommand
 
CommitStatement() - Static method in class schemaSQLParser.SchemaSql
 
CompilationUnit() - Static method in class schemaSQLParser.SchemaSql
 
computeLocalQueries() - Method in class algebraTree.SchemaSQLOperator
returns a vector of strings of queries that have to be executed for this operator
computeLocalQueries() - Method in class algebraTree.Fold
 
computeLocalQueries() - Method in class algebraTree.StandardSQL
 
computeLocalQueries() - Method in class algebraTree.Unfold
 
computeLocalQueries() - Method in class algebraTree.Unite
 
computeLocalQueries() - Method in class algebraTree.Split
 
computeResult() - Method in class algebraTree.QENode
 
ConnectClause() - Static method in class schemaSQLParser.SchemaSql
 
connected - Variable in class DSRG.MW.DBManager
am I connected?
connection - Variable in class DSRG.MW.DBManager
the DB connection
ConstantDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
constraints - Variable in class treeBuilder.tbFromItem
 
createAlgebraTree() - Method in class treeBuilder.Builder
kicks off creation of algebra tree.
CreateViewClause() - Static method in class schemaSQLParser.SchemaSql
 
CreateViewItem() - Static method in class schemaSQLParser.SchemaSql
 
CreateViewList() - Static method in class schemaSQLParser.SchemaSql
 
curAttributeReference - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curChar - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
curColumn - Variable in class schemaSQLParser.visitor.TreeDumper
 
curColumn - Variable in class schemaSQLParser.visitor.TreeFormatter
 
curColumnAlias - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curConstant - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curConstraint - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curFromItem - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curIndent - Variable in class schemaSQLParser.visitor.TreeFormatter
 
curLexState - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
curLine - Variable in class schemaSQLParser.visitor.TreeDumper
 
curLine - Variable in class schemaSQLParser.visitor.TreeFormatter
 
curObjectName - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curRelop - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
currentToken - Variable in class schemaSQLParser.ParseException
This is the last token that has been consumed successfully.
curSelectItem - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
CursorDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
CursorForLoop() - Static method in class schemaSQLParser.SchemaSql
 
curTableReference - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 
curViewItem - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
 

D

dataName - Variable in class algebraTree.Fold
 
dataName - Variable in class algebraTree.Unfold
 
DATANAME - Static variable in class treeBuilder.Builder
 
DataUpdate - class algebraTree.DataUpdate.
A data update.
DataUpdate(DataUpdate) - Constructor for class algebraTree.DataUpdate
copy constructor for update propagation
DataUpdate(String, Table, Table) - Constructor for class algebraTree.DataUpdate
 
date_datatype - Static variable in class DSRG.MW.DBManager
constant for the string Oracle expects for the date datatype
date_datatype - Variable in class DSRG.MW.DBMOracle
 
DBManager - class DSRG.MW.DBManager.
The lowest layer of the DB connection, right above the ODBC driver.
DBManager() - Constructor for class DSRG.MW.DBManager
constructior.
Initializes the "connected" variable.
DBMOracle - class DSRG.MW.DBMOracle.
 
DBMOracle() - Constructor for class DSRG.MW.DBMOracle
Constructor.
DBMOracle(String, String, String, String) - Constructor for class DSRG.MW.DBMOracle
Constructor that takes input for the user and passwd...
DEBUG - Static variable in class algebraTree.Main
 
DEBUG - Static variable in class treeBuilder.Builder
 
DEBUG - Static variable in class DSRG.MW.DBManager
 
DEBUG - Static variable in class DSRG.MW.Table
Debug flag
Declarations() - Static method in class schemaSQLParser.SchemaSql
 
DeclarationSection() - Static method in class schemaSQLParser.SchemaSql
 
decPivotCount(String) - Method in class algebraTree.SchemaSQLOperator
decrement pivot count.
DeepVector - class DSRG.MW.DeepVector.
 
DeepVector() - Constructor for class DSRG.MW.DeepVector
 
DeepVector(int) - Constructor for class DSRG.MW.DeepVector
 
DEFAULT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
defaultLexState - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
DELETE - Static variable in class algebraTree.SchemaUpdate
 
DELETE - Static variable in class algebraTree.StandardSQL
 
deleteAttribute(String, String) - Method in class DSRG.MW.DBManager
 
deleteAttribute(String, String) - Method in class DSRG.MW.DBMOracle
deleteAttribute.
deleteRelation(String, boolean) - Method in class DSRG.MW.DBManager
 
deleteRelation(String, boolean) - Method in class DSRG.MW.DBMOracle
deleteRelation.
DeleteStatement() - Static method in class schemaSQLParser.SchemaSql
 
deleteTupleAirline2(String, String, String, String) - Static method in class Main
 
delPivot(String) - Method in class algebraTree.SchemaSQLOperator
delete a pivot string from the pivot vector.
DepthFirstVisitor - class schemaSQLParser.visitor.DepthFirstVisitor.
Provides default methods which visit each node in the tree in depth-first order.
DepthFirstVisitor() - Constructor for class schemaSQLParser.visitor.DepthFirstVisitor
 
DIGIT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
disable_tracing() - Static method in class schemaSQLParser.SchemaSql
 
DOMAIN - Static variable in class treeBuilder.Builder
 
domainAttribute - Variable in class treeBuilder.tbFromItem
 
Done() - Static method in class schemaSQLParser.ASCII_CharStream
 
driver - Variable in class DSRG.MW.DBManager
the DB driver
dropLocalTable() - Method in class algebraTree.SchemaSQLOperator
drops this operator's table from the DB.
dropLocalTable() - Method in class algebraTree.QENode
asks this node to drop its local table (mainly used for the root node)
DSRG.MW - package DSRG.MW
 

E

enable_tracing() - Static method in class schemaSQLParser.SchemaSql
 
endColumn - Variable in class schemaSQLParser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class schemaSQLParser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
eol - Variable in class schemaSQLParser.ParseException
The end of line string for this machine.
EQ - Static variable in class treeBuilder.tbConstraint
 
equals(tbConstraint) - Method in class treeBuilder.tbConstraint
we define that two tbConstraints are equal if their toString-representations are equal.
equals(Tuple) - Method in class DSRG.MW.Tuple
recursively calls the equals methods of this vector's objects
ERROR - Static variable in class treeBuilder.Builder
 
ERROR - Static variable in class treeBuilder.tbConstraint
 
errorCode - Variable in class schemaSQLParser.TokenMgrError
Indicates the reason why the exception is thrown.
ExceptionBlock() - Static method in class schemaSQLParser.SchemaSql
 
ExceptionDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
ExceptionHandler() - Static method in class schemaSQLParser.SchemaSql
 
executeQuery() - Method in class algebraTree.SchemaSQLOperator
executes all queries returned by computeLocalQueries().
executeQuery() - Method in class algebraTree.Unfold
 
executeQuery() - Method in class algebraTree.Split
 
executeQuery(String) - Method in class algebraTree.SchemaSQLOperator
Executes a query passed in a parameter against this node's database.
executeQuery(String) - Method in class DSRG.MW.DBManager
executes a SQL-Query against one database.
executeSQLUpdate(String) - Method in class DSRG.MW.DBManager
this function just sends a {insert|delete|set}-query to the SQL-database.
executeUpdate(Update) - Method in class algebraTree.QENode
kicks off update propagation of a certain update.
executeUpdateQuery(String, Vector, Table) - Method in class algebraTree.SchemaSQLOperator
this function builds an update query for data-changes and executes it.
executeUpdates(Vector) - Method in class algebraTree.SchemaSQLOperator
This function takes a vector of updates and applies it to the outputRelation of this operator.
executeUpdates(Vector) - Method in class algebraTree.Split
This function takes a vector of updates and applies it to the outputRelation of this operator.
executeViewQuery(String) - Method in class DSRG.MW.DBManager
executes a SQL-View-Query against one database (which should be the local database, of course).
ExistsClause() - Static method in class schemaSQLParser.SchemaSql
 
exit(String) - Static method in class algebraTree.Util
prints the stack trace and exits
ExitStatement() - Static method in class schemaSQLParser.SchemaSql
 
ExpandBuff(boolean) - Static method in class schemaSQLParser.ASCII_CharStream
 
expectedTokenSequences - Variable in class schemaSQLParser.ParseException
Each entry in this array is an array of integers.

F

FetchStatement() - Static method in class schemaSQLParser.SchemaSql
 
FillBuff() - Static method in class schemaSQLParser.ASCII_CharStream
 
finalize() - Method in class algebraTree.SchemaSQLOperator
in the finalize method we drop local tables.
findFlatAttName(String, Hashtable, int) - Method in class treeBuilder.Builder
searches a value in the variableNames hashtable and returns the pivot (type==TRUE) or data name (type==FALSE) of the node there
findFlatAttName2(String, Hashtable, Vector) - Method in class treeBuilder.Builder
another hack :( This function searches for an element in the join list and then goes to a Unite node that is its child.
findFlatRelName(String, Hashtable) - Method in class treeBuilder.Builder
searches a value in the variableNames hashtable and returns the relname of the node that is hashed there
findFromItem(String) - Method in class treeBuilder.Builder
finds the fromItem with the given tableName as alias (if present) or name (if no alias)
findPivotCount(String) - Method in class algebraTree.SchemaSQLOperator
 
first - Variable in class schemaSQLParser.SchemaSql.JJCalls
 
firstName - Variable in class treeBuilder.tbSelectItem
 
FLOAT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
flushWriter() - Method in class schemaSQLParser.visitor.TreeDumper
Flushes the OutputStream or Writer that this TreeDumper is using.
Fold - class algebraTree.Fold.
 
Fold(DBManager, DBManager, Vector, String, String, String) - Constructor for class algebraTree.Fold
constructs a leaf Fold-operator.
Fold(DBManager, Vector, String, String, String) - Constructor for class algebraTree.Fold
constructs a non-leaf Fold-operator.
FORCE - Static variable in class schemaSQLParser.visitor.FormatCommand
 
force() - Method in class schemaSQLParser.visitor.TreeFormatter
A Force command inserts a line break and indents the next line to the current indentation level.
force(int) - Method in class schemaSQLParser.visitor.TreeFormatter
 
ForLoop() - Static method in class schemaSQLParser.SchemaSql
 
format(Node) - Method in class schemaSQLParser.visitor.TreePrinter
 
FormatCommand - class schemaSQLParser.visitor.FormatCommand.
 
FormatCommand(int, int) - Constructor for class schemaSQLParser.visitor.FormatCommand
 
ForUpdateClause() - Static method in class schemaSQLParser.SchemaSql
 
fromClause - Variable in class treeBuilder.Builder
 
FromClause() - Static method in class schemaSQLParser.SchemaSql
 
fromItem - Variable in class treeBuilder.tbAttributeItem
 
FromItem() - Static method in class schemaSQLParser.SchemaSql
 
fromItemIndex - Variable in class schemaSQLParser.visitor.SchemaSQLVisitor
global variables for the visitor
FunctionBody() - Static method in class schemaSQLParser.SchemaSql
 
FunctionCall() - Static method in class schemaSQLParser.SchemaSql
 
FunctionDeclaration() - Static method in class schemaSQLParser.SchemaSql
 

G

GE - Static variable in class treeBuilder.tbConstraint
 
gen - Variable in class schemaSQLParser.SchemaSql.JJCalls
 
generateParseException() - Static method in class schemaSQLParser.SchemaSql
 
getAttributeExtent(String, String) - Method in class DSRG.MW.DBManager
returns a vector of strings, which represent actual data values.
getAttributeNames() - Method in class DSRG.MW.Table
 
getAttributeNames(String) - Method in class DSRG.MW.DBManager
returns a vector of strings representing attribute names in a certain relation
10/6/97 koeller
getAttributeSizes() - Method in class DSRG.MW.Table
 
getAttributeType(String, String) - Method in class DSRG.MW.DBManager
a string representing the type (in the syntax of the underlying DB!) of the attribute attributeName in the relation relationName
10/6/97 koeller
getBeginColumn() - Static method in class schemaSQLParser.ASCII_CharStream
 
getBeginLine() - Static method in class schemaSQLParser.ASCII_CharStream
 
getChild(int) - Method in class algebraTree.QENode
return a child.
getColumn() - Static method in class schemaSQLParser.ASCII_CharStream
Deprecated.  
getColumn(int) - Method in class DSRG.MW.Table
returns the n-th column (starting count with 0) as a vector of strings
getColumn(String) - Method in class DSRG.MW.Table
returns the named column as a vector of strings
getCommand() - Method in class schemaSQLParser.visitor.FormatCommand
 
getDataName() - Method in class algebraTree.Fold
 
getEndColumn() - Static method in class schemaSQLParser.ASCII_CharStream
 
getEndLine() - Static method in class schemaSQLParser.ASCII_CharStream
 
getEnumeration() - Method in class DSRG.MW.Tuple
returns an enumeration on this tuple.
GetImage() - Static method in class schemaSQLParser.ASCII_CharStream
 
getISName() - Method in class DSRG.MW.DBManager
returns the ISName for this DBManager
getLine() - Static method in class schemaSQLParser.ASCII_CharStream
Deprecated.  
getMaximumDisplayWidth(String, String) - Method in class DSRG.MW.DBManager
 
getMessage() - Method in class schemaSQLParser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class schemaSQLParser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
getNextToken() - Static method in class schemaSQLParser.SchemaSql
 
getNumCommands() - Method in class schemaSQLParser.visitor.FormatCommand
 
getOperator() - Method in class algebraTree.QENode
needed by Builder::findFlatAttName2
getOperator() - Method in class treeBuilder.tbConstraint
 
getPivotName() - Method in class algebraTree.Fold
 
getPivotName() - Method in class algebraTree.Unite
 
getRelationNames() - Method in class DSRG.MW.DBManager
gets Relation names for this IS.
getRelName() - Method in class algebraTree.SchemaSQLOperator
this is needed to find out what table name this operator has used.
getRelName() - Method in class algebraTree.QENode
returns the name of the local relation of this node
getRelName() - Method in class DSRG.MW.Table
 
getSchema(String) - Method in class DSRG.MW.DBMOracle
Helper function.
getSize() - Method in class DSRG.MW.Table
returns the number of tuples in this relation.
getSize() - Method in class DSRG.MW.Tuple
returns the number of elements (attributes) in thi s tuple.
GetSuffix(int) - Static method in class schemaSQLParser.ASCII_CharStream
 
getTableName(String, int) - Method in class DSRG.MW.DBManager
determines which table a certain attribute comes from.
getTempAttributeName() - Static method in class algebraTree.Util
 
getTempTableName() - Static method in class algebraTree.Util
 
getToken(int) - Static method in class schemaSQLParser.SchemaSql
 
getTuple(int) - Method in class DSRG.MW.Table
gets the tuples at index i
getTuples() - Method in class DSRG.MW.Table
return this Table's Vector of tuples (the reference, not a clone)
getValue() - Method in class treeBuilder.tbConst
 
getVALUE() - Method in class treeBuilder.tbConst
returns the value of this constant in uppercase letters
getVector() - Method in class DSRG.MW.Tuple
returns this tuple as a vector
GotoStatement() - Static method in class schemaSQLParser.SchemaSql
 
GroupByClause() - Static method in class schemaSQLParser.SchemaSql
 
GT - Static variable in class treeBuilder.tbConstraint
 

H

hasSuccessor - Variable in class schemaSQLParser.visitor.TreePrinter
 

I

IdentifierDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
IfStatement() - Static method in class schemaSQLParser.SchemaSql
 
image - Variable in class schemaSQLParser.Token
The string image of the token.
inBuf - Static variable in class schemaSQLParser.ASCII_CharStream
 
incPivotCount(String) - Method in class algebraTree.SchemaSQLOperator
increments the count for a pivot element in this operator's (materialized) pivot vector.
indent - Variable in class schemaSQLParser.visitor.TreePrinter
 
INDENT - Static variable in class schemaSQLParser.visitor.FormatCommand
 
indent() - Method in class schemaSQLParser.visitor.TreeFormatter
An Indent command increases the indentation level by one (or a user-specified amount).
indent(int) - Method in class schemaSQLParser.visitor.TreeFormatter
 
indentAmt - Variable in class schemaSQLParser.visitor.TreeFormatter
 
input_stream - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
inputStream - Static variable in class schemaSQLParser.ASCII_CharStream
 
InsertStatement() - Static method in class schemaSQLParser.SchemaSql
 
insertTupleAirline2(String, String, String, String) - Static method in class Main
 
INTEGER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
IntoClause() - Static method in class schemaSQLParser.SchemaSql
 
IntoItem() - Static method in class schemaSQLParser.SchemaSql
 
INVALID_LEXICAL_STATE - Static variable in class schemaSQLParser.TokenMgrError
Tried to change to an invalid lexical state.
invalidView() - Static method in class algebraTree.Util
 
isConnected() - Method in class DSRG.MW.DBManager
am I connected?
isLeaf - Variable in class algebraTree.SchemaSQLOperator
for intermediate results
ISName - Variable in class DSRG.MW.DBManager
the name of the IS for this DBManager
IsNullClause() - Static method in class schemaSQLParser.SchemaSql
 

J

jj_2_1(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_10(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_11(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_12(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_13(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_14(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_15(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_16(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_17(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_18(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_19(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_2(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_20(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_21(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_22(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_23(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_3(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_4(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_5(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_6(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_7(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_8(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_9(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_2_rtns - Static variable in class schemaSQLParser.SchemaSql
 
jj_3_1() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_10() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_11() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_12() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_13() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_14() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_15() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_16() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_17() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_18() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_19() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_2() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_20() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_21() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_22() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_23() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_3() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_4() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_5() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_6() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_7() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_8() - Static method in class schemaSQLParser.SchemaSql
 
jj_3_9() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_100() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_101() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_102() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_103() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_104() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_105() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_106() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_107() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_108() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_109() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_110() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_111() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_112() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_113() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_114() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_115() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_116() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_117() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_118() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_119() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_120() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_121() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_122() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_123() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_124() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_125() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_126() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_127() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_128() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_129() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_130() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_131() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_132() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_133() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_134() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_135() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_136() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_137() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_138() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_139() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_140() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_141() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_142() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_143() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_144() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_145() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_146() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_147() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_148() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_149() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_150() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_151() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_152() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_153() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_154() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_155() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_156() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_157() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_158() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_159() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_160() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_161() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_162() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_163() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_164() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_165() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_166() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_167() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_168() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_169() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_170() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_171() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_172() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_173() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_174() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_175() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_176() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_177() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_178() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_179() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_180() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_181() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_182() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_183() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_184() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_185() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_186() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_187() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_188() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_189() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_190() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_191() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_192() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_193() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_194() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_195() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_196() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_197() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_198() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_199() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_200() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_201() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_202() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_203() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_204() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_205() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_206() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_207() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_208() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_209() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_210() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_211() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_212() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_213() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_214() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_215() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_216() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_217() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_218() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_219() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_220() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_221() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_222() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_223() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_224() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_225() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_226() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_227() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_30() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_31() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_32() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_33() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_34() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_35() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_36() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_37() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_38() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_39() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_40() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_41() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_42() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_43() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_44() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_45() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_46() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_47() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_48() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_49() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_50() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_51() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_52() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_53() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_54() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_55() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_56() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_57() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_58() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_59() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_60() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_61() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_62() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_63() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_64() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_65() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_66() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_67() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_68() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_69() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_70() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_71() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_72() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_73() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_74() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_75() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_76() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_77() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_78() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_79() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_80() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_81() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_82() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_83() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_84() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_85() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_86() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_87() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_88() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_89() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_90() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_91() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_92() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_93() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_94() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_95() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_96() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_97() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_98() - Static method in class schemaSQLParser.SchemaSql
 
jj_3R_99() - Static method in class schemaSQLParser.SchemaSql
 
jj_add_error_token(int, int) - Static method in class schemaSQLParser.SchemaSql
 
jj_consume_token(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_endpos - Static variable in class schemaSQLParser.SchemaSql
 
jj_expentries - Static variable in class schemaSQLParser.SchemaSql
 
jj_expentry - Static variable in class schemaSQLParser.SchemaSql
 
jj_gc - Static variable in class schemaSQLParser.SchemaSql
 
jj_gen - Static variable in class schemaSQLParser.SchemaSql
 
jj_initialized_once - Static variable in class schemaSQLParser.SchemaSql
 
jj_input_stream - Static variable in class schemaSQLParser.SchemaSql
 
jj_kind - Static variable in class schemaSQLParser.SchemaSql
 
jj_la - Static variable in class schemaSQLParser.SchemaSql
 
jj_la1 - Static variable in class schemaSQLParser.SchemaSql
 
jj_la1_0 - Static variable in class schemaSQLParser.SchemaSql
 
jj_la1_1 - Static variable in class schemaSQLParser.SchemaSql
 
jj_la1_2 - Static variable in class schemaSQLParser.SchemaSql
 
jj_la1_3 - Static variable in class schemaSQLParser.SchemaSql
 
jj_la1_4 - Static variable in class schemaSQLParser.SchemaSql
 
jj_lastpos - Static variable in class schemaSQLParser.SchemaSql
 
jj_lasttokens - Static variable in class schemaSQLParser.SchemaSql
 
jj_nt - Static variable in class schemaSQLParser.SchemaSql
 
jj_ntk - Static variable in class schemaSQLParser.SchemaSql
 
jj_ntk() - Static method in class schemaSQLParser.SchemaSql
 
jj_rescan - Static variable in class schemaSQLParser.SchemaSql
 
jj_rescan_token() - Static method in class schemaSQLParser.SchemaSql
 
jj_save(int, int) - Static method in class schemaSQLParser.SchemaSql
 
jj_scan_token(int) - Static method in class schemaSQLParser.SchemaSql
 
jj_scanpos - Static variable in class schemaSQLParser.SchemaSql
 
jj_semLA - Static variable in class schemaSQLParser.SchemaSql
 
jjAddStates(int, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjbitVec0 - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjCheckNAdd(int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjCheckNAddStates(int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjCheckNAddStates(int, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjCheckNAddTwoStates(int, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjFillToken() - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjmatchedKind - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjmatchedPos - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveNfa_0(int, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa0_0() - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa1_0(long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa10_0(long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa11_0(long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa12_0(long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa13_0(long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa2_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa3_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa4_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa5_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa6_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa7_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa8_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjMoveStringLiteralDfa9_0(long, long, long, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjnewStateCnt - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjnextStates - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjround - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjrounds - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjStartNfa_0(int, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjstateSet - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjStopAtPos(int, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjStopStringLiteralDfa_0(int, long, long, long) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
jjstrLiteralImages - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjtoSkip - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjtoSpecial - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
jjtoToken - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
JOIN - Static variable in class treeBuilder.tbConstraint
 
JTBToolkit - class schemaSQLParser.JTBToolkit.
 
JTBToolkit() - Constructor for class schemaSQLParser.JTBToolkit
 

K

K_ALL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_AND - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ANY - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_AS - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ASC - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_BEGIN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_BETWEEN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_BINARY_INTEGER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_BOOLEAN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_BY - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CHAR - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CLOSE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_COMMENT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_COMMIT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CONNECT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CONSTANT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CREATE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CURRENT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_CURSOR - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DATE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DECIMAL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DECLARE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DEFAULT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DELETE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DESC - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DISTINCT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_DO - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ELSE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ELSIF - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_END - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_EXCEPTION - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_EXCEPTION_INIT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_EXCLUSIVE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_EXISTS - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_EXIT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_FETCH - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_FLOAT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_FOR - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_FROM - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_FUNCTION - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_GOTO - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_GROUP - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_HAVING - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_IF - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_IN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_INDEX - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_INSERT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_INTEGER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_INTERSECT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_INTO - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_IS - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_LEVEL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_LIKE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_LOCK - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_LOOP - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_MINUS - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_MODE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_NATURAL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_NOT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_NOWAIT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_NULL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_NUMBER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_OF - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ONLY - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_OPEN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_OR - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ORDER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_OTHERS - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_OUT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_PACKAGE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_POSITIVE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_PRAGMA - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_PRIOR - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_PROCEDURE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_RAISE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_READ - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_REAL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_RECORD - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_REF - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_RETURN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_REVERSE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ROLLBACK - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_ROW - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SAVEPOINT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SEGMENT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SELECT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SET - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SHARE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SMALLINT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_SQL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_START - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_TABLE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_THEN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_TO - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_TRANSACTION - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_UNION - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_UPDATE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_USE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_VALUES - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_VARCHAR - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_VARCHAR2 - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_VIEW - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_WHEN - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_WHERE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_WHILE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_WITH - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_WORK - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
K_WRITE - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
kind - Variable in class schemaSQLParser.Token
An integer that describes the kind of this token.

L

LabelDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
LE - Static variable in class treeBuilder.tbConstraint
 
LEAF - Static variable in class algebraTree.SchemaSQLOperator
these are DEFINEs for the Leafness status of an operator
left - Variable in class treeBuilder.tbConstraint
 
leftoverConstraints - Variable in class treeBuilder.Builder
 
LETTER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
LEXICAL_ERROR - Static variable in class schemaSQLParser.TokenMgrError
Lexical error occured.
LexicalError(boolean, int, int, int, String, char) - Static method in class schemaSQLParser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class schemaSQLParser.SchemaSqlTokenManager
 
LG - Static variable in class treeBuilder.tbConstraint
 
LIKE - Static variable in class treeBuilder.tbConstraint
 
line - Static variable in class schemaSQLParser.ASCII_CharStream
 
LINE_COMMENT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
lineWrap - Variable in class schemaSQLParser.visitor.TreeFormatter
 
LOCAL - Static variable in class treeBuilder.tbConstraint
 
localDB - Variable in class algebraTree.SchemaSQLOperator
for intermediate results
localDB - Variable in class treeBuilder.Builder
 
localQuery - Variable in class algebraTree.SchemaSQLOperator
I forgot what this was for...
LockMode() - Static method in class schemaSQLParser.SchemaSql
 
LockTableStatement() - Static method in class schemaSQLParser.SchemaSql
 
lookingAhead - Static variable in class schemaSQLParser.SchemaSql
 
LOOP_DETECTED - Static variable in class schemaSQLParser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LoopStatement() - Static method in class schemaSQLParser.SchemaSql
 
LT - Static variable in class treeBuilder.tbConstraint
 

M

Main - class Main.
 
Main - class algebraTree.Main.
dummy class.
Main() - Constructor for class Main
 
Main() - Constructor for class algebraTree.Main
 
main(String[]) - Static method in class Main
 
makeFlattenList(Vector) - Method in class treeBuilder.Builder
this method finds all fromitems which should be flattened (i.e., base relations.) in a later version, the sources should be read from a configuration file rather than hardcoded.
makeNodeToken(Token) - Static method in class schemaSQLParser.JTBToolkit
 
makeSelectClause(String) - Method in class DSRG.MW.DBManager
Helper function.
maxNextCharInd - Static variable in class schemaSQLParser.ASCII_CharStream
 
mergeVectors(Vector, Vector) - Static method in class algebraTree.QENode
a helper function that merges two Vectors
middletime - Static variable in class Main
 
MULTI_LINE_COMMENT - Static variable in interface schemaSQLParser.SchemaSqlConstants
 

N

name - Variable in class treeBuilder.tbFromItem
 
NE - Static variable in class treeBuilder.tbConstraint
 
newName - Variable in class algebraTree.SchemaUpdate
for rename-schema-changes, we need to store the new name
newToken(int) - Static method in class schemaSQLParser.Token
Returns a new Token object, by default.
next - Variable in class schemaSQLParser.SchemaSql.JJCalls
 
next - Variable in class schemaSQLParser.Token
A reference to the next regular (non-special) token from the input stream.
NOLEAF - Static variable in class algebraTree.SchemaSQLOperator
these are DEFINEs for the Leafness status of an operator
NormalLoop() - Static method in class schemaSQLParser.SchemaSql
 
NOTLIKE - Static variable in class treeBuilder.tbConstraint
 
NullStatement() - Static method in class schemaSQLParser.SchemaSql
 
numCommands - Variable in class schemaSQLParser.visitor.FormatCommand
 
numeric_datatype - Static variable in class DSRG.MW.DBManager
constant for the string Oracle expects for the numeric datatype
numeric_datatype - Variable in class DSRG.MW.DBMOracle
Oracle specific data types.
NumericForLoop() - Static method in class schemaSQLParser.SchemaSql
 
NumericForLoopLookahead() - Static method in class schemaSQLParser.SchemaSql
 
NumOrID() - Static method in class schemaSQLParser.SchemaSql
 

O

O_ARROW - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
ObjectDepthFirst - class schemaSQLParser.visitor.ObjectDepthFirst.
Provides default methods which visit each node in the tree in depth-first order.
ObjectDepthFirst() - Constructor for class schemaSQLParser.visitor.ObjectDepthFirst
 
ObjectVisitor - interface schemaSQLParser.visitor.ObjectVisitor.
All Object visitors must implement this interface.
OpenStatement() - Static method in class schemaSQLParser.SchemaSql
 
operator - Variable in class algebraTree.QENode
the associated Operator object
operator - Variable in class treeBuilder.tbConstraint
 
opNames - Static variable in class treeBuilder.tbConstraint
 
OracleObjectName() - Static method in class schemaSQLParser.SchemaSql
 
OrderByClause() - Static method in class schemaSQLParser.SchemaSql
 
out - Variable in class schemaSQLParser.visitor.TreeDumper
 
OUTDENT - Static variable in class schemaSQLParser.visitor.FormatCommand
 
outdent() - Method in class schemaSQLParser.visitor.TreeFormatter
An Outdent command is the reverse of the Indent command: it reduces the indentation level.
outdent() - Method in class schemaSQLParser.visitor.TreePrinter
 
outdent(int) - Method in class schemaSQLParser.visitor.TreeFormatter
 
OuterJoinExpression() - Static method in class schemaSQLParser.SchemaSql
 
outputTableName - Variable in class algebraTree.SchemaSQLOperator
the name of the output table of this operator.

P

Parameter() - Static method in class schemaSQLParser.SchemaSql
 
ParameterList() - Static method in class schemaSQLParser.SchemaSql
 
parent - Variable in class DSRG.MW.Tuple
The extent to which this tuple belongs.
ParseException - exception schemaSQLParser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class schemaSQLParser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class schemaSQLParser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class schemaSQLParser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
passwd - Variable in class DSRG.MW.DBManager
Password
pivotData - Variable in class algebraTree.SchemaSQLOperator
operator stores its pivotData for incremental update propagation.
pivotName - Variable in class algebraTree.Fold
 
pivotName - Variable in class algebraTree.Unfold
 
pivotName - Variable in class algebraTree.Unite
 
pivotName - Variable in class algebraTree.Split
the name of the pivot attribute to split on
PIVOTNAME - Static variable in class treeBuilder.Builder
 
placeToken(NodeToken, int, int) - Method in class schemaSQLParser.visitor.TreeFormatter
Inserts token location (beginLine, beginColumn, endLine, endColumn) information into the NodeToken.
PlSqlAndExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlBetweenClause() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlExpotentExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlExpressionList() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlInClause() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlLikeClause() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlMultiplicativeExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlPrimaryExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlRelationalExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlSimpleExpression() - Static method in class schemaSQLParser.SchemaSql
 
PLSQLStatement() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlUnaryExpression() - Static method in class schemaSQLParser.SchemaSql
 
PlSqlUnaryLogicalExpression() - Static method in class schemaSQLParser.SchemaSql
 
PragmaDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
prefix - Variable in class schemaSQLParser.visitor.TreePrinter
 
prefix - Static variable in class algebraTree.Util
 
prevCharIsCR - Static variable in class schemaSQLParser.ASCII_CharStream
 
prevCharIsLF - Static variable in class schemaSQLParser.ASCII_CharStream
 
printSpecials - Variable in class schemaSQLParser.visitor.TreeDumper
 
printSpecials(boolean) - Method in class schemaSQLParser.visitor.TreeDumper
Allows you to specify whether or not to print special tokens.
printToken(String) - Method in class schemaSQLParser.visitor.TreeDumper
 
printTree(String) - Method in class algebraTree.QENode
this function prints the algebra tree in a somewhat primitive fashion
privateExecuteQuery(String, boolean) - Method in class DSRG.MW.DBManager
returns a single Table object not tied to an IS.
ProcedureBody() - Static method in class schemaSQLParser.SchemaSql
 
ProcedureDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
processList(NodeListInterface) - Method in class schemaSQLParser.visitor.TreeFormatter
Accepts a NodeListInterface object and performs an optional format command between each node in the list (but not after the last node).
processList(NodeListInterface, FormatCommand) - Method in class schemaSQLParser.visitor.TreeFormatter
 
propagateTuples(DataUpdate, int) - Method in class algebraTree.StandardSQL
this function takes an update, stores it in a table and then applies this operator's query to that table.
propagateUpdate(Update) - Method in class algebraTree.SchemaSQLOperator
every operator must know how to propagate incremental updates of any kind.
propagateUpdate(Update) - Method in class algebraTree.Fold
propagate an update through this operator
propagateUpdate(Update) - Method in class algebraTree.StandardSQL
propagate an update through this operator.
propagateUpdate(Update) - Method in class algebraTree.Unfold
propagate an update through this operator
propagateUpdate(Update) - Method in class algebraTree.Unite
propagate an update through this operator
propagateUpdate(Update) - Method in class algebraTree.Split
propagate an update through this operator

Q

QENode - class algebraTree.QENode.
 
QENode(SchemaSQLOperator) - Constructor for class algebraTree.QENode
constructs a QENode with an existing operator attached to it.
QueryStatement() - Static method in class schemaSQLParser.SchemaSql
 
queryString - Variable in class algebraTree.StandardSQL
 

R

RaiseStatement() - Static method in class schemaSQLParser.SchemaSql
 
readChar() - Static method in class schemaSQLParser.ASCII_CharStream
 
recursiveUpdate(QENode, Update) - Method in class algebraTree.QENode
propagates upd all the way down to the leaves and then recursively collects updates up the operator tree.
ReInit(ASCII_CharStream) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
ReInit(ASCII_CharStream, int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
ReInit(InputStream) - Static method in class schemaSQLParser.SchemaSql
 
ReInit(InputStream, int, int) - Static method in class schemaSQLParser.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Static method in class schemaSQLParser.ASCII_CharStream
 
ReInit(Reader) - Static method in class schemaSQLParser.SchemaSql
 
ReInit(Reader, int, int) - Static method in class schemaSQLParser.ASCII_CharStream
 
ReInit(Reader, int, int, int) - Static method in class schemaSQLParser.ASCII_CharStream
 
ReInit(SchemaSqlTokenManager) - Method in class schemaSQLParser.SchemaSql
 
ReInitRounds() - Static method in class schemaSQLParser.SchemaSqlTokenManager
 
relation - Variable in class algebraTree.Update
the table name which this update concerns.
relationName - Variable in class algebraTree.Fold
 
relationName - Variable in class algebraTree.Unfold
this is the INPUT-TABLE NAME
relationName - Variable in class algebraTree.Split
the name of the input table
relationNames - Variable in class algebraTree.Unite
 
relName - Variable in class DSRG.MW.Table
the virtual name of this relation (for query breakdown)
RELNAME - Static variable in class treeBuilder.Builder
 
Relop() - Static method in class schemaSQLParser.SchemaSql
 
RELPIVOTNAME - Static variable in class treeBuilder.Builder
 
relSchema - Variable in class algebraTree.Fold
relSchema is the list of attributes in the output relation that are neither pivotName nor dataName nor in attributeNames
relSchema - Variable in class algebraTree.Unfold
the relational schema of the input and output tables, without the dynamic content.
relSchema - Variable in class algebraTree.Split
the relational schema of the input and output tables, without the dynamic content.
removeTuple(Tuple, int) - Method in class DSRG.MW.Table
searches for a certain tuple with the tuple's equals method and removes it from the extent.
RENAME - Static variable in class algebraTree.SchemaUpdate
 
renameAttribute(String, String, String) - Method in class DSRG.MW.DBManager
 
renameAttribute(String, String, String) - Method in class DSRG.MW.DBMOracle
renameAttribute.
renameAttributeInSchema(String, String, String) - Method in class DSRG.MW.DBManager
Helper function.
renameRelation(String, String) - Method in class DSRG.MW.DBManager
 
renameRelation(String, String) - Method in class DSRG.MW.DBMOracle
renameRelation
2/4/98 koeller
resetDB(String) - Method in class DSRG.MW.DBMOracle
Reset the Oracle database.
resetPosition() - Method in class schemaSQLParser.visitor.TreeDumper
Resets the position of the output "cursor" to the first line and column.
ReturnStatement() - Static method in class schemaSQLParser.SchemaSql
 
right - Variable in class treeBuilder.tbConstraint
 
RollbackStatement() - Static method in class schemaSQLParser.SchemaSql
 

S

S_BIND - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
S_CHAR_LITERAL - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
S_IDENTIFIER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
S_NUMBER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
S_QUOTED_IDENTIFIER - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
saveLocalConstraints(tbFromItem) - Method in class treeBuilder.Builder
this stores any local constraint in the parameter from-Item in the global variable leftoverConstraints.
SavepointStatement() - Static method in class schemaSQLParser.SchemaSql
 
SchemaSql - class schemaSQLParser.SchemaSql.
 
SchemaSQL_AttributeNames() - Static method in class schemaSQLParser.SchemaSql
 
SchemaSQL_RelationNames() - Static method in class schemaSQLParser.SchemaSql
 
SchemaSql.JJCalls - class schemaSQLParser.SchemaSql.JJCalls.
 
SchemaSql.JJCalls() - Constructor for class schemaSQLParser.SchemaSql.JJCalls
 
SchemaSql(InputStream) - Constructor for class schemaSQLParser.SchemaSql
 
SchemaSql(Reader) - Constructor for class schemaSQLParser.SchemaSql
 
SchemaSql(SchemaSqlTokenManager) - Constructor for class schemaSQLParser.SchemaSql
 
SchemaSqlConstants - interface schemaSQLParser.SchemaSqlConstants.
 
SchemaSQLFromItem() - Static method in class schemaSQLParser.SchemaSql
 
SchemaSQLOperator - class algebraTree.SchemaSQLOperator.
 
SchemaSQLOperator(DBManager, boolean) - Constructor for class algebraTree.SchemaSQLOperator
 
schemaSQLParser - package schemaSQLParser
 
schemaSQLParser.visitor - package schemaSQLParser.visitor
 
SchemaSqlTokenManager - class schemaSQLParser.SchemaSqlTokenManager.
 
SchemaSqlTokenManager(ASCII_CharStream) - Constructor for class schemaSQLParser.SchemaSqlTokenManager
 
SchemaSqlTokenManager(ASCII_CharStream, int) - Constructor for class schemaSQLParser.SchemaSqlTokenManager
 
SchemaSQLVisitor - class schemaSQLParser.visitor.SchemaSQLVisitor.
SchemaSQL Visitor.
SchemaSQLVisitor(Builder) - Constructor for class schemaSQLParser.visitor.SchemaSQLVisitor
 
SchemaUpdate - class algebraTree.SchemaUpdate.
A schema update.
SchemaUpdate(SchemaUpdate) - Constructor for class algebraTree.SchemaUpdate
copy constructor for update propagation
SchemaUpdate(String, int) - Constructor for class algebraTree.SchemaUpdate
the constructor for a relation add/delete
SchemaUpdate(String, String, int) - Constructor for class algebraTree.SchemaUpdate
the constructor for attribute add/del as well as relation-rename!
SchemaUpdate(String, String, String, int) - Constructor for class algebraTree.SchemaUpdate
the constructor for attribute-rename
secondName - Variable in class treeBuilder.tbSelectItem
 
selectClause - Variable in class treeBuilder.Builder
any item in the select clause...
SelectItem() - Static method in class schemaSQLParser.SchemaSql
 
SelectList() - Static method in class schemaSQLParser.SchemaSql
 
SelectStatement() - Static method in class schemaSQLParser.SchemaSql
 
SelectWithoutOrder() - Static method in class schemaSQLParser.SchemaSql
 
sendUpdate(String, int, String) - Method in class DSRG.MW.DBManager
send an (EVE-)update.
SequenceOfStatements() - Static method in class schemaSQLParser.SchemaSql
 
setAttributeNames(Vector) - Method in class DSRG.MW.Table
 
setAttributeSizes(Vector) - Method in class DSRG.MW.Table
 
SetClause() - Static method in class schemaSQLParser.SchemaSql
 
setColumn(Table) - Method in class DSRG.MW.Table
"joins" this table with another.
setCommand(int) - Method in class schemaSQLParser.visitor.FormatCommand
 
setNumCommands(int) - Method in class schemaSQLParser.visitor.FormatCommand
 
setQuery(String) - Method in class algebraTree.SchemaSQLOperator
 
setRelName(String) - Method in class algebraTree.SchemaSQLOperator
sets the relation name of this operator.
setRelName(String) - Method in class algebraTree.QENode
sets the name if this node's operator.
setRelName(String) - Method in class DSRG.MW.Table
 
setSourceDB(DBManager) - Method in class algebraTree.SchemaSQLOperator
 
SetTransactionStatement() - Static method in class schemaSQLParser.SchemaSql
 
setVector(Vector) - Method in class DSRG.MW.Tuple
sets this tuple's vector (=data).
sourceDB - Variable in class algebraTree.SchemaSQLOperator
currently, only one source DB is supported.
sourceDB - Variable in class treeBuilder.Builder
handles for the system's source and local DB connections, to be used in tree-building
SPACE - Static variable in class schemaSQLParser.visitor.FormatCommand
 
space() - Method in class schemaSQLParser.visitor.TreeFormatter
A Space command simply adds one or a user-specified number of spaces between tokens.
space(int) - Method in class schemaSQLParser.visitor.TreeFormatter
 
SPECIAL_CHARS - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
specialConstructor - Variable in class schemaSQLParser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class schemaSQLParser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Split - class algebraTree.Split.
 
Split(DBManager, DBManager, String, String) - Constructor for class algebraTree.Split
constructs a leaf Split-operator.
Split(DBManager, String, String) - Constructor for class algebraTree.Split
constructs a non-leaf Split-operator.
SQLAndExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLArguments() - Static method in class schemaSQLParser.SchemaSql
 
SQLBetweenClause() - Static method in class schemaSQLParser.SchemaSql
 
SQLExpotentExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLExpressionList() - Static method in class schemaSQLParser.SchemaSql
 
SQLInClause() - Static method in class schemaSQLParser.SchemaSql
 
SQLLikeClause() - Static method in class schemaSQLParser.SchemaSql
 
SQLMultiplicativeExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLPrimaryExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLRelationalExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLRelationalOperatorExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLSimpleExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLStatement() - Static method in class schemaSQLParser.SchemaSql
 
SQLUnaryExpression() - Static method in class schemaSQLParser.SchemaSql
 
SQLUnaryLogicalExpression() - Static method in class schemaSQLParser.SchemaSql
 
StandardSQL - class algebraTree.StandardSQL.
 
StandardSQL(DBManager, DBManager, String) - Constructor for class algebraTree.StandardSQL
constructs a leaf StandardSQL-operator.
StandardSQL(DBManager, String) - Constructor for class algebraTree.StandardSQL
constructs a non-leaf StandardSQL-operator.
star - Variable in class treeBuilder.tbSelectItem
does this select-item have a star (asterisk)?
start - Static variable in class algebraTree.Util
 
startAtNextToken - Variable in class schemaSQLParser.visitor.TreeDumper
 
startAtNextToken() - Method in class schemaSQLParser.visitor.TreeDumper
Starts the tree dumper on the line containing the next token visited.
STATIC_LEXER_ERROR - Static variable in class schemaSQLParser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class schemaSQLParser.ASCII_CharStream
 
stmt - Variable in class DSRG.MW.DBMOracle
 
storeRelation(Table) - Method in class DSRG.MW.DBManager
 
storeRelation(Table) - Method in class DSRG.MW.DBMOracle
stores a Table object in a database.
stripAttributeFromSchema(String, String) - Method in class DSRG.MW.DBManager
Helper function.
SubQuery() - Static method in class schemaSQLParser.SchemaSql
 
SubroutineCall() - Static method in class schemaSQLParser.SchemaSql
 
SwitchTo(int) - Static method in class schemaSQLParser.SchemaSqlTokenManager
 

T

Table - class DSRG.MW.Table.
this class holds a number of tuples.
Table() - Constructor for class DSRG.MW.Table
a new constructor without argument...
Table(int) - Constructor for class DSRG.MW.Table
constructs a relation extent object with a default size.
Table(Table) - Constructor for class DSRG.MW.Table
a copy constructor used to copy the extent of this table.
TableAlias() - Static method in class schemaSQLParser.SchemaSql
 
TableColumn() - Static method in class schemaSQLParser.SchemaSql
 
TableReference() - Static method in class schemaSQLParser.SchemaSql
 
tableToDeleteUpdates(String, Table) - Method in class algebraTree.SchemaSQLOperator
this function translates all tuples in delta into delete-tuple updates in table tableName
tbAttributeItem - class treeBuilder.tbAttributeItem.
this class holds object of type "attribute reference".
tbAttributeItem(tbFromItem, String) - Constructor for class treeBuilder.tbAttributeItem
this constructor creates a new object from a (parent) fromItem and another string
tbConst - class treeBuilder.tbConst.
a SQL-Constant
tbConst(String) - Constructor for class treeBuilder.tbConst
creates a Const-object.
tbConstraint - class treeBuilder.tbConstraint.
a constraint of the form tbItem tbItem or tbItem LIKE tbItem
tbConstraint() - Constructor for class treeBuilder.tbConstraint
 
tbFromItem - class treeBuilder.tbFromItem.
 
tbFromItem() - Constructor for class treeBuilder.tbFromItem
empty constructor is needed.
tbFromItem(String, int) - Constructor for class treeBuilder.tbFromItem
 
tbFromItem(String, String, int) - Constructor for class treeBuilder.tbFromItem
 
tbItem - class treeBuilder.tbItem.
a tbItem, which can be: a from-Item, a constant,
tbItem() - Constructor for class treeBuilder.tbItem
 
tbSelectItem - class treeBuilder.tbSelectItem.
 
tbSelectItem() - Constructor for class treeBuilder.tbSelectItem
empty constructor is needed.
tbSelectItem(String) - Constructor for class treeBuilder.tbSelectItem
 
tbSelectItem(String, String) - Constructor for class treeBuilder.tbSelectItem
 
token - Static variable in class schemaSQLParser.SchemaSql
 
Token - class schemaSQLParser.Token.
Describes the input token stream.
token_source - Static variable in class schemaSQLParser.SchemaSql
 
Token() - Constructor for class schemaSQLParser.Token
 
tokenBegin - Static variable in class schemaSQLParser.ASCII_CharStream
 
tokenImage - Variable in class schemaSQLParser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface schemaSQLParser.SchemaSqlConstants
 
TokenMgrError - error schemaSQLParser.TokenMgrError.
 
TokenMgrError() - Constructor for class schemaSQLParser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class schemaSQLParser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class schemaSQLParser.TokenMgrError
 
toSQLString() - Method in class DSRG.MW.Tuple
calls the toString() methods of this tuple's objects and concatenates them with commas in between and single quotes around the strings.
toString() - Method in class schemaSQLParser.Token
Returns the image.
toString() - Method in class algebraTree.SchemaUpdate
 
toString() - Method in class algebraTree.QENode
 
toString() - Method in class algebraTree.DataUpdate
 
toString() - Method in class treeBuilder.tbConst
 
toString() - Method in class treeBuilder.Builder
 
toString() - Method in class treeBuilder.tbAttributeItem
 
toString() - Method in class treeBuilder.tbConstraint
function is complicated to prevent infinite loops with the toString-function of "tbFromItem"
toString() - Method in class treeBuilder.tbSelectItem
 
toString() - Method in class treeBuilder.tbFromItem
 
toString() - Method in class DSRG.MW.Table
string representation (calls toString for all tuples, one line each).
toString() - Method in class DSRG.MW.Tuple
calls the toString() methods of this tuple's objects and concatenates them
trace_call(String) - Static method in class schemaSQLParser.SchemaSql
 
trace_enabled - Static variable in class schemaSQLParser.SchemaSql
 
trace_indent - Static variable in class schemaSQLParser.SchemaSql
 
trace_return(String) - Static method in class schemaSQLParser.SchemaSql
 
trace_scan(Token, int) - Static method in class schemaSQLParser.SchemaSql
 
trace_token(Token, String) - Static method in class schemaSQLParser.SchemaSql
 
treeBuilder - package treeBuilder
 
treeBuilder - Static variable in class Main
 
TreeDumper - class schemaSQLParser.visitor.TreeDumper.
Dumps the syntax tree to a Writer using the location information in each NodeToken.
TreeDumper() - Constructor for class schemaSQLParser.visitor.TreeDumper
The default constructor uses System.out as its output location.
TreeDumper(OutputStream) - Constructor for class schemaSQLParser.visitor.TreeDumper
 
TreeDumper(Writer) - Constructor for class schemaSQLParser.visitor.TreeDumper
 
TreeFormatter - class schemaSQLParser.visitor.TreeFormatter.
A skeleton output formatter for your language grammar.
TreeFormatter() - Constructor for class schemaSQLParser.visitor.TreeFormatter
The default constructor assumes an indentation amount of 3 spaces and no line-wrap.
TreeFormatter(int, int) - Constructor for class schemaSQLParser.visitor.TreeFormatter
This constructor accepts an indent amount and a line width which is used to wrap long lines.
TreeFormatterException - exception schemaSQLParser.visitor.TreeFormatterException.
 
TreeFormatterException() - Constructor for class schemaSQLParser.visitor.TreeFormatterException
 
TreeFormatterException(String) - Constructor for class schemaSQLParser.visitor.TreeFormatterException
 
TreePrinter - class schemaSQLParser.visitor.TreePrinter.
Provides default methods which visit each node in the tree in depth-first order.
TreePrinter() - Constructor for class schemaSQLParser.visitor.TreePrinter
 
Tuple - class DSRG.MW.Tuple.
this class holds a tuple in a relation object.
TUPLE - Static variable in class treeBuilder.Builder
 
Tuple(Table, Vector) - Constructor for class DSRG.MW.Tuple
constructs a tuple with a certain Table instance as parent and sets its value from a vector (not cloned).
tuples - Variable in class DSRG.MW.Table
a number of tuples in this extent
type - Variable in class algebraTree.SchemaUpdate
 
type - Variable in class treeBuilder.tbConstraint
 
type - Variable in class treeBuilder.tbFromItem
 
TypeDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
typeNames - Static variable in class algebraTree.SchemaUpdate
this is for the toString method only!
typeNames - Static variable in class treeBuilder.Builder
 

U

Unfold - class algebraTree.Unfold.
 
Unfold(DBManager, DBManager, String, String, String) - Constructor for class algebraTree.Unfold
constructs a leaf Unfold-operator.
Unfold(DBManager, String, String, String) - Constructor for class algebraTree.Unfold
constructs a non-leaf Unfold-operator.
Unite - class algebraTree.Unite.
 
Unite(DBManager, DBManager, Vector, String) - Constructor for class algebraTree.Unite
 
Update - class algebraTree.Update.
Objects of this class represent updates for a SchemaSQL wrapper.
Update() - Constructor for class algebraTree.Update
 
UpdatedValue() - Static method in class schemaSQLParser.SchemaSql
 
UpdateLineColumn(char) - Static method in class schemaSQLParser.ASCII_CharStream
 
UpdateStatement() - Static method in class schemaSQLParser.SchemaSql
 
updPivot - Variable in class algebraTree.Split
the value in the pivot attribute in an update.
url - Variable in class DSRG.MW.DBManager
DB URL
user - Variable in class DSRG.MW.DBManager
Username
Util - class algebraTree.Util.
provides helper functions for the algebraTree class
Util() - Constructor for class algebraTree.Util
 

V

value - Variable in class treeBuilder.tbConst
 
values - Variable in class DSRG.MW.Tuple
the values in the tuple.
VariableDeclaration() - Static method in class schemaSQLParser.SchemaSql
 
viewClause - Variable in class treeBuilder.Builder
any items in the view clause...
viewName - Variable in class treeBuilder.Builder
whatever comes right after the view clause
ViewReference() - Static method in class schemaSQLParser.SchemaSql
 
visit(Arguments) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlExpressionList -> PlSqlExpressionList()
visit(Arguments) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlExpressionList -> PlSqlExpressionList()
visit(Arguments) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlExpressionList -> PlSqlExpressionList()
visit(Arguments) - Method in interface schemaSQLParser.visitor.Visitor
plSqlExpressionList -> PlSqlExpressionList()
visit(Arguments) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlExpressionList -> PlSqlExpressionList()
visit(Arguments, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlExpressionList -> PlSqlExpressionList()
visit(Arguments, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlExpressionList -> PlSqlExpressionList()
visit(AssignmentStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(AssignmentStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(AssignmentStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(AssignmentStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(AssignmentStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(AssignmentStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(AssignmentStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( ( [ "." ] ":=" PlSqlExpression() ) | ( ":=" PlSqlExpression() ) ) nodeToken -> ";"
visit(BasicDataTypeDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BasicDataTypeDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BasicDataTypeDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BasicDataTypeDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BasicDataTypeDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BasicDataTypeDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BasicDataTypeDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( "CHAR" | "VARCHAR" | "VARCHAR2" | "INTEGER" | "NUMBER" | "NATURAL" | "REAL" | "FLOAT" ) [ "(" [ "," ] ")" ] | "DATE" | "BINARY_INTEGER" | "BOOLEAN"
visit(BeginEndBlock) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(BeginEndBlock) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(BeginEndBlock) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(BeginEndBlock) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(BeginEndBlock) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(BeginEndBlock, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(BeginEndBlock, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "BEGIN" sequenceOfStatements -> SequenceOfStatements() nodeOptional -> [ ExceptionBlock() ] nodeToken1 -> "END" nodeOptional1 -> [ ] nodeToken2 -> ";"
visit(CloseStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(CloseStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(CloseStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(CloseStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(CloseStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(CloseStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(CloseStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "CLOSE" nodeToken1 -> nodeToken2 -> ";"
visit(ColumnAlias) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken ->
visit(ColumnAlias) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken ->
visit(ColumnAlias) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken ->
visit(ColumnAlias) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken ->
visit(ColumnAlias) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken ->
visit(ColumnAlias, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken ->
visit(ColumnAlias, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken ->
visit(ColumnValues) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(ColumnValues) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(ColumnValues) - Method in class schemaSQLParser.visitor.TreeFormatter
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(ColumnValues) - Method in interface schemaSQLParser.visitor.Visitor
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(ColumnValues) - Method in class schemaSQLParser.visitor.TreePrinter
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(ColumnValues, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(ColumnValues, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
tableColumn -> TableColumn() nodeToken -> "=" updatedValue -> UpdatedValue() nodeListOptional -> ( "," TableColumn() "=" UpdatedValue() )*
visit(CommitStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CommitStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CommitStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CommitStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CommitStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CommitStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CommitStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "COMMIT" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(CompilationUnit) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(CompilationUnit) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(CompilationUnit) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(CompilationUnit) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(CompilationUnit) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(CompilationUnit, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(CompilationUnit, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ProcedureDeclaration() | FunctionDeclaration() | SequenceOfStatements()
visit(ConnectClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConnectClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConnectClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConnectClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConnectClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConnectClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConnectClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeSequence -> ( [ "START" "WITH" SQLExpression() ] "CONNECT" "BY" SQLExpression() [ "START" "WITH" SQLExpression() ] )
visit(ConstantDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(ConstantDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(ConstantDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(ConstantDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(ConstantDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(ConstantDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(ConstantDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "CONSTANT" typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeChoice -> ( ":=" | "DEFAULT" ) plSqlExpression -> PlSqlExpression()
visit(CreateViewClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "CREATE" nodeToken1 -> "VIEW" viewReference -> ViewReference() createViewList -> CreateViewList() nodeToken2 -> "AS"
visit(CreateViewItem) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
oracleObjectName -> OracleObjectName()
visit(CreateViewItem) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
oracleObjectName -> OracleObjectName()
visit(CreateViewItem) - Method in class schemaSQLParser.visitor.TreeFormatter
oracleObjectName -> OracleObjectName()
visit(CreateViewItem) - Method in interface schemaSQLParser.visitor.Visitor
oracleObjectName -> OracleObjectName()
visit(CreateViewItem) - Method in class schemaSQLParser.visitor.TreePrinter
oracleObjectName -> OracleObjectName()
visit(CreateViewItem, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
oracleObjectName -> OracleObjectName()
visit(CreateViewItem, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
oracleObjectName -> OracleObjectName()
visit(CreateViewList) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CreateViewList) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CreateViewList) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CreateViewList) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CreateViewList) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CreateViewList, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CreateViewList, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "(" createViewItem -> CreateViewItem() nodeListOptional -> ( "," CreateViewItem() )* nodeToken1 -> ")"
visit(CursorDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "CURSOR" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "IS" selectStatement -> SelectStatement()
visit(CursorForLoop) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(CursorForLoop) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(CursorForLoop) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(CursorForLoop) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(CursorForLoop) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(CursorForLoop, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(CursorForLoop, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeChoice -> ( [ "(" Arguments() ")" ] | "(" SelectStatement() ")" ) normalLoop -> NormalLoop()
visit(Declarations) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(Declarations) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(Declarations) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(Declarations) - Method in interface schemaSQLParser.visitor.Visitor
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(Declarations) - Method in class schemaSQLParser.visitor.TreePrinter
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(DeclarationSection) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "DECLARE" declarations -> Declarations()
visit(DeclarationSection) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "DECLARE" declarations -> Declarations()
visit(DeclarationSection) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "DECLARE" declarations -> Declarations()
visit(DeclarationSection) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "DECLARE" declarations -> Declarations()
visit(DeclarationSection) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "DECLARE" declarations -> Declarations()
visit(DeclarationSection, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "DECLARE" declarations -> Declarations()
visit(DeclarationSection, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "DECLARE" declarations -> Declarations()
visit(Declarations, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(Declarations, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeList -> ( ( IdentifierDeclaration() | CursorDeclaration() | PragmaDeclaration() ) ";" )+ nodeListOptional -> ( ProcedureDeclaration() | FunctionDeclaration() )*
visit(DeleteStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(DeleteStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(DeleteStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(DeleteStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(DeleteStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(DeleteStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(DeleteStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "DELETE" nodeOptional -> [ "FROM" ] tableReference -> TableReference() nodeOptional1 -> [ ] nodeOptional2 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken1 -> ";"
visit(ExceptionBlock) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionBlock) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionBlock) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionBlock) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionBlock) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionBlock, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionBlock, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "EXCEPTION" nodeList -> ( ExceptionHandler() )+
visit(ExceptionDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "EXCEPTION"
visit(ExceptionDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "EXCEPTION"
visit(ExceptionDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "EXCEPTION"
visit(ExceptionDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "EXCEPTION"
visit(ExceptionDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "EXCEPTION"
visit(ExceptionDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "EXCEPTION"
visit(ExceptionDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "EXCEPTION"
visit(ExceptionHandler) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExceptionHandler) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExceptionHandler) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExceptionHandler) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExceptionHandler) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExceptionHandler, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExceptionHandler, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "WHEN" nodeChoice -> ( ( "OR" )* | "OTHERS" ) nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements()
visit(ExistsClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExistsClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExistsClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExistsClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExistsClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExistsClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExistsClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "EXISTS" nodeToken1 -> "(" subQuery -> SubQuery() nodeToken2 -> ")"
visit(ExitStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(ExitStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(ExitStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(ExitStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(ExitStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(ExitStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(ExitStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "EXIT" nodeOptional -> [ ] nodeOptional1 -> [ "WHEN" PlSqlExpression() ] nodeToken1 -> ";"
visit(FetchStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(FetchStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(FetchStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(FetchStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(FetchStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(FetchStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(FetchStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FETCH" nodeSequence -> ( ) nodeToken1 -> "INTO" nodeChoice -> ( | ) nodeListOptional -> ( "," ( | ) )* nodeToken2 -> ";"
visit(ForLoop) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForLoop) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForLoop) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForLoop) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForLoop) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForLoop, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForLoop, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> NumericForLoop() | CursorForLoop()
visit(ForUpdateClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(ForUpdateClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(ForUpdateClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(ForUpdateClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(ForUpdateClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(ForUpdateClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(ForUpdateClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FOR" nodeToken1 -> "UPDATE" nodeToken2 -> "OF" tableColumn -> TableColumn() nodeListOptional -> ( "," TableColumn() )*
visit(FromClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FROM" schemaSQLFromItem -> SchemaSQLFromItem() nodeListOptional -> ( "," SchemaSQLFromItem() )*
visit(FromItem) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FromItem) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FromItem) - Method in class schemaSQLParser.visitor.TreeFormatter
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FromItem) - Method in interface schemaSQLParser.visitor.Visitor
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FromItem) - Method in class schemaSQLParser.visitor.TreePrinter
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FromItem, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FromItem, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
tableReference -> TableReference() nodeOptional -> [ TableAlias() ]
visit(FunctionBody) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionBody) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionBody) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionBody) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionBody) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionBody, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionBody, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(FunctionCall) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionCall) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionCall) - Method in class schemaSQLParser.visitor.TreeFormatter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionCall) - Method in interface schemaSQLParser.visitor.Visitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionCall) - Method in class schemaSQLParser.visitor.TreePrinter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionCall, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionCall, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeOptional1 -> [ [ "DISTINCT" | "ALL" ] ( SQLArguments() | "*" ) ] nodeToken1 -> ")"
visit(FunctionDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(FunctionDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(FunctionDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(FunctionDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(FunctionDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(FunctionDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(FunctionDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FUNCTION" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeToken2 -> "RETURN" typeDeclaration -> TypeDeclaration() nodeChoice -> ( ";" | "IS" FunctionBody() )
visit(GotoStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GotoStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GotoStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GotoStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GotoStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GotoStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GotoStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "GOTO" nodeToken1 -> nodeToken2 -> ";"
visit(GroupByClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(GroupByClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(GroupByClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(GroupByClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(GroupByClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(GroupByClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(GroupByClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "GROUP" nodeToken1 -> "BY" sQLExpressionList -> SQLExpressionList() nodeOptional -> [ "HAVING" SQLExpression() ]
visit(IdentifierDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IdentifierDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IdentifierDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IdentifierDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IdentifierDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IdentifierDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IdentifierDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> nodeChoice -> ( ConstantDeclaration() | VariableDeclaration() | ExceptionDeclaration() )
visit(IfStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(IfStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(IfStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(IfStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(IfStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(IfStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(IfStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "IF" plSqlExpression -> PlSqlExpression() nodeToken1 -> "THEN" sequenceOfStatements -> SequenceOfStatements() nodeListOptional -> ( "ELSIF" PlSqlExpression() "THEN" SequenceOfStatements() )* nodeOptional -> [ "ELSE" SequenceOfStatements() ] nodeToken2 -> "END" nodeToken3 -> "IF" nodeOptional1 -> [ ] nodeToken4 -> ";"
visit(InsertStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(InsertStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(InsertStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(InsertStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(InsertStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(InsertStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(InsertStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "INSERT" nodeToken1 -> "INTO" tableReference -> TableReference() nodeOptional -> [ "(" TableColumn() ( "," TableColumn() )* ")" ] nodeChoice -> ( "VALUES" "(" PlSqlExpressionList() ")" | SelectStatement() ) nodeToken2 -> ";"
visit(IntoClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "INTO" intoItem -> IntoItem() nodeListOptional -> ( "," IntoItem() )*
visit(IntoItem) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( [ "." ] ) | ( )
visit(IntoItem) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( [ "." ] ) | ( )
visit(IntoItem) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( [ "." ] ) | ( )
visit(IntoItem) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( [ "." ] ) | ( )
visit(IntoItem) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( [ "." ] ) | ( )
visit(IntoItem, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( [ "." ] ) | ( )
visit(IntoItem, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( [ "." ] ) | ( )
visit(IsNullClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(IsNullClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(IsNullClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(IsNullClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(IsNullClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(IsNullClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(IsNullClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "IS" nodeOptional -> [ "NOT" ] nodeToken1 -> "NULL"
visit(LabelDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LabelDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LabelDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LabelDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LabelDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LabelDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LabelDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "<<" nodeToken1 -> nodeToken2 -> ">>"
visit(LockMode) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockMode) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockMode) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockMode) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockMode) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockMode, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockMode, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( "ROW" ( "SHARE" | "EXCLUSIVE" ) ) | ( "SHARE" [ "UPDATE" | ( "ROW" "EXCLUSIVE" ) ] ) | ( "EXCLUSIVE" )
visit(LockTableStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LockTableStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LockTableStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LockTableStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LockTableStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LockTableStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LockTableStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "LOCK" nodeToken1 -> "TABLE" tableReference -> TableReference() nodeListOptional -> ( "," TableReference() )* nodeToken2 -> "IN" lockMode -> LockMode() nodeToken3 -> "MODE" nodeOptional -> [ "NOWAIT" ] nodeToken4 -> ";"
visit(LoopStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(LoopStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(LoopStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(LoopStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(LoopStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(LoopStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(LoopStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> NormalLoop() | WhileLoop() | ForLoop()
visit(NodeList) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
 
visit(NodeList) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
 
visit(NodeList) - Method in interface schemaSQLParser.visitor.Visitor
 
visit(NodeList) - Method in class schemaSQLParser.visitor.TreePrinter
 
visit(NodeList, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
 
visit(NodeList, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
 
visit(NodeListOptional) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
 
visit(NodeListOptional) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
 
visit(NodeListOptional) - Method in interface schemaSQLParser.visitor.Visitor
 
visit(NodeListOptional) - Method in class schemaSQLParser.visitor.TreePrinter
 
visit(NodeListOptional, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
 
visit(NodeListOptional, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
 
visit(NodeOptional) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
 
visit(NodeOptional) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
 
visit(NodeOptional) - Method in interface schemaSQLParser.visitor.Visitor
 
visit(NodeOptional) - Method in class schemaSQLParser.visitor.TreePrinter
 
visit(NodeOptional, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
 
visit(NodeOptional, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
 
visit(NodeSequence) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
 
visit(NodeSequence) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
 
visit(NodeSequence) - Method in interface schemaSQLParser.visitor.Visitor
 
visit(NodeSequence) - Method in class schemaSQLParser.visitor.TreePrinter
 
visit(NodeSequence, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
 
visit(NodeSequence, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
 
visit(NodeToken) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
 
visit(NodeToken) - Method in class schemaSQLParser.visitor.TreeDumper
Dumps the current NodeToken to the output stream being used.
visit(NodeToken) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
 
visit(NodeToken) - Method in class schemaSQLParser.visitor.TreeFormatter
Executes the commands waiting in the command queue, then inserts the proper location information into the current NodeToken.
visit(NodeToken) - Method in interface schemaSQLParser.visitor.Visitor
 
visit(NodeToken) - Method in class schemaSQLParser.visitor.TreePrinter
 
visit(NodeToken, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
 
visit(NodeToken, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
 
visit(NormalLoop) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NormalLoop) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NormalLoop) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NormalLoop) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NormalLoop) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NormalLoop, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NormalLoop, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "LOOP" sequenceOfStatements -> SequenceOfStatements() nodeToken1 -> "END" nodeToken2 -> "LOOP" nodeOptional -> [ ] nodeToken3 -> ";"
visit(NullStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NullStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NullStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NullStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NullStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NullStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NullStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "NULL" nodeToken1 -> ";"
visit(NumericForLoop) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumericForLoop) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumericForLoop) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumericForLoop) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumericForLoop) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumericForLoopLookahead) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoopLookahead) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoopLookahead) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoopLookahead) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoopLookahead) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoopLookahead, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoopLookahead, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".."
visit(NumericForLoop, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumericForLoop, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "FOR" nodeToken1 -> nodeToken2 -> "IN" nodeOptional -> [ "REVERSE" ] plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken3 -> ".." plSqlSimpleExpression1 -> PlSqlSimpleExpression() normalLoop -> NormalLoop()
visit(NumOrID) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> | ( [ "+" | "-" ] )
visit(NumOrID) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> | ( [ "+" | "-" ] )
visit(NumOrID) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> | ( [ "+" | "-" ] )
visit(NumOrID) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> | ( [ "+" | "-" ] )
visit(NumOrID) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> | ( [ "+" | "-" ] )
visit(NumOrID, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> | ( [ "+" | "-" ] )
visit(NumOrID, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> | ( [ "+" | "-" ] )
visit(OpenStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OpenStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OpenStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OpenStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OpenStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OpenStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OpenStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "OPEN" nodeToken1 -> nodeOptional -> [ "(" Arguments() ")" ] nodeToken2 -> ";"
visit(OracleObjectName) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> |
visit(OracleObjectName) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> |
visit(OracleObjectName) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> |
visit(OracleObjectName) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> |
visit(OracleObjectName) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> |
visit(OracleObjectName, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> |
visit(OracleObjectName, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> |
visit(OrderByClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OrderByClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OrderByClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OrderByClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OrderByClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OrderByClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OrderByClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "ORDER" nodeToken1 -> "BY" sQLSimpleExpression -> SQLSimpleExpression() nodeOptional -> [ "ASC" | "DESC" ] nodeListOptional -> ( "," SQLSimpleExpression() [ "ASC" | "DESC" ] )*
visit(OuterJoinExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(OuterJoinExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(OuterJoinExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(OuterJoinExpression) - Method in interface schemaSQLParser.visitor.Visitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(OuterJoinExpression) - Method in class schemaSQLParser.visitor.TreePrinter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(OuterJoinExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(OuterJoinExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ] nodeToken -> "(" nodeToken1 -> "+" nodeToken2 -> ")"
visit(Parameter) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(Parameter) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(Parameter) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(Parameter) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(Parameter) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(ParameterList) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(ParameterList) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(ParameterList) - Method in class schemaSQLParser.visitor.TreeFormatter
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(ParameterList) - Method in interface schemaSQLParser.visitor.Visitor
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(ParameterList) - Method in class schemaSQLParser.visitor.TreePrinter
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(ParameterList, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(ParameterList, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
parameter -> Parameter() nodeListOptional -> ( "," Parameter() )*
visit(Parameter, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(Parameter, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> nodeOptional -> [ [ "IN" ] [ "OUT" ] TypeDeclaration() [ ( ":=" | "DEFAULT" ) PlSqlExpression() ] ]
visit(PlSqlAndExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlAndExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlAndExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlAndExpression) - Method in interface schemaSQLParser.visitor.Visitor
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlAndExpression) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlAndExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlAndExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlUnaryLogicalExpression -> PlSqlUnaryLogicalExpression() nodeListOptional -> ( "AND" PlSqlUnaryLogicalExpression() )*
visit(PlSqlBetweenClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlBetweenClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlBetweenClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlBetweenClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlBetweenClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlBetweenClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlBetweenClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" plSqlSimpleExpression -> PlSqlSimpleExpression() nodeToken1 -> "AND" plSqlSimpleExpression1 -> PlSqlSimpleExpression()
visit(PlSqlExpotentExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpotentExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpotentExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpotentExpression) - Method in interface schemaSQLParser.visitor.Visitor
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpotentExpression) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpotentExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpotentExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlUnaryExpression -> PlSqlUnaryExpression() nodeListOptional -> ( "**" PlSqlUnaryExpression() )*
visit(PlSqlExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlExpression) - Method in interface schemaSQLParser.visitor.Visitor
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlExpression) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlExpressionList) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpressionList) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpressionList) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpressionList) - Method in interface schemaSQLParser.visitor.Visitor
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpressionList) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpressionList, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpressionList, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlExpression -> PlSqlExpression() nodeListOptional -> ( "," PlSqlExpression() )*
visit(PlSqlExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlAndExpression -> PlSqlAndExpression() nodeListOptional -> ( "OR" PlSqlAndExpression() )*
visit(PlSqlInClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlInClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlInClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlInClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlInClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlInClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlInClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" plSqlExpressionList -> PlSqlExpressionList() nodeToken2 -> ")"
visit(PlSqlLikeClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlLikeClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlLikeClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlLikeClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlLikeClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlLikeClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlLikeClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" plSqlSimpleExpression -> PlSqlSimpleExpression()
visit(PlSqlMultiplicativeExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlMultiplicativeExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlMultiplicativeExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlMultiplicativeExpression) - Method in interface schemaSQLParser.visitor.Visitor
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlMultiplicativeExpression) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlMultiplicativeExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlMultiplicativeExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlExpotentExpression -> PlSqlExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) PlSqlExpotentExpression() )*
visit(PlSqlPrimaryExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlPrimaryExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlPrimaryExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlPrimaryExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlPrimaryExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlPrimaryExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlPrimaryExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> "NULL" | ( ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | ( "(" Arguments() ")" ) | ( [ "." ] ) | ( "SQL" ( "%FOUND" | "%NOTFOUND" | "%ISOPEN" | "%ROWCOUNT" ) ) | | | | "(" PlSqlExpression() ")"
visit(PlSqlRelationalExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlRelationalExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlRelationalExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlRelationalExpression) - Method in interface schemaSQLParser.visitor.Visitor
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlRelationalExpression) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlRelationalExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlRelationalExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlSimpleExpression -> PlSqlSimpleExpression() nodeOptional -> ( Relop() PlSqlSimpleExpression() | PlSqlInClause() | PlSqlBetweenClause() | PlSqlLikeClause() | IsNullClause() )?
visit(PlSqlSimpleExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PlSqlSimpleExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PlSqlSimpleExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PlSqlSimpleExpression) - Method in interface schemaSQLParser.visitor.Visitor
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PlSqlSimpleExpression) - Method in class schemaSQLParser.visitor.TreePrinter
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PlSqlSimpleExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PlSqlSimpleExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
plSqlMultiplicativeExpression -> PlSqlMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) PlSqlMultiplicativeExpression() )*
visit(PLSQLStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PLSQLStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PLSQLStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PLSQLStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PLSQLStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PLSQLStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PLSQLStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> SubroutineCall() | AssignmentStatement() | ExitStatement() | GotoStatement() | IfStatement() | LoopStatement() | NullStatement() | RaiseStatement() | ReturnStatement() | SQLStatement() | LabelDeclaration() | [ DeclarationSection() ] BeginEndBlock()
visit(PlSqlUnaryExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( ( "+" | "-" ) PlSqlPrimaryExpression() ) | PlSqlPrimaryExpression()
visit(PlSqlUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PlSqlUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PlSqlUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PlSqlUnaryLogicalExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PlSqlUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PlSqlUnaryLogicalExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PlSqlUnaryLogicalExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] plSqlRelationalExpression -> PlSqlRelationalExpression()
visit(PragmaDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(PragmaDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(PragmaDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(PragmaDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(PragmaDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(PragmaDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(PragmaDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "PRAGMA" nodeToken1 -> "EXCEPTION_INIT" nodeToken2 -> "(" numOrID -> NumOrID() nodeToken3 -> "," numOrID1 -> NumOrID() nodeToken4 -> ")"
visit(ProcedureBody) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureBody) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureBody) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureBody) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureBody) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureBody, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureBody, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ Declarations() ] beginEndBlock -> BeginEndBlock()
visit(ProcedureDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(ProcedureDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(ProcedureDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(ProcedureDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(ProcedureDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(ProcedureDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(ProcedureDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "PROCEDURE" nodeToken1 -> nodeOptional -> [ "(" ParameterList() ")" ] nodeChoice -> ( ";" | "IS" ProcedureBody() )
visit(QueryStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(QueryStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(QueryStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(QueryStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(QueryStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(QueryStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(QueryStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ CreateViewClause() ] selectStatement -> SelectStatement() nodeToken -> ";"
visit(RaiseStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(RaiseStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(RaiseStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(RaiseStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(RaiseStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(RaiseStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(RaiseStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "RAISE" nodeOptional -> [ ] nodeToken1 -> ";"
visit(Relop) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(Relop) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(Relop) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(Relop) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(Relop) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(Relop, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(Relop, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> "=" | "!=" | "#" | "<>" | ">" | ">=" | "<" | "<="
visit(ReturnStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(ReturnStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(ReturnStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(ReturnStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(ReturnStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(ReturnStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(ReturnStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "RETURN" nodeOptional -> [ PlSqlExpression() ] nodeToken1 -> ";"
visit(RollbackStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(RollbackStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(RollbackStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(RollbackStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(RollbackStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(RollbackStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(RollbackStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "ROLLBACK" nodeOptional -> [ "WORK" ] nodeOptional1 -> [ "TO" [ "SAVEPOINT" ] ] nodeOptional2 -> [ "COMMENT" ] nodeToken1 -> ";"
visit(SavepointStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SavepointStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SavepointStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SavepointStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SavepointStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SavepointStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SavepointStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "SAVEPOINT" nodeToken1 -> nodeToken2 -> ";"
visit(SchemaSQL_AttributeNames) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_AttributeNames) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_AttributeNames) - Method in class schemaSQLParser.visitor.TreeFormatter
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_AttributeNames) - Method in interface schemaSQLParser.visitor.Visitor
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_AttributeNames) - Method in class schemaSQLParser.visitor.TreePrinter
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_AttributeNames, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_AttributeNames, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
tableReference -> TableReference() nodeToken -> columnAlias -> ColumnAlias()
visit(SchemaSQL_RelationNames) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQL_RelationNames) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQL_RelationNames) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQL_RelationNames) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQL_RelationNames) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQL_RelationNames, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQL_RelationNames, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> tableAlias -> TableAlias()
visit(SchemaSQLFromItem) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SchemaSQLFromItem) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SchemaSQLFromItem) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SchemaSQLFromItem) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SchemaSQLFromItem) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SchemaSQLFromItem, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SchemaSQLFromItem, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> SchemaSQL_RelationNames() | SchemaSQL_AttributeNames() | FromItem()
visit(SelectItem) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectItem) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectItem) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectItem) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectItem) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectItem, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectItem, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> OracleObjectName() ".*" | OracleObjectName() "." OracleObjectName() ".*" | SQLSimpleExpression() [ ColumnAlias() ]
visit(SelectList) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectList) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectList) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectList) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectList) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectList, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectList, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> "*" | SelectItem() ( "," SelectItem() )*
visit(SelectStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectStatement) - Method in interface schemaSQLParser.visitor.Visitor
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectStatement) - Method in class schemaSQLParser.visitor.TreePrinter
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
selectWithoutOrder -> SelectWithoutOrder() nodeOptional -> [ OrderByClause() ] nodeOptional1 -> [ ForUpdateClause() ]
visit(SelectWithoutOrder) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SelectWithoutOrder) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SelectWithoutOrder) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SelectWithoutOrder) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SelectWithoutOrder) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SelectWithoutOrder, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SelectWithoutOrder, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "SELECT" nodeOptional -> [ "ALL" | "DISTINCT" ] selectList -> SelectList() nodeOptional1 -> [ IntoClause() ] fromClause -> FromClause() nodeOptional2 -> [ WhereClause() ] nodeOptional3 -> [ ConnectClause() ] nodeOptional4 -> [ GroupByClause() ] nodeOptional5 -> [ SetClause() ]
visit(SequenceOfStatements) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeList -> ( PLSQLStatement() )+
visit(SequenceOfStatements) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeList -> ( PLSQLStatement() )+
visit(SequenceOfStatements) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeList -> ( PLSQLStatement() )+
visit(SequenceOfStatements) - Method in interface schemaSQLParser.visitor.Visitor
nodeList -> ( PLSQLStatement() )+
visit(SequenceOfStatements) - Method in class schemaSQLParser.visitor.TreePrinter
nodeList -> ( PLSQLStatement() )+
visit(SequenceOfStatements, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeList -> ( PLSQLStatement() )+
visit(SequenceOfStatements, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeList -> ( PLSQLStatement() )+
visit(SetClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( ( "UNION" [ "ALL" ] ) | "INTERSECT" | "MINUS" ) nodeChoice1 -> ( ( "(" SelectWithoutOrder() ")" ) | SelectWithoutOrder() )
visit(SetTransactionStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SetTransactionStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SetTransactionStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SetTransactionStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SetTransactionStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SetTransactionStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SetTransactionStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "SET" nodeToken1 -> "TRANSACTION" nodeChoice -> ( ( "READ" ( "ONLY" | "WRITE" ) ) | ( "USE" "ROLLBACK" "SEGMENT" ) ) nodeToken2 -> ";"
visit(SQLAndExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLAndExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLAndExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLAndExpression) - Method in interface schemaSQLParser.visitor.Visitor
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLAndExpression) - Method in class schemaSQLParser.visitor.TreePrinter
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLAndExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLAndExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLUnaryLogicalExpression -> SQLUnaryLogicalExpression() nodeListOptional -> ( "AND" SQLUnaryLogicalExpression() )*
visit(SQLArguments) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLExpressionList -> SQLExpressionList()
visit(SQLArguments) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLExpressionList -> SQLExpressionList()
visit(SQLArguments) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLExpressionList -> SQLExpressionList()
visit(SQLArguments) - Method in interface schemaSQLParser.visitor.Visitor
sQLExpressionList -> SQLExpressionList()
visit(SQLArguments) - Method in class schemaSQLParser.visitor.TreePrinter
sQLExpressionList -> SQLExpressionList()
visit(SQLArguments, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLExpressionList -> SQLExpressionList()
visit(SQLArguments, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLExpressionList -> SQLExpressionList()
visit(SQLBetweenClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLBetweenClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLBetweenClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLBetweenClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLBetweenClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLBetweenClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLBetweenClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "BETWEEN" sQLSimpleExpression -> SQLSimpleExpression() nodeToken1 -> "AND" sQLSimpleExpression1 -> SQLSimpleExpression()
visit(SQLExpotentExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpotentExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpotentExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpotentExpression) - Method in interface schemaSQLParser.visitor.Visitor
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpotentExpression) - Method in class schemaSQLParser.visitor.TreePrinter
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpotentExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpotentExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLUnaryExpression -> SQLUnaryExpression() nodeListOptional -> ( "**" SQLUnaryExpression() )*
visit(SQLExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLExpression) - Method in interface schemaSQLParser.visitor.Visitor
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLExpression) - Method in class schemaSQLParser.visitor.TreePrinter
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLExpressionList) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpressionList) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpressionList) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpressionList) - Method in interface schemaSQLParser.visitor.Visitor
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpressionList) - Method in class schemaSQLParser.visitor.TreePrinter
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpressionList, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpressionList, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLSimpleExpression -> SQLSimpleExpression() nodeListOptional -> ( "," SQLSimpleExpression() )*
visit(SQLExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLAndExpression -> SQLAndExpression() nodeListOptional -> ( "OR" SQLAndExpression() )*
visit(SQLInClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLInClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLInClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLInClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLInClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLInClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLInClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "IN" nodeToken1 -> "(" nodeChoice -> ( SQLExpressionList() | SubQuery() ) nodeToken2 -> ")"
visit(SQLLikeClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLLikeClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLLikeClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLLikeClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLLikeClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLLikeClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLLikeClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "NOT" ] nodeToken -> "LIKE" sQLSimpleExpression -> SQLSimpleExpression()
visit(SQLMultiplicativeExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLMultiplicativeExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLMultiplicativeExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLMultiplicativeExpression) - Method in interface schemaSQLParser.visitor.Visitor
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLMultiplicativeExpression) - Method in class schemaSQLParser.visitor.TreePrinter
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLMultiplicativeExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLMultiplicativeExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLExpotentExpression -> SQLExpotentExpression() nodeListOptional -> ( ( "*" | "/" ) SQLExpotentExpression() )*
visit(SQLPrimaryExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLPrimaryExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLPrimaryExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLPrimaryExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLPrimaryExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLPrimaryExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLPrimaryExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> "NULL" | FunctionCall() | OuterJoinExpression() | TableColumn() | | | | "(" SQLExpression() ")"
visit(SQLRelationalExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ( "(" SQLExpressionList() ")" | ( [ "PRIOR" ] SQLSimpleExpression() ) ) nodeOptional -> ( SQLRelationalOperatorExpression() | ( SQLInClause() ) | ( SQLBetweenClause() ) | ( SQLLikeClause() ) | IsNullClause() )?
visit(SQLRelationalOperatorExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLRelationalOperatorExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLRelationalOperatorExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLRelationalOperatorExpression) - Method in interface schemaSQLParser.visitor.Visitor
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLRelationalOperatorExpression) - Method in class schemaSQLParser.visitor.TreePrinter
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLRelationalOperatorExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLRelationalOperatorExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
relop -> Relop() nodeChoice -> ( ( [ "ALL" | "ANY" ] "(" SubQuery() ")" ) | [ "PRIOR" ] SQLSimpleExpression() )
visit(SQLSimpleExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLSimpleExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLSimpleExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLSimpleExpression) - Method in interface schemaSQLParser.visitor.Visitor
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLSimpleExpression) - Method in class schemaSQLParser.visitor.TreePrinter
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLSimpleExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLSimpleExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
sQLMultiplicativeExpression -> SQLMultiplicativeExpression() nodeListOptional -> ( ( "+" | "-" | "||" ) SQLMultiplicativeExpression() )*
visit(SQLStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> CloseStatement() | CommitStatement() | DeleteStatement() | FetchStatement() | InsertStatement() | LockTableStatement() | OpenStatement() | RollbackStatement() | SavepointStatement() | QueryStatement() | SetTransactionStatement() | UpdateStatement()
visit(SQLUnaryExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeOptional -> [ "+" | "-" ] sQLPrimaryExpression -> SQLPrimaryExpression()
visit(SQLUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SQLUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SQLUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SQLUnaryLogicalExpression) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SQLUnaryLogicalExpression) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SQLUnaryLogicalExpression, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SQLUnaryLogicalExpression, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> ExistsClause() | ( [ "NOT" ] SQLRelationalExpression() )
visit(SubQuery) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
selectWithoutOrder -> SelectWithoutOrder()
visit(SubQuery) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
selectWithoutOrder -> SelectWithoutOrder()
visit(SubQuery) - Method in class schemaSQLParser.visitor.TreeFormatter
selectWithoutOrder -> SelectWithoutOrder()
visit(SubQuery) - Method in interface schemaSQLParser.visitor.Visitor
selectWithoutOrder -> SelectWithoutOrder()
visit(SubQuery) - Method in class schemaSQLParser.visitor.TreePrinter
selectWithoutOrder -> SelectWithoutOrder()
visit(SubQuery, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
selectWithoutOrder -> SelectWithoutOrder()
visit(SubQuery, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
selectWithoutOrder -> SelectWithoutOrder()
visit(SubroutineCall) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(SubroutineCall) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(SubroutineCall) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(SubroutineCall) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(SubroutineCall) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(SubroutineCall, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(SubroutineCall, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> nodeOptional -> [ "." ] nodeOptional1 -> [ "(" Arguments() ")" ] nodeToken1 -> ";"
visit(TableAlias) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken ->
visit(TableAlias) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken ->
visit(TableAlias) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken ->
visit(TableAlias) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken ->
visit(TableAlias) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken ->
visit(TableAlias, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken ->
visit(TableAlias, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken ->
visit(TableColumn) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableColumn) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableColumn) - Method in class schemaSQLParser.visitor.TreeFormatter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() [ "." OracleObjectName() ] ]
visit(TableColumn) - Method in interface schemaSQLParser.visitor.Visitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableColumn) - Method in class schemaSQLParser.visitor.TreePrinter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableColumn, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableColumn, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference) - Method in class schemaSQLParser.visitor.TreeFormatter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference) - Method in interface schemaSQLParser.visitor.Visitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference) - Method in class schemaSQLParser.visitor.TreePrinter
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TableReference, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
oracleObjectName -> OracleObjectName() nodeOptional -> [ "." OracleObjectName() ]
visit(TypeDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(TypeDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(TypeDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(TypeDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(TypeDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(TypeDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(TypeDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> BasicDataTypeDeclaration() | ( ( "%TYPE" | "%ROWTYPE" ) ) | TableColumn() "%TYPE" |
visit(UpdatedValue) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdatedValue) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdatedValue) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdatedValue) - Method in interface schemaSQLParser.visitor.Visitor
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdatedValue) - Method in class schemaSQLParser.visitor.TreePrinter
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdatedValue, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdatedValue, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeChoice -> "(" SelectStatement() ")" | PlSqlExpression()
visit(UpdateStatement) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(UpdateStatement) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(UpdateStatement) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(UpdateStatement) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(UpdateStatement) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(UpdateStatement, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(UpdateStatement, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "UPDATE" tableReference -> TableReference() nodeOptional -> [ ] nodeToken1 -> "SET" columnValues -> ColumnValues() nodeOptional1 -> [ "WHERE" ( SQLExpression() | "CURRENT" "OF" ) ] nodeToken2 -> ";"
visit(VariableDeclaration) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(VariableDeclaration) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(VariableDeclaration) - Method in class schemaSQLParser.visitor.TreeFormatter
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(VariableDeclaration) - Method in interface schemaSQLParser.visitor.Visitor
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(VariableDeclaration) - Method in class schemaSQLParser.visitor.TreePrinter
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(VariableDeclaration, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(VariableDeclaration, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
typeDeclaration -> TypeDeclaration() nodeOptional -> [ "NOT" "NULL" ] nodeOptional1 -> [ ( ":=" | "DEFAULT" ) PlSqlExpression() ]
visit(ViewReference) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
oracleObjectName -> OracleObjectName()
visit(ViewReference) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
oracleObjectName -> OracleObjectName()
visit(ViewReference) - Method in class schemaSQLParser.visitor.TreeFormatter
oracleObjectName -> OracleObjectName()
visit(ViewReference) - Method in interface schemaSQLParser.visitor.Visitor
oracleObjectName -> OracleObjectName()
visit(ViewReference) - Method in class schemaSQLParser.visitor.TreePrinter
oracleObjectName -> OracleObjectName()
visit(ViewReference, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
oracleObjectName -> OracleObjectName()
visit(ViewReference, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
oracleObjectName -> OracleObjectName()
visit(WhereClause) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhereClause) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhereClause) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhereClause) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhereClause) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhereClause, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhereClause, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "WHERE" sQLExpression -> SQLExpression()
visit(WhileLoop) - Method in class schemaSQLParser.visitor.DepthFirstVisitor
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
visit(WhileLoop) - Method in class schemaSQLParser.visitor.SchemaSQLVisitor
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
visit(WhileLoop) - Method in class schemaSQLParser.visitor.TreeFormatter
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
visit(WhileLoop) - Method in interface schemaSQLParser.visitor.Visitor
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
visit(WhileLoop) - Method in class schemaSQLParser.visitor.TreePrinter
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
visit(WhileLoop, Object) - Method in interface schemaSQLParser.visitor.ObjectVisitor
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
visit(WhileLoop, Object) - Method in class schemaSQLParser.visitor.ObjectDepthFirst
nodeToken -> "WHILE" plSqlExpression -> PlSqlExpression() normalLoop -> NormalLoop()
Visitor - interface schemaSQLParser.visitor.Visitor.
All void visitors must implement this interface.

W

WhereClause() - Static method in class schemaSQLParser.SchemaSql
 
WhileLoop() - Static method in class schemaSQLParser.SchemaSql
 
wrapWidth - Variable in class schemaSQLParser.visitor.TreeFormatter
 

A B C D E F G H I J K L M N O P Q R S T U V W