Package org.eclipse.emf.cdo.expressions
Schnittstelle ExpressionsFactory
- Alle Superschnittstellen:
EFactory
,EModelElement
,EObject
,Notifier
- Alle bekannten Implementierungsklassen:
ExpressionsFactoryImpl
The Factory for the model.
It provides a create method for each non-abstract class of the model.
- Siehe auch:
- Generated
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final ExpressionsFactory
The singleton instance of the factory. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns a new object of class 'Boolean Value'.Returns a new object of class 'Byte Value'.Returns a new object of class 'Char Value'.Returns a new object of class 'Contained Object'.Returns a new object of class 'Context Access'.Returns a new object of class 'Double Value'.Returns a new object of class 'Float Value'.Returns a new object of class 'Function Invocation'.Returns a new object of class 'Int Value'.Returns a new object of class 'Linked Expression'.Returns a new object of class 'Linked Object'.Returns a new object of class 'List Construction'.Returns a new object of class 'Long Value'.Returns a new object of class 'Member Access'.Returns a new object of class 'Member Invocation'.Returns a new object of class 'Short Value'.Returns a new object of class 'Static Access'.Returns a new object of class 'String Value'.Returns the package supported by this factory.Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Felddetails
-
eINSTANCE
The singleton instance of the factory.- Generated
-
-
Methodendetails
-
createBooleanValue
BooleanValue createBooleanValue()Returns a new object of class 'Boolean Value'.- Gibt zurück:
- a new object of class 'Boolean Value'.
- Generated
-
createByteValue
ByteValue createByteValue()Returns a new object of class 'Byte Value'.- Gibt zurück:
- a new object of class 'Byte Value'.
- Generated
-
createShortValue
ShortValue createShortValue()Returns a new object of class 'Short Value'.- Gibt zurück:
- a new object of class 'Short Value'.
- Generated
-
createIntValue
IntValue createIntValue()Returns a new object of class 'Int Value'.- Gibt zurück:
- a new object of class 'Int Value'.
- Generated
-
createLongValue
LongValue createLongValue()Returns a new object of class 'Long Value'.- Gibt zurück:
- a new object of class 'Long Value'.
- Generated
-
createFloatValue
FloatValue createFloatValue()Returns a new object of class 'Float Value'.- Gibt zurück:
- a new object of class 'Float Value'.
- Generated
-
createDoubleValue
DoubleValue createDoubleValue()Returns a new object of class 'Double Value'.- Gibt zurück:
- a new object of class 'Double Value'.
- Generated
-
createCharValue
CharValue createCharValue()Returns a new object of class 'Char Value'.- Gibt zurück:
- a new object of class 'Char Value'.
- Generated
-
createStringValue
StringValue createStringValue()Returns a new object of class 'String Value'.- Gibt zurück:
- a new object of class 'String Value'.
- Generated
-
createFunctionInvocation
FunctionInvocation createFunctionInvocation()Returns a new object of class 'Function Invocation'.- Gibt zurück:
- a new object of class 'Function Invocation'.
- Generated
-
createMemberInvocation
MemberInvocation createMemberInvocation()Returns a new object of class 'Member Invocation'.- Gibt zurück:
- a new object of class 'Member Invocation'.
- Generated
-
createStaticAccess
StaticAccess createStaticAccess()Returns a new object of class 'Static Access'.- Gibt zurück:
- a new object of class 'Static Access'.
- Generated
-
createMemberAccess
MemberAccess createMemberAccess()Returns a new object of class 'Member Access'.- Gibt zurück:
- a new object of class 'Member Access'.
- Generated
-
createContextAccess
ContextAccess createContextAccess()Returns a new object of class 'Context Access'.- Gibt zurück:
- a new object of class 'Context Access'.
- Generated
-
createContainedObject
ContainedObject createContainedObject()Returns a new object of class 'Contained Object'.- Gibt zurück:
- a new object of class 'Contained Object'.
- Generated
-
createLinkedObject
LinkedObject createLinkedObject()Returns a new object of class 'Linked Object'.- Gibt zurück:
- a new object of class 'Linked Object'.
- Generated
-
createLinkedExpression
LinkedExpression createLinkedExpression()Returns a new object of class 'Linked Expression'.- Gibt zurück:
- a new object of class 'Linked Expression'.
- Generated
-
createListConstruction
ListConstruction createListConstruction()Returns a new object of class 'List Construction'.- Gibt zurück:
- a new object of class 'List Construction'.
- Generated
-
getExpressionsPackage
ExpressionsPackage getExpressionsPackage()Returns the package supported by this factory.- Gibt zurück:
- the package supported by this factory.
- Generated
-