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 ASTPrimaryPrefixPLSQLParser. PrimaryPrefix()Deprecated.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTPrimaryPrefix Modifier and Type Method Description ObjectPLSQLParserVisitor. visit(ASTPrimaryPrefix node, Object data)Deprecated.ObjectPLSQLParserVisitorAdapter. 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 ObjectAbstractPLSQLRule. visit(ASTPrimaryPrefix node, Object data)
-