byucc.jhdl.synth.graph.parser.syntaxtree
Class rCompound

java.lang.Object
  extended bybyucc.jhdl.synth.graph.parser.syntaxtree.rCompound
All Implemented Interfaces:
Node, java.io.Serializable

public class rCompound
extends java.lang.Object
implements Node

Grammar production: f0 -> edgeOp() f1 -> simple() f2 -> ( edgeOp() simple() )*

See Also:
Serialized Form

Field Summary
 edgeOp f0
           
 simple f1
           
 NodeListOptional f2
           
 
Constructor Summary
rCompound(edgeOp n0, simple n1, NodeListOptional n2)
           
 
Method Summary
 void accept(Visitor v)
           
 Node getParent()
           
 void setParent(Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f0

public edgeOp f0

f1

public simple f1

f2

public NodeListOptional f2
Constructor Detail

rCompound

public rCompound(edgeOp n0,
                 simple n1,
                 NodeListOptional n2)
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in interface Node

setParent

public void setParent(Node n)
Specified by:
setParent in interface Node

getParent

public Node getParent()
Specified by:
getParent in interface Node


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.