Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTTableReference
-
Packages that use ASTTableReference Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.rule -
-
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
PLSQLParser. TableReference()
ASTTableReference
PLSQLParser. TableReferenceInJoin()
Special production, used in joins.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTTableReference Modifier and Type Method Description Object
PLSQLParserVisitor. visit(ASTTableReference node, Object data)
Object
PLSQLParserVisitorAdapter. visit(ASTTableReference node, Object data)
-
Uses of ASTTableReference in net.sourceforge.pmd.lang.plsql.rule
Methods in net.sourceforge.pmd.lang.plsql.rule with parameters of type ASTTableReference Modifier and Type Method Description Object
AbstractPLSQLRule. visit(ASTTableReference node, Object data)
-