de.hillenbrand.jedi.parser
Class ASTMethodDeclaration

java.lang.Object
  extended byde.hillenbrand.jedi.parser.SimpleNode
      extended byde.hillenbrand.jedi.parser.ASTMethodDeclaration
All Implemented Interfaces:
Node

public class ASTMethodDeclaration
extends SimpleNode


Field Summary
 
Fields inherited from class de.hillenbrand.jedi.parser.SimpleNode
children, first_token, id, last_token, parent, parser
 
Constructor Summary
ASTMethodDeclaration(int id)
           
ASTMethodDeclaration(JavaParser p, int id)
           
 
Method Summary
 FileLocation getBlock()
           
 java.lang.String getName()
           
 java.util.Vector getParameters()
           
 java.lang.String getResultType()
           
 java.util.Vector getThrows()
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isNative()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isSynchronized()
           
 void setAbstract(boolean b)
           
 void setFinal(boolean b)
           
 void setNative(boolean b)
           
 void setPrivate(boolean b)
           
 void setProtected(boolean b)
           
 void setPublic(boolean b)
           
 void setStatic(boolean b)
           
 void setSynchronized(boolean b)
           
 
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
 

Constructor Detail

ASTMethodDeclaration

public ASTMethodDeclaration(int id)

ASTMethodDeclaration

public ASTMethodDeclaration(JavaParser p,
                            int id)
Method Detail

getBlock

public FileLocation getBlock()

getName

public java.lang.String getName()

getParameters

public java.util.Vector getParameters()

getResultType

public java.lang.String getResultType()

getThrows

public java.util.Vector getThrows()

isAbstract

public boolean isAbstract()

isFinal

public boolean isFinal()

isNative

public boolean isNative()

isPrivate

public boolean isPrivate()

isProtected

public boolean isProtected()

isPublic

public boolean isPublic()

isStatic

public boolean isStatic()

isSynchronized

public boolean isSynchronized()

setAbstract

public void setAbstract(boolean b)

setFinal

public void setFinal(boolean b)

setNative

public void setNative(boolean b)

setPrivate

public void setPrivate(boolean b)

setProtected

public void setProtected(boolean b)

setPublic

public void setPublic(boolean b)

setStatic

public void setStatic(boolean b)

setSynchronized

public void setSynchronized(boolean b)