Package 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
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.core.template.SimpleNode
children, id, parent, parser
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.birt.core.template.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
-
Field Details
-
name
-
value
-
-
Constructor Details
-
ASTAttribute
public ASTAttribute(int id) -
ASTAttribute
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
-
setName
-
setValue
-
getName
-
getValue
-