edu.ucdavis.rj.Ops
Class InniArmElseCode

java.lang.Object
  extended by edu.ucdavis.rj.Ops.BaseArmCode
      extended by edu.ucdavis.rj.Ops.InniArmElseCode

public abstract class InniArmElseCode
extends BaseArmCode


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.ucdavis.rj.Ops.BaseArmCode
BaseArmCode.Control
 
Constructor Summary
InniArmElseCode()
           
 
Method Summary
abstract  void codeBlock()
          Override this method with the body of code for the else arm of an Inni.
 
Methods inherited from class edu.ucdavis.rj.Ops.BaseArmCode
getControl, setControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InniArmElseCode

public InniArmElseCode()
Method Detail

codeBlock

public abstract void codeBlock()
Override this method with the body of code for the else arm of an Inni.