Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.dot.parser
Class ASTAttributeStatement  view ASTAttributeStatement download ASTAttributeStatement.java

java.lang.Object
  extended bycom.port80.graph.dot.parser.SimpleNode
      extended bycom.port80.graph.dot.parser.ASTAttributeStatement
All Implemented Interfaces:
Node

public class ASTAttributeStatement
extends SimpleNode


Field Summary
private  int attrType
           
 
Fields inherited from class com.port80.graph.dot.parser.SimpleNode
children, id, name, parent, parser
 
Constructor Summary
ASTAttributeStatement(DotParser p, int id)
           
ASTAttributeStatement(int id)
           
 
Method Summary
 int getAttrType()
           
 void init(int type)
           
 java.lang.Object jjtAccept(DotParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class com.port80.graph.dot.parser.SimpleNode
childrenAccept, dump, getName, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setName, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attrType

private int attrType
Constructor Detail

ASTAttributeStatement

public ASTAttributeStatement(int id)

ASTAttributeStatement

public ASTAttributeStatement(DotParser p,
                             int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(DotParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode

init

public void init(int type)

getAttrType

public int getAttrType()