Uses of Interface
net.sourceforge.pmd.lang.plsql.ast.PLSQLNode
-
Packages that use PLSQLNode Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.symboltable -
-
Uses of PLSQLNode in net.sourceforge.pmd.lang.plsql.ast
Subinterfaces of PLSQLNode in net.sourceforge.pmd.lang.plsql.ast Modifier and Type Interface Description interfaceExecutableCodeMethods required to be considered as an executable piece of code.interfaceOracleObjectAll nodes that represent an Oracle object.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type PLSQLNode Modifier and Type Method Description static voidInternalApiBridge. setScope(PLSQLNode node, Scope decl)default RPlsqlVisitor. visitPlsqlNode(PLSQLNode node, P data) -
Uses of PLSQLNode in net.sourceforge.pmd.lang.plsql.symboltable
Methods in net.sourceforge.pmd.lang.plsql.symboltable that return PLSQLNode Modifier and Type Method Description PLSQLNodePLSQLNameOccurrence. getLocation()Constructors in net.sourceforge.pmd.lang.plsql.symboltable with parameters of type PLSQLNode Constructor Description MethodScope(PLSQLNode node)PLSQLNameOccurrence(PLSQLNode location, String image)
-