org.eclipse.birt.core.template
Class ASTAttribute
java.lang.Object
org.eclipse.birt.core.template.SimpleNode
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
|
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 |
name
protected java.lang.String name
value
protected java.lang.String value
ASTAttribute
public ASTAttribute(int id)
ASTAttribute
public ASTAttribute(Parser p,
int id)
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.