de.hillenbrand.jedi.parser
Class ASTVariableDeclaratorId

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

public class ASTVariableDeclaratorId
extends SimpleNode


Field Summary
 int brackets
           
 
Fields inherited from class de.hillenbrand.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 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
 

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)