Interface OracleObject
-
- All Superinterfaces:
Node
,PLSQLNode
,ScopedNode
- All Known Implementing Classes:
ASTPackageBody
,ASTPackageSpecification
,ASTProgramUnit
,ASTTriggerUnit
,ASTTypeSpecification
public interface OracleObject extends PLSQLNode
All nodes that represent an Oracle object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getObjectName()
Gets the name of the Oracle object.-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getIndexInParent, getNthParent, getNumChildren, getParentsOfType, getUserData, getUserMap, getXPathAttributesIterator, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
-
-
-
-
Method Detail
-
getObjectName
String getObjectName()
Gets the name of the Oracle object.- Returns:
- a String representing the name of the Oracle object.
-
-