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 |
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 |
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 getParameters()
getThrows
public java.util.Vector getThrows()
isPrivate
public boolean isPrivate()
isProtected
public boolean isProtected()
isPublic
public boolean isPublic()
setName
public void setName(java.lang.String s)
setPrivate
public void setPrivate(boolean b)
setProtected
public void setProtected(boolean b)
setPublic
public void setPublic(boolean b)