Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTTableReference
-
Packages that use ASTTableReference Package Description net.sourceforge.pmd.lang.plsql.ast -
-
Uses of ASTTableReference in net.sourceforge.pmd.lang.plsql.ast
Methods in net.sourceforge.pmd.lang.plsql.ast that return ASTTableReference Modifier and Type Method Description ASTTableReference
PLSQLParserImpl. TableReference()
ASTTableReference
PLSQLParserImpl. TableReferenceInJoin()
Special production, used in joins.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTTableReference Modifier and Type Method Description default R
PlsqlVisitor. visit(ASTTableReference node, P data)
-