public class ASTMethodDeclaration extends AbstractJavaAccessNode implements DFAGraphMethod
parser
beginColumn, beginLine, childIndex, children, endColumn, endLine, id, parent
Constructor and Description |
---|
ASTMethodDeclaration(int id) |
ASTMethodDeclaration(JavaParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTBlock |
getBlock() |
String |
getMethodName()
Gets the name of the method.
|
String |
getName() |
ASTResultType |
getResultType() |
ASTNameList |
getThrows() |
boolean |
isAbstract() |
boolean |
isInterfaceMember() |
boolean |
isPublic() |
boolean |
isSyntacticallyAbstract() |
boolean |
isSyntacticallyPublic() |
boolean |
isVoid() |
Object |
jjtAccept(JavaParserVisitor visitor,
Object data)
Accept the visitor.
|
getModifiers, isDefault, isFinal, isNative, isPackagePrivate, isPrivate, isProtected, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setDefault, setFinal, setModifiers, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatile
childrenAccept, comment, comment, getScope, jjtClose, jjtOpen, setScope, toString
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public ASTMethodDeclaration(int id)
public ASTMethodDeclaration(JavaParser p, int id)
public Object jjtAccept(JavaParserVisitor visitor, Object data)
jjtAccept
in interface JavaNode
jjtAccept
in class AbstractJavaNode
public String getMethodName()
public String getName()
getName
in interface DFAGraphMethod
public boolean isSyntacticallyPublic()
public boolean isSyntacticallyAbstract()
public boolean isPublic()
isPublic
in interface AccessNode
isPublic
in class AbstractJavaAccessNode
public boolean isAbstract()
isAbstract
in interface AccessNode
isAbstract
in class AbstractJavaAccessNode
public boolean isInterfaceMember()
public boolean isVoid()
public ASTResultType getResultType()
public ASTBlock getBlock()
public ASTNameList getThrows()
Copyright © 2002-2015 InfoEther. All Rights Reserved.