ujf.verimag.bip.cmodel
Interface CBlock

All Known Subinterfaces:
CBlockStm, CCallable, CCaseItem, CConstructor, CFor, CFunction, CWhileStm
All Known Implementing Classes:
CBlockImpl, CBlockStmImpl, CCallableImpl, CCaseItemImpl, CConstructorImpl, CForImpl, CFunctionImpl, CWhileStmImpl

public interface CBlock

A representation of the model object 'CBlock'.

The following features are supported:

See Also:
CmodelPackage.getCBlock()

Method Summary
 EList getContent()
          Returns the value of the 'Content' containment reference list.
 

Method Detail

getContent

EList getContent()
Returns the value of the 'Content' containment reference list. The list contents are of type CBodyItem.

If the meaning of the 'Content' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content' containment reference list.
See Also:
CmodelPackage.getCBlock_Content()