Uses of Interface
de.cau.cs.kieler.esterel.esterel.Statement

Packages that use Statement
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of Statement in de.cau.cs.kieler.esterel.esterel
 

Subinterfaces of Statement in de.cau.cs.kieler.esterel.esterel
 interface Abort
          A representation of the model object 'Abort'.
 interface Assignment
          A representation of the model object 'Assignment'.
 interface Await
          A representation of the model object 'Await'.
 interface Block
          A representation of the model object 'Block'.
 interface Do
          A representation of the model object 'Do'.
 interface Emit
          A representation of the model object 'Emit'.
 interface EveryDo
          A representation of the model object 'Every Do'.
 interface Exit
          A representation of the model object 'Exit'.
 interface Halt
          A representation of the model object 'Halt'.
 interface IfTest
          A representation of the model object 'If Test'.
 interface LocalSignalDecl
          A representation of the model object 'Local Signal Decl'.
 interface Loop
          A representation of the model object 'Loop'.
 interface Nothing
          A representation of the model object 'Nothing'.
 interface Parallel
          A representation of the model object 'Parallel'.
 interface Pause
          A representation of the model object 'Pause'.
 interface Present
          A representation of the model object 'Present'.
 interface Repeat
          A representation of the model object 'Repeat'.
 interface Run
          A representation of the model object 'Run'.
 interface Sequence
          A representation of the model object 'Sequence'.
 interface Suspend
          A representation of the model object 'Suspend'.
 interface Sustain
          A representation of the model object 'Sustain'.
 interface Trap
          A representation of the model object 'Trap'.
 interface Variable
          A representation of the model object 'Variable'.
 interface WeakAbort
          A representation of the model object 'Weak Abort'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return Statement
 Statement EsterelFactory.createStatement()
          Returns a new object of class 'Statement'.
 Statement Abort.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement AbortCaseSingle.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement AbortInstance.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement AwaitInstance.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement Block.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement Do.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement DoWatchingEnd.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement ElsePart.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement EveryDo.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement LocalSignalDecl.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement LoopBody.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement PresentCase.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement Repeat.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement Suspend.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement ThenPart.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement Trap.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement TrapHandler.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement Variable.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement WeakAbort.getStatement()
          Returns the value of the 'Statement' containment reference.
 Statement WeakAbortInstance.getStatement()
          Returns the value of the 'Statement' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type Statement
 EList<Statement> Parallel.getList()
          Returns the value of the 'List' containment reference list.
 EList<Statement> Sequence.getList()
          Returns the value of the 'List' containment reference list.
 EList<Statement> ModuleBody.getStatement()
          Returns the value of the 'Statement' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type Statement
 void Abort.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void AbortCaseSingle.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void AbortInstance.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void AwaitInstance.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void Block.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void Do.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void DoWatchingEnd.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void ElsePart.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void EveryDo.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void LocalSignalDecl.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void LoopBody.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void PresentCase.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void Repeat.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void Suspend.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void ThenPart.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void Trap.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void TrapHandler.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void Variable.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void WeakAbort.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void WeakAbortInstance.setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 

Uses of Statement in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement Statement
 class AbortImpl
          An implementation of the model object 'Abort'.
 class AssignmentImpl
          An implementation of the model object 'Assignment'.
 class AwaitImpl
          An implementation of the model object 'Await'.
 class BlockImpl
          An implementation of the model object 'Block'.
 class DoImpl
          An implementation of the model object 'Do'.
 class EmitImpl
          An implementation of the model object 'Emit'.
 class EveryDoImpl
          An implementation of the model object 'Every Do'.
 class ExitImpl
          An implementation of the model object 'Exit'.
 class HaltImpl
          An implementation of the model object 'Halt'.
 class IfTestImpl
          An implementation of the model object 'If Test'.
 class LocalSignalDeclImpl
          An implementation of the model object 'Local Signal Decl'.
 class LoopImpl
          An implementation of the model object 'Loop'.
 class NothingImpl
          An implementation of the model object 'Nothing'.
 class ParallelImpl
          An implementation of the model object 'Parallel'.
 class PauseImpl
          An implementation of the model object 'Pause'.
 class PresentImpl
          An implementation of the model object 'Present'.
 class RepeatImpl
          An implementation of the model object 'Repeat'.
 class RunImpl
          An implementation of the model object 'Run'.
 class SequenceImpl
          An implementation of the model object 'Sequence'.
 class StatementImpl
          An implementation of the model object 'Statement'.
 class SuspendImpl
          An implementation of the model object 'Suspend'.
 class SustainImpl
          An implementation of the model object 'Sustain'.
 class TrapImpl
          An implementation of the model object 'Trap'.
 class VariableImpl
          An implementation of the model object 'Variable'.
 class WeakAbortImpl
          An implementation of the model object 'Weak Abort'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as Statement
