org.eclipse.birt.core.template
Class ASTImage

java.lang.Object
  extended by org.eclipse.birt.core.template.SimpleNode
      extended by org.eclipse.birt.core.template.ASTImage
All Implemented Interfaces:
Node

public class ASTImage
extends SimpleNode


Field Summary
 
Fields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTImage(int id)
           
ASTImage(Parser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.eclipse.birt.core.template.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

ASTImage

public ASTImage(int id)

ASTImage

public ASTImage(Parser p,
                int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(ParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2008 Actuate Corp. All rights reserved.