ConForM.CoopnTools.CoKer.CoalaMgr
Class CoalaInstruction

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
        |
        +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaInstruction
All Implemented Interfaces:
java.lang.Cloneable, CoopnSyntacticElement, java.io.Serializable
Direct Known Subclasses:
CoalaAssignInstruction, CoalaCallInstruction, CoalaEmptyInstruction, CoalaExecuteInstruction, CoalaIfInstruction, CoalaInstructionBlock, CoalaRaiseInstruction, CoalaSignalInstruction

public abstract class CoalaInstruction
extends CoalaElement

Coala instruction.

See Also:
CoalaElement, Serialized Form

Constructor Summary
CoalaInstruction()
           
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
clone, cloneCoalaElement, equals, hashCode, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toCompleteText, toString, toString, toString, toText
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoalaInstruction

public CoalaInstruction()