de.hillenbrand.jedi.parser
Class ASTConstructorDeclaration
java.lang.Object
de.hillenbrand.jedi.parser.SimpleNode
de.hillenbrand.jedi.parser.ASTConstructorDeclaration
- All Implemented Interfaces:
- Node
public class ASTConstructorDeclaration
- 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
name
public java.lang.String name
ASTConstructorDeclaration
public ASTConstructorDeclaration(int id)
ASTConstructorDeclaration
public ASTConstructorDeclaration(JavaParser p,
int id)
getBlock
public FileLocation getBlock()
getName
public java.lang.String getName()
getParameters
public java.util.Vector<java.lang.String> getParameters()
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