de.hillenbrand.jedi.parser
Class ASTType

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

public class ASTType
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
ASTType(int id)
           
ASTType(JavaParser p, int id)
           
 
Method Summary
 java.lang.String getName()
           
 
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

ASTType

public ASTType(int id)

ASTType

public ASTType(JavaParser p,
               int id)
Method Detail

getName

public java.lang.String getName()