jedi.parser
Class ASTVariableDeclaratorId

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

public class ASTVariableDeclaratorId
extends SimpleNode


Field Summary
 int brackets
           
 
Fields inherited from class jedi.parser.SimpleNode
children, first_token, id, last_token, parent, parser
 
Constructor Summary
ASTVariableDeclaratorId(int id)
           
ASTVariableDeclaratorId(JavaParser p, int id)
           
 
Method Summary
 java.lang.String getName()
           
 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
 

Field Detail

brackets

public int brackets
Constructor Detail

ASTVariableDeclaratorId

public ASTVariableDeclaratorId(int id)

ASTVariableDeclaratorId

public ASTVariableDeclaratorId(JavaParser p,
                               int id)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String s)