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 interface
ExecutableCode
Methods required to be considered as an executable piece of code.interface
OracleObject
All 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 void
InternalApiBridge. setScope(PLSQLNode node, net.sourceforge.pmd.lang.symboltable.Scope decl)
default R
PlsqlVisitor. 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 PLSQLNode
PLSQLNameOccurrence. getLocation()
Constructors in net.sourceforge.pmd.lang.plsql.symboltable with parameters of type PLSQLNode Constructor Description MethodScope(PLSQLNode node)
PLSQLNameOccurrence(PLSQLNode location, String image)
-