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 Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • ASTAttribute

      public ASTAttribute(int id)
    • ASTAttribute

      public ASTAttribute(Parser p, int id)
  • Method Details