org.quattor.pan.parser.annotation
Class ASTPair

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

public class ASTPair
extends SimpleNode


Field Summary
 
Fields inherited from class org.quattor.pan.parser.annotation.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
ASTPair(AnnotationParser p, int id)
           
ASTPair(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

ASTPair

public ASTPair(int id)

ASTPair

public ASTPair(AnnotationParser p,
               int id)


Copyright © 2011 Quattor. All Rights Reserved.