de.hillenbrand.jedi.parser
Class ASTMethodDeclaration
java.lang.Object
de.hillenbrand.jedi.parser.SimpleNode
de.hillenbrand.jedi.parser.ASTMethodDeclaration
- All Implemented Interfaces:
- Node
public class ASTMethodDeclaration
- extends SimpleNode
Methods inherited from class de.hillenbrand.jedi.parser.SimpleNode |
childrenAccept, dump, getJavaDoc, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
isPublic
public boolean isPublic
isProtected
public boolean isProtected
isPrivate
public boolean isPrivate
isStatic
public boolean isStatic
isAbstract
public boolean isAbstract
isFinal
public boolean isFinal
isNative
public boolean isNative
isStrict
public boolean isStrict
isSynchronized
public boolean isSynchronized
ASTMethodDeclaration
public ASTMethodDeclaration(int id)
ASTMethodDeclaration
public ASTMethodDeclaration(JavaParser p,
int id)
getBlock
public FileLocation getBlock()
getName
public java.lang.String getName()
getParameters
public java.util.Vector<java.lang.String> getParameters()
getResultType
public java.lang.String getResultType()
getThrows
public java.util.Vector<java.lang.String> getThrows()
jjtAccept
public java.lang.Object jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
- Accept the visitor. *
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode