Interface StatementListContainer

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
Block, CatchBlock, ClassMethod, Constructor, DefaultSwitchCase, DefaultSwitchRule, NormalSwitchCase, NormalSwitchRule, SwitchCase, SwitchRule, SynchronizedBlock, TryBlock
All Known Implementing Classes:
BlockImpl, CatchBlockImpl, ClassMethodImpl, ConstructorImpl, DefaultSwitchCaseImpl, DefaultSwitchRuleImpl, NormalSwitchCaseImpl, NormalSwitchRuleImpl, StatementListContainerImpl, SwitchCaseImpl, SwitchRuleImpl, SynchronizedBlockImpl, TryBlockImpl

public interface StatementListContainer extends Commentable
A representation of the model object 'Statement List Container'.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getLocalVariable

      LocalVariable getLocalVariable(String name)
      Generated class or method.
      EMF model class or method.
      required="true" nameRequired="true"
    • getStatements

      EList<Statement> getStatements()
      Generated class or method.
      EMF model class or method.
      kind="operation" required="true" many="false"