ConForM.CoopnTools.JavaProto.MiniJava
Class InstructionList

java.lang.Object
  |
  +--ConForM.CoopnTools.JavaProto.MiniJava.JavaNode
        |
        +--ConForM.CoopnTools.JavaProto.MiniJava.Instruction
              |
              +--ConForM.CoopnTools.JavaProto.MiniJava.InstructionList

public class InstructionList
extends Instruction


Constructor Summary
InstructionList()
           
 
Method Summary
 JavaNode accept(JavaNodeVisitor v)
           
 void addChild(JavaNode child)
           
 java.util.Iterator children()
           
 boolean hasChildren()
           
 
Methods inherited from class ConForM.CoopnTools.JavaProto.MiniJava.JavaNode
acceptChildren, makeIterator, makeIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionList

public InstructionList()
Method Detail

accept

public JavaNode accept(JavaNodeVisitor v)
Overrides:
accept in class Instruction

hasChildren

public boolean hasChildren()
Overrides:
hasChildren in class JavaNode

children

public java.util.Iterator children()
Overrides:
children in class JavaNode

addChild

public void addChild(JavaNode child)