org.quattor.pan.parser.annotation
Class ASTAnnotation

java.lang.Object
  extended by org.quattor.pan.parser.annotation.SimpleNode
      extended by org.quattor.pan.parser.annotation.ASTAnnotation
All Implemented Interfaces:
Node

public class ASTAnnotation
extends SimpleNode


Field Summary
 
Fields inherited from class org.quattor.pan.parser.annotation.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
ASTAnnotation(AnnotationParser p, int id)
           
ASTAnnotation(int id)
           
 
Method Summary
 
Methods inherited from class org.quattor.pan.parser.annotation.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTAnnotation

public ASTAnnotation(int id)

ASTAnnotation

public ASTAnnotation(AnnotationParser p,
                     int id)


Copyright © 2011 Quattor. All Rights Reserved.