protected  Statement AbortCaseSingleImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement AbortImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement AbortInstanceImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement AwaitInstanceImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement BlockImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement DoImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement DoWatchingEndImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement ElsePartImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement EveryDoImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement LocalSignalDeclImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement LoopBodyImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement PresentCaseImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement RepeatImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement SuspendImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement ThenPartImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement TrapHandlerImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement TrapImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement VariableImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement WeakAbortImpl.statement
          The cached value of the 'Statement' containment reference.
protected  Statement WeakAbortInstanceImpl.statement
          The cached value of the 'Statement' containment reference.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type Statement
protected  EList<Statement> ParallelImpl.list
          The cached value of the 'List' containment reference list.
protected  EList<Statement> SequenceImpl.list
          The cached value of the 'List' containment reference list.
protected  EList<Statement> ModuleBodyImpl.statement
          The cached value of the 'Statement' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return Statement
 Statement EsterelFactoryImpl.createStatement()
           
 Statement AbortCaseSingleImpl.getStatement()
           
 Statement AbortImpl.getStatement()
           
 Statement AbortInstanceImpl.getStatement()
           
 Statement AwaitInstanceImpl.getStatement()
           
 Statement BlockImpl.getStatement()
           
 Statement DoImpl.getStatement()
           
 Statement DoWatchingEndImpl.getStatement()
           
 Statement ElsePartImpl.getStatement()
           
 Statement EveryDoImpl.getStatement()
           
 Statement LocalSignalDeclImpl.getStatement()
           
 Statement LoopBodyImpl.getStatement()
           
 Statement PresentCaseImpl.getStatement()
           
 Statement RepeatImpl.getStatement()
           
 Statement SuspendImpl.getStatement()
           
 Statement ThenPartImpl.getStatement()
           
 Statement TrapHandlerImpl.getStatement()
           
 Statement TrapImpl.getStatement()
           
 Statement VariableImpl.getStatement()
           
 Statement WeakAbortImpl.getStatement()
           
 Statement WeakAbortInstanceImpl.getStatement()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type Statement
 EList<Statement> ParallelImpl.getList()
           
 EList<Statement> SequenceImpl.getList()
           
 EList<Statement> ModuleBodyImpl.getStatement()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type Statement
 NotificationChain AbortCaseSingleImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain AbortImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain AbortInstanceImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain AwaitInstanceImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain BlockImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain DoImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain DoWatchingEndImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain ElsePartImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain EveryDoImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain LocalSignalDeclImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain LoopBodyImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain PresentCaseImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain RepeatImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain SuspendImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain ThenPartImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain TrapHandlerImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain TrapImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain VariableImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain WeakAbortImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 NotificationChain WeakAbortInstanceImpl.basicSetStatement(Statement newStatement, NotificationChain msgs)
           
 void AbortCaseSingleImpl.setStatement(Statement newStatement)
           
 void AbortImpl.setStatement(Statement newStatement)
           
 void AbortInstanceImpl.setStatement(Statement newStatement)
           
 void AwaitInstanceImpl.setStatement(Statement newStatement)
           
 void BlockImpl.setStatement(Statement newStatement)
           
 void DoImpl.setStatement(Statement newStatement)
           
 void DoWatchingEndImpl.setStatement(Statement newStatement)
           
 void ElsePartImpl.setStatement(Statement newStatement)
           
 void EveryDoImpl.setStatement(Statement newStatement)
           
 void LocalSignalDeclImpl.setStatement(Statement newStatement)
           
 void LoopBodyImpl.setStatement(Statement newStatement)
           
 void PresentCaseImpl.setStatement(Statement newStatement)
           
 void RepeatImpl.setStatement(Statement newStatement)
           
 void SuspendImpl.setStatement(Statement newStatement)
           
 void ThenPartImpl.setStatement(Statement newStatement)
           
 void TrapHandlerImpl.setStatement(Statement newStatement)
           
 void TrapImpl.setStatement(Statement newStatement)
           
 void VariableImpl.setStatement(Statement newStatement)
           
 void WeakAbortImpl.setStatement(Statement newStatement)
           
 void WeakAbortInstanceImpl.setStatement(Statement newStatement)
           
 

Uses of Statement in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type Statement
 T EsterelSwitch.caseStatement(Statement object)
          Returns the result of interpreting the object as an instance of 'Statement'.