Class ExpressionsAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory
- All Implemented Interfaces:
AdapterFactory
- Direct Known Subclasses:
ExpressionsItemProviderAdapterFactory
The Adapter Factory for the model.
It provides an adapter
createXXX
method for each class of the model.
- See Also:
- Generated
-
Field Summary
Modifier and TypeFieldDescriptionprotected static ExpressionsPackage
The cached model package.protected ExpressionsSwitch<Adapter>
The switch that delegates to thecreateXXX
methods. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new adapter for an object of class 'Access
'.createAdapter
(Notifier target) Creates an adapter for thetarget
.Creates a new adapter for an object of class 'Boolean Value
'.Creates a new adapter for an object of class 'Byte Value
'.Creates a new adapter for an object of class 'Char Value
'.Creates a new adapter for an object of class 'Contained Object
'.Creates a new adapter for an object of class 'Context Access
'.Creates a new adapter for an object of class 'Double Value
'.Creates a new adapter for the default case.Creates a new adapter for an object of class 'Expression
'.Creates a new adapter for an object of class 'Float Value
'.Creates a new adapter for an object of class 'Function Invocation
'.Creates a new adapter for an object of class 'Int Value
'.Creates a new adapter for an object of class 'Invocation
'.Creates a new adapter for an object of class 'Linked Expression
'.Creates a new adapter for an object of class 'Linked Object
'.Creates a new adapter for an object of class 'List Construction
'.Creates a new adapter for an object of class 'Long Value
'.Creates a new adapter for an object of class 'Member Access
'.Creates a new adapter for an object of class 'Member Invocation
'.Creates a new adapter for an object of class 'Short Value
'.Creates a new adapter for an object of class 'Static Access
'.Creates a new adapter for an object of class 'String Value
'.Creates a new adapter for an object of class 'Value
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Field Details
-
modelPackage
The cached model package.- Generated
-
modelSwitch
The switch that delegates to thecreateXXX
methods.- Generated
-
-
Constructor Details
-
ExpressionsAdapterFactory
public ExpressionsAdapterFactory()Creates an instance of the adapter factory.- Generated
-
-
Method Details
-
isFactoryForType
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in classAdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
- Generated
-
createAdapter
Creates an adapter for thetarget
.- Overrides:
createAdapter
in classAdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
. - Generated
-
createExpressionAdapter
Creates a new adapter for an object of class 'Expression
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createValueAdapter
Creates a new adapter for an object of class 'Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createBooleanValueAdapter
Creates a new adapter for an object of class 'Boolean Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createByteValueAdapter
Creates a new adapter for an object of class 'Byte Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createShortValueAdapter
Creates a new adapter for an object of class 'Short Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createIntValueAdapter
Creates a new adapter for an object of class 'Int Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createLongValueAdapter
Creates a new adapter for an object of class 'Long Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createFloatValueAdapter
Creates a new adapter for an object of class 'Float Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createDoubleValueAdapter
Creates a new adapter for an object of class 'Double Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createCharValueAdapter
Creates a new adapter for an object of class 'Char Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createStringValueAdapter
Creates a new adapter for an object of class 'String Value
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createInvocationAdapter
Creates a new adapter for an object of class 'Invocation
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createFunctionInvocationAdapter
Creates a new adapter for an object of class 'Function Invocation
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createMemberInvocationAdapter
Creates a new adapter for an object of class 'Member Invocation
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createAccessAdapter
Creates a new adapter for an object of class 'Access
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createStaticAccessAdapter
Creates a new adapter for an object of class 'Static Access
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createMemberAccessAdapter
Creates a new adapter for an object of class 'Member Access
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createContextAccessAdapter
Creates a new adapter for an object of class 'Context Access
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createContainedObjectAdapter
Creates a new adapter for an object of class 'Contained Object
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createLinkedObjectAdapter
Creates a new adapter for an object of class 'Linked Object
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createLinkedExpressionAdapter
Creates a new adapter for an object of class 'Linked Expression
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createListConstructionAdapter
Creates a new adapter for an object of class 'List Construction
'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Generated
-
createEObjectAdapter
Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated
-