|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImperativeOCLFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ImperativeOCLPackage
Field Summary | |
---|---|
static ImperativeOCLFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
---|---|
AltExp |
createAltExp()
Returns a new object of class 'Alt Exp' |
AssertExp |
createAssertExp()
Returns a new object of class 'Assert Exp' |
AssignExp |
createAssignExp()
Returns a new object of class 'Assign Exp' |
BlockExp |
createBlockExp()
Returns a new object of class 'Block Exp' |
BreakExp |
createBreakExp()
Returns a new object of class 'Break Exp' |
CatchExp |
createCatchExp()
Returns a new object of class 'Catch Exp' |
ComputeExp |
createComputeExp()
Returns a new object of class 'Compute Exp' |
ContinueExp |
createContinueExp()
Returns a new object of class 'Continue Exp' |
DictionaryType |
createDictionaryType()
Returns a new object of class 'Dictionary Type' |
DictLiteralExp |
createDictLiteralExp()
Returns a new object of class 'Dict Literal Exp' |
DictLiteralPart |
createDictLiteralPart()
Returns a new object of class 'Dict Literal Part' |
ForExp |
createForExp()
Returns a new object of class 'For Exp' |
ImperativeIterateExp |
createImperativeIterateExp()
Returns a new object of class 'Imperative Iterate Exp' |
InstantiationExp |
createInstantiationExp()
Returns a new object of class 'Instantiation Exp' |
ListType |
createListType()
Returns a new object of class 'List Type' |
LogExp |
createLogExp()
Returns a new object of class 'Log Exp' |
OrderedTupleLiteralExp |
createOrderedTupleLiteralExp()
Returns a new object of class 'Ordered Tuple Literal Exp' |
OrderedTupleLiteralPart |
createOrderedTupleLiteralPart()
Returns a new object of class 'Ordered Tuple Literal Part' |
OrderedTupleType |
createOrderedTupleType()
Returns a new object of class 'Ordered Tuple Type' |
RaiseExp |
createRaiseExp()
Returns a new object of class 'Raise Exp' |
ReturnExp |
createReturnExp()
Returns a new object of class 'Return Exp' |
SwitchExp |
createSwitchExp()
Returns a new object of class 'Switch Exp' |
TemplateParameterType |
createTemplateParameterType()
Returns a new object of class 'Template Parameter Type' |
TryExp |
createTryExp()
Returns a new object of class 'Try Exp' |
Typedef |
createTypedef()
Returns a new object of class 'Typedef' |
UnlinkExp |
createUnlinkExp()
Returns a new object of class 'Unlink Exp' |
UnpackExp |
createUnpackExp()
Returns a new object of class 'Unpack Exp' |
VariableInitExp |
createVariableInitExp()
Returns a new object of class 'Variable Init Exp' |
WhileExp |
createWhileExp()
Returns a new object of class 'While Exp' |
ImperativeOCLPackage |
getImperativeOCLPackage()
Returns the package supported by this factory |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final ImperativeOCLFactory eINSTANCE
Method Detail |
---|
AltExp createAltExp()
AssertExp createAssertExp()
AssignExp createAssignExp()
BlockExp createBlockExp()
BreakExp createBreakExp()
CatchExp createCatchExp()
ComputeExp createComputeExp()
ContinueExp createContinueExp()
DictLiteralExp createDictLiteralExp()
DictLiteralPart createDictLiteralPart()
DictionaryType createDictionaryType()
ForExp createForExp()
ImperativeIterateExp createImperativeIterateExp()
InstantiationExp createInstantiationExp()
ListType createListType()
LogExp createLogExp()
OrderedTupleLiteralExp createOrderedTupleLiteralExp()
OrderedTupleLiteralPart createOrderedTupleLiteralPart()
OrderedTupleType createOrderedTupleType()
RaiseExp createRaiseExp()
ReturnExp createReturnExp()
SwitchExp createSwitchExp()
TemplateParameterType createTemplateParameterType()
TryExp createTryExp()
Typedef createTypedef()
UnlinkExp createUnlinkExp()
UnpackExp createUnpackExp()
VariableInitExp createVariableInitExp()
WhileExp createWhileExp()
ImperativeOCLPackage getImperativeOCLPackage()
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |