com.alexmerz.simpleviz.parser
Class ASTGraphAttribute
java.lang.Object
com.alexmerz.simpleviz.parser.SimpleNode
com.alexmerz.simpleviz.parser.ASTGraphAttribute
- All Implemented Interfaces:
- Node
public class ASTGraphAttribute
- extends SimpleNode
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTGraphAttribute
public ASTGraphAttribute(int id)
ASTGraphAttribute
public ASTGraphAttribute(JJTParser p,
int id)
jjtAccept
public java.lang.Object jjtAccept(JJTParserVisitor visitor,
java.lang.Object data)
- Accept the visitor.
- Specified by:
jjtAccept in interface Node- Overrides:
jjtAccept in class SimpleNode
setAttribute
public void setAttribute(java.lang.String key,
java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString in class SimpleNode