Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTPrimaryPrefix
-
Packages that use ASTPrimaryPrefix Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.rule -
-
Uses of ASTPrimaryPrefix in net.sourceforge.pmd.lang.plsql.ast
Methods in net.sourceforge.pmd.lang.plsql.ast that return ASTPrimaryPrefix Modifier and Type Method Description ASTPrimaryPrefix
PLSQLParser. PrimaryPrefix()
Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTPrimaryPrefix Modifier and Type Method Description Object
PLSQLParserVisitor. visit(ASTPrimaryPrefix node, Object data)
Object
PLSQLParserVisitorAdapter. visit(ASTPrimaryPrefix node, Object data)
-
Uses of ASTPrimaryPrefix in net.sourceforge.pmd.lang.plsql.rule
Methods in net.sourceforge.pmd.lang.plsql.rule with parameters of type ASTPrimaryPrefix Modifier and Type Method Description Object
AbstractPLSQLRule. visit(ASTPrimaryPrefix node, Object data)
-