byucc.jhdl.synth.graph.parser.syntaxtree
Interface Node
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- NodeListInterface
- All Known Implementing Classes:
- attrAssignment, attrDefs, attrItem, attrList, attrMacro, attrStmt, attrType, Body, compound, dotfile, edgeOp, Header, Identifier, node_List, nodeAtom, NodeChoice, NodeList, NodeListOptional, NodeOptional, NodeSequence, NodeToken, rCompound, simple, Statement, StatementList, SubgHdr, subgraph
- public interface Node
- extends java.io.Serializable
The interface which all syntax tree classes must implement.
accept
public void accept(Visitor v)
setParent
public void setParent(Node n)
getParent
public Node getParent()
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.