ujf.verimag.bip.cmodel
Interface CCreator

All Superinterfaces:
CBodyItem, CCall, CExpression, CStm, CTypedElement
All Known Implementing Classes:
CCreatorImpl

public interface CCreator
extends CCall, CTypedElement

A representation of the model object 'CCreator'.

The following features are supported:

See Also:
CmodelPackage.getCCreator()

Method Summary
 boolean isArrayAllocator()
          Returns the value of the 'Array Allocator' attribute.
 void setArrayAllocator(boolean value)
          Sets the value of the 'Array Allocator' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CCall
getArgument
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 

Method Detail

isArrayAllocator

boolean isArrayAllocator()
Returns the value of the 'Array Allocator' attribute.

If the meaning of the 'Array Allocator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Array Allocator' attribute.
See Also:
setArrayAllocator(boolean), CmodelPackage.getCCreator_ArrayAllocator()

setArrayAllocator

void setArrayAllocator(boolean value)
Sets the value of the 'Array Allocator' attribute.

Parameters:
value - the new value of the 'Array Allocator' attribute.
See Also:
isArrayAllocator()