Uses of Interface
de.cau.cs.kieler.krep.editors.klp.klp.Instruction

Packages that use Instruction
de.cau.cs.kieler.krep.editors.klp.klp   
de.cau.cs.kieler.krep.editors.klp.klp.impl   
de.cau.cs.kieler.krep.editors.klp.klp.util   
 

Uses of Instruction in de.cau.cs.kieler.krep.editors.klp.klp
 

Subinterfaces of Instruction in de.cau.cs.kieler.krep.editors.klp.klp
 interface Binop
          A representation of the model object 'Binop'.
 interface CJmp
          A representation of the model object 'CJmp'.
 interface Decl
          A representation of the model object 'Decl'.
 interface Done
          A representation of the model object 'Done'.
 interface Jmp
          A representation of the model object 'Jmp'.
 interface Move
          A representation of the model object 'Move'.
 interface Prio
          A representation of the model object 'Prio'.
 interface SetClk
          A representation of the model object 'Set Clk'.
 interface SetPC
          A representation of the model object 'Set PC'.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return Instruction
 Instruction Line.getInstruction()
          Returns the value of the 'Instruction' containment reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp with parameters of type Instruction
 void Line.setInstruction(Instruction value)
          Sets the value of the 'Instruction' containment reference.
 

Uses of Instruction in de.cau.cs.kieler.krep.editors.klp.klp.impl
 

Classes in de.cau.cs.kieler.krep.editors.klp.klp.impl that implement Instruction
 class BinopImpl
          An implementation of the model object 'Binop'.
 class CJmpImpl
          An implementation of the model object 'CJmp'.
 class DeclImpl
          An implementation of the model object 'Decl'.
 class DoneImpl
          An implementation of the model object 'Done'.
 class InstructionImpl
          An implementation of the model object 'Instruction'.
 class JmpImpl
          An implementation of the model object 'Jmp'.
 class MoveImpl
          An implementation of the model object 'Move'.
 class PrioImpl
          An implementation of the model object 'Prio'.
 class SetClkImpl
          An implementation of the model object 'Set Clk'.
 class SetPCImpl
          An implementation of the model object 'Set PC'.
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as Instruction
protected  Instruction LineImpl.instruction
          The cached value of the 'Instruction' containment reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Instruction
 Instruction LineImpl.getInstruction()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type Instruction
 NotificationChain LineImpl.basicSetInstruction(Instruction newInstruction, NotificationChain msgs)
           
 void LineImpl.setInstruction(Instruction newInstruction)
           
 

Uses of Instruction in de.cau.cs.kieler.krep.editors.klp.klp.util
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.util with parameters of type Instruction
 T KlpSwitch.caseInstruction(Instruction object)
          Returns the result of interpreting the object as an instance of 'Instruction'.