public class HutnAntlrAstAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
HutnAntlrAstPackage
Constructor and Description |
---|
HutnAntlrAstAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target . |
org.eclipse.emf.common.notify.Adapter |
createAdjectiveNodeAdapter()
Creates a new adapter for an object of class '
Adjective Node '. |
org.eclipse.emf.common.notify.Adapter |
createAssociationInstanceNodeAdapter()
Creates a new adapter for an object of class '
Association Instance Node '. |
org.eclipse.emf.common.notify.Adapter |
createClassifierLevelAttributeNodeAdapter()
Creates a new adapter for an object of class '
Classifier Level Attribute Node '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFalseNodeAdapter()
Creates a new adapter for an object of class '
False Node '. |
org.eclipse.emf.common.notify.Adapter |
createNameNodeAdapter()
Creates a new adapter for an object of class '
Name Node '. |
org.eclipse.emf.common.notify.Adapter |
createNodeAdapter()
Creates a new adapter for an object of class '
Node '. |
org.eclipse.emf.common.notify.Adapter |
createNullNodeAdapter()
Creates a new adapter for an object of class '
Null Node '. |
org.eclipse.emf.common.notify.Adapter |
createNumericValueNodeAdapter()
Creates a new adapter for an object of class '
Numeric Value Node '. |
org.eclipse.emf.common.notify.Adapter |
createReferenceNodeAdapter()
Creates a new adapter for an object of class '
Reference Node '. |
org.eclipse.emf.common.notify.Adapter |
createTextualValueNodeAdapter()
Creates a new adapter for an object of class '
Textual Value Node '. |
org.eclipse.emf.common.notify.Adapter |
createTrueNodeAdapter()
Creates a new adapter for an object of class '
True Node '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public HutnAntlrAstAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createAdjectiveNodeAdapter()
Adjective Node
'.
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.
AdjectiveNode
public org.eclipse.emf.common.notify.Adapter createTextualValueNodeAdapter()
Textual Value Node
'.
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.
TextualValueNode
public org.eclipse.emf.common.notify.Adapter createNumericValueNodeAdapter()
Numeric Value Node
'.
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.
NumericValueNode
public org.eclipse.emf.common.notify.Adapter createNameNodeAdapter()
Name Node
'.
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.
NameNode
public org.eclipse.emf.common.notify.Adapter createNullNodeAdapter()
Null Node
'.
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.
NullNode
public org.eclipse.emf.common.notify.Adapter createTrueNodeAdapter()
True Node
'.
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.
TrueNode
public org.eclipse.emf.common.notify.Adapter createFalseNodeAdapter()
False Node
'.
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.
FalseNode
public org.eclipse.emf.common.notify.Adapter createReferenceNodeAdapter()
Reference Node
'.
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.
ReferenceNode
public org.eclipse.emf.common.notify.Adapter createClassifierLevelAttributeNodeAdapter()
Classifier Level Attribute Node
'.
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.
ClassifierLevelAttributeNode
public org.eclipse.emf.common.notify.Adapter createAssociationInstanceNodeAdapter()
Association Instance Node
'.
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.
AssociationInstanceNode
public org.eclipse.emf.common.notify.Adapter createNodeAdapter()
Node
'.
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.
Node
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()