public class ProtelisAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
ProtelisPackage| Modifier and Type | Field and Description |
|---|---|
protected static ProtelisPackage |
modelPackage
The cached model package.
|
protected ProtelisSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
ProtelisAdapterFactory()
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 |
createAssignmentAdapter()
Creates a new adapter for an object of class '
Assignment'. |
org.eclipse.emf.common.notify.Adapter |
createBlockAdapter()
Creates a new adapter for an object of class '
Block'. |
org.eclipse.emf.common.notify.Adapter |
createBooleanValAdapter()
Creates a new adapter for an object of class '
Boolean Val'. |
org.eclipse.emf.common.notify.Adapter |
createDeclarationAdapter()
Creates a new adapter for an object of class '
Declaration'. |
org.eclipse.emf.common.notify.Adapter |
createDoubleValAdapter()
Creates a new adapter for an object of class '
Double Val'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExpressionAdapter()
Creates a new adapter for an object of class '
Expression'. |
org.eclipse.emf.common.notify.Adapter |
createExprListAdapter()
Creates a new adapter for an object of class '
Expr List'. |
org.eclipse.emf.common.notify.Adapter |
createFunctionDefAdapter()
Creates a new adapter for an object of class '
Function Def'. |
org.eclipse.emf.common.notify.Adapter |
createImportAdapter()
Creates a new adapter for an object of class '
Import'. |
org.eclipse.emf.common.notify.Adapter |
createImportDeclarationAdapter()
Creates a new adapter for an object of class '
Import Declaration'. |
org.eclipse.emf.common.notify.Adapter |
createImportSectionAdapter()
Creates a new adapter for an object of class '
Import Section'. |
org.eclipse.emf.common.notify.Adapter |
createLinkableStatementAdapter()
Creates a new adapter for an object of class '
Linkable Statement'. |
org.eclipse.emf.common.notify.Adapter |
createModuleAdapter()
Creates a new adapter for an object of class '
Module'. |
org.eclipse.emf.common.notify.Adapter |
createPrefixAdapter()
Creates a new adapter for an object of class '
Prefix'. |
org.eclipse.emf.common.notify.Adapter |
createRepInitializeAdapter()
Creates a new adapter for an object of class '
Rep Initialize'. |
org.eclipse.emf.common.notify.Adapter |
createRepListAdapter()
Creates a new adapter for an object of class '
Rep List'. |
org.eclipse.emf.common.notify.Adapter |
createScalarAdapter()
Creates a new adapter for an object of class '
Scalar'. |
org.eclipse.emf.common.notify.Adapter |
createStatementAdapter()
Creates a new adapter for an object of class '
Statement'. |
org.eclipse.emf.common.notify.Adapter |
createStringValAdapter()
Creates a new adapter for an object of class '
String Val'. |
org.eclipse.emf.common.notify.Adapter |
createTupleValAdapter()
Creates a new adapter for an object of class '
Tuple Val'. |
org.eclipse.emf.common.notify.Adapter |
createVARAdapter()
Creates a new adapter for an object of class '
VAR'. |
org.eclipse.emf.common.notify.Adapter |
createVarListAdapter()
Creates a new adapter for an object of class '
Var List'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static ProtelisPackage modelPackage
protected ProtelisSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public ProtelisAdapterFactory()
public boolean isFactoryForType(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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createModuleAdapter()
Module'.
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.
Modulepublic org.eclipse.emf.common.notify.Adapter createVarListAdapter()
Var List'.
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.
VarListpublic org.eclipse.emf.common.notify.Adapter createRepListAdapter()
Rep List'.
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.
RepListpublic org.eclipse.emf.common.notify.Adapter createExprListAdapter()
Expr List'.
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.
ExprListpublic org.eclipse.emf.common.notify.Adapter createRepInitializeAdapter()
Rep Initialize'.
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.
RepInitializepublic org.eclipse.emf.common.notify.Adapter createImportSectionAdapter()
Import Section'.
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.
ImportSectionpublic org.eclipse.emf.common.notify.Adapter createImportDeclarationAdapter()
Import Declaration'.
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.
ImportDeclarationpublic org.eclipse.emf.common.notify.Adapter createImportAdapter()
Import'.
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.
Importpublic org.eclipse.emf.common.notify.Adapter createBlockAdapter()
Block'.
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.
Blockpublic org.eclipse.emf.common.notify.Adapter createStatementAdapter()
Statement'.
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.
Statementpublic org.eclipse.emf.common.notify.Adapter createDeclarationAdapter()
Declaration'.
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.
Declarationpublic org.eclipse.emf.common.notify.Adapter createLinkableStatementAdapter()
Linkable Statement'.
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.
LinkableStatementpublic org.eclipse.emf.common.notify.Adapter createAssignmentAdapter()
Assignment'.
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.
Assignmentpublic org.eclipse.emf.common.notify.Adapter createExpressionAdapter()
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.
Expressionpublic org.eclipse.emf.common.notify.Adapter createFunctionDefAdapter()
Function Def'.
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.
FunctionDefpublic org.eclipse.emf.common.notify.Adapter createVARAdapter()
VAR'.
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.
VARpublic org.eclipse.emf.common.notify.Adapter createScalarAdapter()
Scalar'.
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.
Scalarpublic org.eclipse.emf.common.notify.Adapter createDoubleValAdapter()
Double Val'.
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.
DoubleValpublic org.eclipse.emf.common.notify.Adapter createStringValAdapter()
String Val'.
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.
StringValpublic org.eclipse.emf.common.notify.Adapter createBooleanValAdapter()
Boolean Val'.
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.
BooleanValpublic org.eclipse.emf.common.notify.Adapter createTupleValAdapter()
Tuple Val'.
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.
TupleValpublic org.eclipse.emf.common.notify.Adapter createPrefixAdapter()
Prefix'.
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.
Prefixpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2015. All rights reserved.