org.jboss.annotation.factory.ast
Class ASTStart

java.lang.Object
  extended by org.jboss.annotation.factory.ast.SimpleNode
      extended by org.jboss.annotation.factory.ast.ASTStart
All Implemented Interfaces:
Node

public class ASTStart
extends SimpleNode


Field Summary
 
Fields inherited from class org.jboss.annotation.factory.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTStart(AnnotationParser p, int id)
           
ASTStart(int id)
           
 
Method Summary
 Object jjtAccept(AnnotationParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.jboss.annotation.factory.ast.SimpleNode
childrenAccept, dump, 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
 

Constructor Detail

ASTStart

public ASTStart(int id)

ASTStart

public ASTStart(AnnotationParser p,
                int id)
Method Detail

jjtAccept

public Object jjtAccept(AnnotationParserVisitor visitor,
                        Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - the visitor
data - the data
Returns:
?


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.