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 ASTTableReferencePLSQLParserImpl. TableReference()Deprecated.ASTTableReferencePLSQLParserImpl. TableReferenceInJoin()Deprecated.Special production, used in joins.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTTableReference Modifier and Type Method Description default RPlsqlVisitor. visit(ASTTableReference node, P data)
-