public class AstAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
AstPackage| Modifier and Type | Field and Description |
|---|---|
protected static AstPackage |
modelPackage
The cached model package
|
protected AstSwitch |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
AstAdapterFactory()
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 |
createAdditiveExpressionAdapter()
Creates a new adapter for an object of class '
Additive Expression' |
org.eclipse.emf.common.notify.Adapter |
createAdditiveOperatorAdapter()
Creates a new adapter for an object of class '
Additive Operator' |
org.eclipse.emf.common.notify.Adapter |
createAdditiveSubExpressionAdapter()
Creates a new adapter for an object of class '
Additive Sub Expression' |
org.eclipse.emf.common.notify.Adapter |
createAssignmentExpressionAdapter()
Creates a new adapter for an object of class '
Assignment Expression' |
org.eclipse.emf.common.notify.Adapter |
createAssignmentOperatorAdapter()
Creates a new adapter for an object of class '
Assignment Operator' |
org.eclipse.emf.common.notify.Adapter |
createCompoundExpressionAdapter()
Creates a new adapter for an object of class '
Compound Expression' |
org.eclipse.emf.common.notify.Adapter |
createConditionValueSetAdapter()
Creates a new adapter for an object of class '
Condition Value Set' |
org.eclipse.emf.common.notify.Adapter |
createDeclaratorAdapter()
Creates a new adapter for an object of class '
Declarator' |
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 |
createFeatureCallAdapter()
Creates a new adapter for an object of class '
Feature Call' |
org.eclipse.emf.common.notify.Adapter |
createFeatureCallParametersAdapter()
Creates a new adapter for an object of class '
Feature Call Parameters' |
org.eclipse.emf.common.notify.Adapter |
createGeneralExpressionAdapter()
Creates a new adapter for an object of class '
General Expression' |
org.eclipse.emf.common.notify.Adapter |
createIConditionValueAdapter()
Creates a new adapter for an object of class '
ICondition Value' |
org.eclipse.emf.common.notify.Adapter |
createIExpressionAdapter()
Creates a new adapter for an object of class '
IExpression' |
org.eclipse.emf.common.notify.Adapter |
createIfExpressionAdapter()
Creates a new adapter for an object of class '
If Expression' |
org.eclipse.emf.common.notify.Adapter |
createIPrimaryExpressionAdapter()
Creates a new adapter for an object of class '
IPrimary Expression' |
org.eclipse.emf.common.notify.Adapter |
createLiteralAdapter()
Creates a new adapter for an object of class '
Literal' |
org.eclipse.emf.common.notify.Adapter |
createLiteralCollectionAdapter()
Creates a new adapter for an object of class '
Literal Collection' |
org.eclipse.emf.common.notify.Adapter |
createLogicalExpressionAdapter()
Creates a new adapter for an object of class '
Logical Expression' |
org.eclipse.emf.common.notify.Adapter |
createLogicalOperatorAdapter()
Creates a new adapter for an object of class '
Logical Operator' |
org.eclipse.emf.common.notify.Adapter |
createLogicalSubExpressionAdapter()
Creates a new adapter for an object of class '
Logical Sub Expression' |
org.eclipse.emf.common.notify.Adapter |
createMultiplicativeExpressionAdapter()
Creates a new adapter for an object of class '
Multiplicative Expression' |
org.eclipse.emf.common.notify.Adapter |
createMultiplicativeOperatorAdapter()
Creates a new adapter for an object of class '
Multiplicative Operator' |
org.eclipse.emf.common.notify.Adapter |
createMultiplicativeSubExpressionAdapter()
Creates a new adapter for an object of class '
Multiplicative Sub Expression' |
org.eclipse.emf.common.notify.Adapter |
createNameAdapter()
Creates a new adapter for an object of class '
Name' |
org.eclipse.emf.common.notify.Adapter |
createParameterListAdapter()
Creates a new adapter for an object of class '
Parameter List' |
org.eclipse.emf.common.notify.Adapter |
createPathNameAdapter()
Creates a new adapter for an object of class '
Path Name' |
org.eclipse.emf.common.notify.Adapter |
createPostfixExpressionAdapter()
Creates a new adapter for an object of class '
Postfix Expression' |
org.eclipse.emf.common.notify.Adapter |
createPrimaryExpressionAdapter()
Creates a new adapter for an object of class '
Primary Expression' |
org.eclipse.emf.common.notify.Adapter |
createQualifiersAdapter()
Creates a new adapter for an object of class '
Qualifiers' |
org.eclipse.emf.common.notify.Adapter |
createRangeExpressionAdapter()
Creates a new adapter for an object of class '
Range Expression' |
org.eclipse.emf.common.notify.Adapter |
createRelationalExpressionAdapter()
Creates a new adapter for an object of class '
Relational Expression' |
org.eclipse.emf.common.notify.Adapter |
createRelationalOperatorAdapter()
Creates a new adapter for an object of class '
Relational Operator' |
org.eclipse.emf.common.notify.Adapter |
createRelationalSubExpressionAdapter()
Creates a new adapter for an object of class '
Relational Sub Expression' |
org.eclipse.emf.common.notify.Adapter |
createRuleStatementAdapter()
Creates a new adapter for an object of class '
Rule Statement' |
org.eclipse.emf.common.notify.Adapter |
createTypeSpecifierAdapter()
Creates a new adapter for an object of class '
Type Specifier' |
org.eclipse.emf.common.notify.Adapter |
createUnaryExpressionAdapter()
Creates a new adapter for an object of class '
Unary Expression' |
org.eclipse.emf.common.notify.Adapter |
createUnaryOperatorAdapter()
Creates a new adapter for an object of class '
Unary Operator' |
org.eclipse.emf.common.notify.Adapter |
createValueSetAdapter()
Creates a new adapter for an object of class '
Value Set' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
protected static AstPackage modelPackage
protected AstSwitch modelSwitch
createXXX methods.
public AstAdapterFactory()
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.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 createAdditiveExpressionAdapter()
Additive 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.
AdditiveExpressionpublic org.eclipse.emf.common.notify.Adapter createAdditiveOperatorAdapter()
Additive Operator'.
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.
AdditiveOperatorpublic org.eclipse.emf.common.notify.Adapter createAdditiveSubExpressionAdapter()
Additive Sub 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.
AdditiveSubExpressionpublic org.eclipse.emf.common.notify.Adapter createAssignmentExpressionAdapter()
Assignment 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.
AssignmentExpressionpublic org.eclipse.emf.common.notify.Adapter createAssignmentOperatorAdapter()
Assignment Operator'.
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.
AssignmentOperatorpublic org.eclipse.emf.common.notify.Adapter createCompoundExpressionAdapter()
Compound 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.
CompoundExpressionpublic org.eclipse.emf.common.notify.Adapter createDeclaratorAdapter()
Declarator'.
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.
Declaratorpublic 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 createFeatureCallAdapter()
Feature 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.
FeatureCallpublic org.eclipse.emf.common.notify.Adapter createFeatureCallParametersAdapter()
Feature Call Parameters'.
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.
FeatureCallParameterspublic org.eclipse.emf.common.notify.Adapter createGeneralExpressionAdapter()
General 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.
GeneralExpressionpublic org.eclipse.emf.common.notify.Adapter createIExpressionAdapter()
IExpression'.
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.
IExpressionpublic org.eclipse.emf.common.notify.Adapter createIfExpressionAdapter()
If 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.
IfExpressionpublic org.eclipse.emf.common.notify.Adapter createIPrimaryExpressionAdapter()
IPrimary 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.
IPrimaryExpressionpublic org.eclipse.emf.common.notify.Adapter createLiteralAdapter()
Literal'.
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.
Literalpublic org.eclipse.emf.common.notify.Adapter createLiteralCollectionAdapter()
Literal Collection'.
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.
LiteralCollectionpublic org.eclipse.emf.common.notify.Adapter createLogicalExpressionAdapter()
Logical 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.
LogicalExpressionpublic org.eclipse.emf.common.notify.Adapter createLogicalOperatorAdapter()
Logical Operator'.
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.
LogicalOperatorpublic org.eclipse.emf.common.notify.Adapter createLogicalSubExpressionAdapter()
Logical Sub 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.
LogicalSubExpressionpublic org.eclipse.emf.common.notify.Adapter createMultiplicativeExpressionAdapter()
Multiplicative 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.
MultiplicativeExpressionpublic org.eclipse.emf.common.notify.Adapter createMultiplicativeOperatorAdapter()
Multiplicative Operator'.
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.
MultiplicativeOperatorpublic org.eclipse.emf.common.notify.Adapter createMultiplicativeSubExpressionAdapter()
Multiplicative Sub 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.
MultiplicativeSubExpressionpublic org.eclipse.emf.common.notify.Adapter createParameterListAdapter()
Parameter 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.
ParameterListpublic org.eclipse.emf.common.notify.Adapter createPathNameAdapter()
Path Name'.
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.
PathNamepublic org.eclipse.emf.common.notify.Adapter createPostfixExpressionAdapter()
Postfix 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.
PostfixExpressionpublic org.eclipse.emf.common.notify.Adapter createPrimaryExpressionAdapter()
Primary 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.
PrimaryExpressionpublic org.eclipse.emf.common.notify.Adapter createQualifiersAdapter()
Qualifiers'.
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.
Qualifierspublic org.eclipse.emf.common.notify.Adapter createRangeExpressionAdapter()
Range 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.
RangeExpressionpublic org.eclipse.emf.common.notify.Adapter createRelationalExpressionAdapter()
Relational 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.
RelationalExpressionpublic org.eclipse.emf.common.notify.Adapter createRelationalOperatorAdapter()
Relational Operator'.
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.
RelationalOperatorpublic org.eclipse.emf.common.notify.Adapter createRelationalSubExpressionAdapter()
Relational Sub 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.
RelationalSubExpressionpublic org.eclipse.emf.common.notify.Adapter createTypeSpecifierAdapter()
Type Specifier'.
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.
TypeSpecifierpublic org.eclipse.emf.common.notify.Adapter createUnaryExpressionAdapter()
Unary 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.
UnaryExpressionpublic org.eclipse.emf.common.notify.Adapter createUnaryOperatorAdapter()
Unary Operator'.
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.
UnaryOperatorpublic org.eclipse.emf.common.notify.Adapter createNameAdapter()
Name'.
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.
Namepublic org.eclipse.emf.common.notify.Adapter createIConditionValueAdapter()
ICondition 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.
IConditionValuepublic org.eclipse.emf.common.notify.Adapter createConditionValueSetAdapter()
Condition Value Set'.
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.
ConditionValueSetpublic org.eclipse.emf.common.notify.Adapter createValueSetAdapter()
Value Set'.
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.
ValueSetpublic org.eclipse.emf.common.notify.Adapter createRuleStatementAdapter()
Rule 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.
RuleStatementpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.