|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ExpressionsPackage| Field Summary | |
|---|---|
static ExpressionsFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | ||
|---|---|---|
|
createAssociationClassCallExp()
Returns a new object of class 'Association Class Call Exp'. |
|
|
createBooleanLiteralExp()
Returns a new object of class 'Boolean Literal Exp'. |
|
|
createCollectionItem()
Returns a new object of class 'Collection Item'. |
|
|
createCollectionLiteralExp()
Returns a new object of class 'Collection Literal Exp'. |
|
|
createCollectionRange()
Returns a new object of class 'Collection Range'. |
|
|
createEnumLiteralExp()
Returns a new object of class 'Enum Literal Exp'. |
|
|
createIfExp()
Returns a new object of class 'If Exp'. |
|
|
createIntegerLiteralExp()
Returns a new object of class 'Integer Literal Exp'. |
|
|
createInvalidLiteralExp()
Returns a new object of class 'Invalid Literal Exp'. |
|
|
createIterateExp()
Returns a new object of class 'Iterate Exp'. |
|
|
createIteratorExp()
Returns a new object of class 'Iterator Exp'. |
|
|
createLetExp()
Returns a new object of class 'Let Exp'. |
|
|
createMessageExp()
Returns a new object of class 'Message Exp'. |
|
|
createNullLiteralExp()
Returns a new object of class 'Null Literal Exp'. |
|
|
createOperationCallExp()
Returns a new object of class 'Operation Call Exp'. |
|
|
createPropertyCallExp()
Returns a new object of class 'Property Call Exp'. |
|
|
createRealLiteralExp()
Returns a new object of class 'Real Literal Exp'. |
|
|
createStateExp()
Returns a new object of class 'State Exp'. |
|
|
createStringLiteralExp()
Returns a new object of class 'String Literal Exp'. |
|
|
createTupleLiteralExp()
Returns a new object of class 'Tuple Literal Exp'. |
|
|
createTupleLiteralPart()
Returns a new object of class 'Tuple Literal Part'. |
|
|
createTypeExp()
Returns a new object of class 'Type Exp'. |
|
|
createUnlimitedNaturalLiteralExp()
Returns a new object of class 'Unlimited Natural Literal Exp'. |
|
|
createUnspecifiedValueExp()
Returns a new object of class 'Unspecified Value Exp'. |
|
|
createVariable()
Returns a new object of class 'Variable'. |
|
|
createVariableExp()
Returns a new object of class 'Variable Exp'. |
|
ExpressionsPackage |
getExpressionsPackage()
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final ExpressionsFactory eINSTANCE
| Method Detail |
|---|
<C,P> AssociationClassCallExp<C,P> createAssociationClassCallExp()
<C> BooleanLiteralExp<C> createBooleanLiteralExp()
<C> CollectionItem<C> createCollectionItem()
<C> CollectionLiteralExp<C> createCollectionLiteralExp()
<C> CollectionRange<C> createCollectionRange()
<C,EL> EnumLiteralExp<C,EL> createEnumLiteralExp()
<C> IfExp<C> createIfExp()
<C> IntegerLiteralExp<C> createIntegerLiteralExp()
<C> UnlimitedNaturalLiteralExp<C> createUnlimitedNaturalLiteralExp()
<C> InvalidLiteralExp<C> createInvalidLiteralExp()
<C,PM> IterateExp<C,PM> createIterateExp()
<C,PM> IteratorExp<C,PM> createIteratorExp()
<C,PM> LetExp<C,PM> createLetExp()
<C,COA,SSA> MessageExp<C,COA,SSA> createMessageExp()
<C> NullLiteralExp<C> createNullLiteralExp()
<C,O> OperationCallExp<C,O> createOperationCallExp()
<C,P> PropertyCallExp<C,P> createPropertyCallExp()
<C> RealLiteralExp<C> createRealLiteralExp()
<C,S> StateExp<C,S> createStateExp()
<C> StringLiteralExp<C> createStringLiteralExp()
<C,P> TupleLiteralExp<C,P> createTupleLiteralExp()
<C,P> TupleLiteralPart<C,P> createTupleLiteralPart()
<C> TypeExp<C> createTypeExp()
<C> UnspecifiedValueExp<C> createUnspecifiedValueExp()
<C,PM> Variable<C,PM> createVariable()
<C,PM> VariableExp<C,PM> createVariableExp()
ExpressionsPackage getExpressionsPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||