org.eclipse.birt.core.template
Class ASTAttribute

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

public class ASTAttribute
extends SimpleNode


Field Summary
protected  java.lang.String name
           
protected  java.lang.String value
           
 
Fields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTAttribute(int id)
           
ASTAttribute(Parser p, int id)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
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
 

Field Detail

name

protected java.lang.String name

value

protected java.lang.String value
Constructor Detail

ASTAttribute

public ASTAttribute(int id)

ASTAttribute

public ASTAttribute(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

setName

public void setName(java.lang.String name)

setValue

public void setValue(java.lang.String value)

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()


Copyright © 2008 Actuate Corp. All rights reserved.