Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTGlobal
-
Packages that use ASTGlobal Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.rule -
-
Uses of ASTGlobal in net.sourceforge.pmd.lang.plsql.ast
Methods in net.sourceforge.pmd.lang.plsql.ast that return ASTGlobal Modifier and Type Method Description ASTGlobal
PLSQLParser. Global()
All global definitions of triggers, functions and procedures are evaluated here.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTGlobal Modifier and Type Method Description Object
PLSQLParserVisitor. visit(ASTGlobal node, Object data)
Object
PLSQLParserVisitorAdapter. visit(ASTGlobal node, Object data)
-
Uses of ASTGlobal in net.sourceforge.pmd.lang.plsql.rule
Methods in net.sourceforge.pmd.lang.plsql.rule with parameters of type ASTGlobal Modifier and Type Method Description Object
AbstractPLSQLRule. visit(ASTGlobal node, Object data)
-