net.sourceforge.pmd.lang.plsql.ast
Interface ExecutableCode

All Superinterfaces:
Node
All Known Implementing Classes:
ASTMethodDeclaration, ASTProgramUnit, ASTTriggerTimingPointSection, ASTTriggerUnit, ASTTypeMethod

public interface ExecutableCode
extends Node

Methods required to be considered as an executable piece of code.


Method Summary
 String getMethodName()
          Gets the name of the executable: named thus to match ASTMethodDeclaration.
 
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData
 

Method Detail

getMethodName

String getMethodName()
Gets the name of the executable: named thus to match ASTMethodDeclaration.

Returns:
a String representing the name of the method


Copyright © 2002-2016 InfoEther. All Rights Reserved.