jedi.parser
Class ASTMethodDeclarator

java.lang.Object
  |
  +--jedi.parser.SimpleNode
        |
        +--jedi.parser.ASTMethodDeclarator

public class ASTMethodDeclarator
extends SimpleNode


Fields inherited from class jedi.parser.SimpleNode
children, first_token, id, last_token, parent, parser
 
Constructor Summary
ASTMethodDeclarator(int id)
           
ASTMethodDeclarator(JavaParser p, int id)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Vector getParameters()
           
 void setName(java.lang.String s)
           
 
Methods inherited from class 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

ASTMethodDeclarator

public ASTMethodDeclarator(int id)

ASTMethodDeclarator

public ASTMethodDeclarator(JavaParser p,
                           int id)
Method Detail

getName

public java.lang.String getName()

getParameters

public java.util.Vector getParameters()

setName

public void setName(java.lang.String s)