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

Packages that use Read
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 Read in de.cau.cs.kieler.krep.editors.klp.klp
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return Read
 Read KlpFactory.createRead()
          Returns a new object of class 'Read'.
 Read Binop.getArg1()
          Returns the value of the 'Arg1' containment reference.
 Read Binop.getArg2()
          Returns the value of the 'Arg2' containment reference.
 Read Move.getFrom()
          Returns the value of the 'From' containment reference.
 Read CJmp.getReg()
          Returns the value of the 'Reg' containment reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp with parameters of type Read
 void Binop.setArg1(Read value)
          Sets the value of the 'Arg1' containment reference.
 void Binop.setArg2(Read value)
          Sets the value of the 'Arg2' containment reference.
 void Move.setFrom(Read value)
          Sets the value of the 'From' containment reference.
 void CJmp.setReg(Read value)
          Sets the value of the 'Reg' containment reference.
 

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

Classes in de.cau.cs.kieler.krep.editors.klp.klp.impl that implement Read
 class ReadImpl
          An implementation of the model object 'Read'.
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as Read
protected  Read BinopImpl.arg1
          The cached value of the 'Arg1' containment reference.
protected  Read BinopImpl.arg2
          The cached value of the 'Arg2' containment reference.
protected  Read MoveImpl.from
          The cached value of the 'From' containment reference.
protected  Read CJmpImpl.reg
          The cached value of the 'Reg' containment reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Read
 Read KlpFactoryImpl.createRead()
           
 Read BinopImpl.getArg1()
           
 Read BinopImpl.getArg2()
           
 Read MoveImpl.getFrom()
           
 Read CJmpImpl.getReg()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type Read
 NotificationChain BinopImpl.basicSetArg1(Read newArg1, NotificationChain msgs)
           
 NotificationChain BinopImpl.basicSetArg2(Read newArg2, NotificationChain msgs)
           
 NotificationChain MoveImpl.basicSetFrom(Read newFrom, NotificationChain msgs)
           
 NotificationChain CJmpImpl.basicSetReg(Read newReg, NotificationChain msgs)
           
 void BinopImpl.setArg1(Read newArg1)
           
 void BinopImpl.setArg2(Read newArg2)
           
 void MoveImpl.setFrom(Read newFrom)
           
 void CJmpImpl.setReg(Read newReg)
           
 

Uses of Read 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 Read
 T KlpSwitch.caseRead(Read object)
          Returns the result of interpreting the object as an instance of 'Read'.