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 |
createAlignedMapAdapter()
Creates a new adapter for an object of class '
Aligned Map'. |
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 |
createBuiltinAdapter()
Creates a new adapter for an object of class '
Builtin'. |
org.eclipse.emf.common.notify.Adapter |
createBuiltinHoodOpAdapter()
Creates a new adapter for an object of class '
Builtin Hood Op'. |
org.eclipse.emf.common.notify.Adapter |
createCallAdapter()
Creates a new adapter for an object of class '
Call'. |
org.eclipse.emf.common.notify.Adapter |
createDoubleValAdapter()
Creates a new adapter for an object of class '
Double Val'. |
org.eclipse.emf.common.notify.Adapter |
createEAdapter()
Creates a new adapter for an object of class '
E'. |
org.eclipse.emf.common.notify.Adapter |
createEnvAdapter()
Creates a new adapter for an object of class '
Env'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEvalAdapter()
Creates a new adapter for an object of class '
Eval'. |
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 |
createGenericHoodAdapter()
Creates a new adapter for an object of class '
Generic Hood'. |
org.eclipse.emf.common.notify.Adapter |
createHoodAdapter()
Creates a new adapter for an object of class '
Hood'. |
org.eclipse.emf.common.notify.Adapter |
createIfAdapter()
Creates a new adapter for an object of class '
If'. |
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 |
createLambdaAdapter()
Creates a new adapter for an object of class '
Lambda'. |
org.eclipse.emf.common.notify.Adapter |
createLocalAdapter()
Creates a new adapter for an object of class '
Local'. |
org.eclipse.emf.common.notify.Adapter |
createModuleAdapter()
Creates a new adapter for an object of class '
Module'. |
org.eclipse.emf.common.notify.Adapter |
createMuxAdapter()
Creates a new adapter for an object of class '
Mux'. |
org.eclipse.emf.common.notify.Adapter |
createNBRAdapter()
Creates a new adapter for an object of class '
NBR'. |
org.eclipse.emf.common.notify.Adapter |
createPiAdapter()
Creates a new adapter for an object of class '
Pi'. |
org.eclipse.emf.common.notify.Adapter |
createPrefixAdapter()
Creates a new adapter for an object of class '
Prefix'. |
org.eclipse.emf.common.notify.Adapter |
createRepAdapter()
Creates a new adapter for an object of class '
Rep'. |
org.eclipse.emf.common.notify.Adapter |
createRepInitializeAdapter()
Creates a new adapter for an object of class '
Rep Initialize'. |
org.eclipse.emf.common.notify.Adapter |
createScalarAdapter()
Creates a new adapter for an object of class '
Scalar'. |
org.eclipse.emf.common.notify.Adapter |
createSelfAdapter()
Creates a new adapter for an object of class '
Self'. |
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 |
createVarDefAdapter()
Creates a new adapter for an object of class '
Var Def'. |
org.eclipse.emf.common.notify.Adapter |
createVarDefListAdapter()
Creates a new adapter for an object of class '
Var Def List'. |
org.eclipse.emf.common.notify.Adapter |
createVarUseAdapter()
Creates a new adapter for an object of class '
Var Use'. |
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 createVarDefListAdapter()
Var Def 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.
VarDefListpublic 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 createVarDefAdapter()
Var 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.
VarDefpublic 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 createCallAdapter()
Call'.
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.
Callpublic org.eclipse.emf.common.notify.Adapter createLambdaAdapter()
Lambda'.
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.
Lambdapublic org.eclipse.emf.common.notify.Adapter createRepAdapter()
Rep'.
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.
Reppublic org.eclipse.emf.common.notify.Adapter createIfAdapter()
If'.
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.
Ifpublic org.eclipse.emf.common.notify.Adapter createNBRAdapter()
NBR'.
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.
NBRpublic org.eclipse.emf.common.notify.Adapter createBuiltinAdapter()
Builtin'.
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.
Builtinpublic org.eclipse.emf.common.notify.Adapter createSelfAdapter()
Self'.
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.
Selfpublic org.eclipse.emf.common.notify.Adapter createEnvAdapter()
Env'.
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.
Envpublic org.eclipse.emf.common.notify.Adapter createPiAdapter()
Pi'.
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.
Pipublic org.eclipse.emf.common.notify.Adapter createEAdapter()
E'.
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.
Epublic org.eclipse.emf.common.notify.Adapter createEvalAdapter()
Eval'.
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.
Evalpublic org.eclipse.emf.common.notify.Adapter createAlignedMapAdapter()
Aligned Map'.
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.
AlignedMappublic org.eclipse.emf.common.notify.Adapter createMuxAdapter()
Mux'.
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.
Muxpublic org.eclipse.emf.common.notify.Adapter createHoodAdapter()
Hood'.
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.
Hoodpublic org.eclipse.emf.common.notify.Adapter createGenericHoodAdapter()
Generic Hood'.
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.
GenericHoodpublic org.eclipse.emf.common.notify.Adapter createBuiltinHoodOpAdapter()
Builtin Hood Op'.
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.
BuiltinHoodOppublic org.eclipse.emf.common.notify.Adapter createLocalAdapter()
Local'.
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.
Localpublic org.eclipse.emf.common.notify.Adapter createVarUseAdapter()
Var Use'.
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.
VarUsepublic 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.