public class JavaAdapterFactory
extends AdapterFactoryImpl
createXXX method for each class of the model.
JavaPackage| Constructor and Description |
|---|
JavaAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAbstractMethodDeclarationAdapter()
Creates a new adapter for an object of class '
Abstract Method Declaration'. |
Adapter |
createAbstractMethodInvocationAdapter()
Creates a new adapter for an object of class '
Abstract Method Invocation'. |
Adapter |
createAbstractTypeDeclarationAdapter()
Creates a new adapter for an object of class '
Abstract Type Declaration'. |
Adapter |
createAbstractTypeQualifiedExpressionAdapter()
Creates a new adapter for an object of class '
Abstract Type Qualified Expression'. |
Adapter |
createAbstractVariablesContainerAdapter()
Creates a new adapter for an object of class '
Abstract Variables Container'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createAnnotationAdapter()
Creates a new adapter for an object of class '
Annotation'. |
Adapter |
createAnnotationMemberValuePairAdapter()
Creates a new adapter for an object of class '
Annotation Member Value Pair'. |
Adapter |
createAnnotationTypeDeclarationAdapter()
Creates a new adapter for an object of class '
Annotation Type Declaration'. |
Adapter |
createAnnotationTypeMemberDeclarationAdapter()
Creates a new adapter for an object of class '
Annotation Type Member Declaration'. |
Adapter |
createAnonymousClassDeclarationAdapter()
Creates a new adapter for an object of class '
Anonymous Class Declaration'. |
Adapter |
createArchiveAdapter()
Creates a new adapter for an object of class '
Archive'. |
Adapter |
createArrayAccessAdapter()
Creates a new adapter for an object of class '
Array Access'. |
Adapter |
createArrayCreationAdapter()
Creates a new adapter for an object of class '
Array Creation'. |
Adapter |
createArrayInitializerAdapter()
Creates a new adapter for an object of class '
Array Initializer'. |
Adapter |
createArrayLengthAccessAdapter()
Creates a new adapter for an object of class '
Array Length Access'. |
Adapter |
createArrayTypeAdapter()
Creates a new adapter for an object of class '
Array Type'. |
Adapter |
createAssertStatementAdapter()
Creates a new adapter for an object of class '
Assert Statement'. |
Adapter |
createAssignmentAdapter()
Creates a new adapter for an object of class '
Assignment'. |
Adapter |
createASTNodeAdapter()
Creates a new adapter for an object of class '
AST Node'. |
Adapter |
createBlockAdapter()
Creates a new adapter for an object of class '
Block'. |
Adapter |
createBlockCommentAdapter()
Creates a new adapter for an object of class '
Block Comment'. |
Adapter |
createBodyDeclarationAdapter()
Creates a new adapter for an object of class '
Body Declaration'. |
Adapter |
createBooleanLiteralAdapter()
Creates a new adapter for an object of class '
Boolean Literal'. |
Adapter |
createBreakStatementAdapter()
Creates a new adapter for an object of class '
Break Statement'. |
Adapter |
createCastExpressionAdapter()
Creates a new adapter for an object of class '
Cast Expression'. |
Adapter |
createCatchClauseAdapter()
Creates a new adapter for an object of class '
Catch Clause'. |
Adapter |
createCharacterLiteralAdapter()
Creates a new adapter for an object of class '
Character Literal'. |
Adapter |
createClassDeclarationAdapter()
Creates a new adapter for an object of class '
Class Declaration'. |
Adapter |
createClassFileAdapter()
Creates a new adapter for an object of class '
Class File'. |
Adapter |
createClassInstanceCreationAdapter()
Creates a new adapter for an object of class '
Class Instance Creation'. |
Adapter |
createCommentAdapter()
Creates a new adapter for an object of class '
Comment'. |
Adapter |
createCompilationUnitAdapter()
Creates a new adapter for an object of class '
Compilation Unit'. |
Adapter |
createConditionalExpressionAdapter()
Creates a new adapter for an object of class '
Conditional Expression'. |
Adapter |
createConstructorDeclarationAdapter()
Creates a new adapter for an object of class '
Constructor Declaration'. |
Adapter |
createConstructorInvocationAdapter()
Creates a new adapter for an object of class '
Constructor Invocation'. |
Adapter |
createContinueStatementAdapter()
Creates a new adapter for an object of class '
Continue Statement'. |
Adapter |
createDoStatementAdapter()
Creates a new adapter for an object of class '
Do Statement'. |
Adapter |
createEmptyStatementAdapter()
Creates a new adapter for an object of class '
Empty Statement'. |
Adapter |
createEnhancedForStatementAdapter()
Creates a new adapter for an object of class '
Enhanced For Statement'. |
Adapter |
createEnumConstantDeclarationAdapter()
Creates a new adapter for an object of class '
Enum Constant Declaration'. |
Adapter |
createEnumDeclarationAdapter()
Creates a new adapter for an object of class '
Enum Declaration'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createExpressionAdapter()
Creates a new adapter for an object of class '
Expression'. |
Adapter |
createExpressionStatementAdapter()
Creates a new adapter for an object of class '
Expression Statement'. |
Adapter |
createFieldAccessAdapter()
Creates a new adapter for an object of class '
Field Access'. |
Adapter |
createFieldDeclarationAdapter()
Creates a new adapter for an object of class '
Field Declaration'. |
Adapter |
createForStatementAdapter()
Creates a new adapter for an object of class '
For Statement'. |
Adapter |
createIfStatementAdapter()
Creates a new adapter for an object of class '
If Statement'. |
Adapter |
createImportDeclarationAdapter()
Creates a new adapter for an object of class '
Import Declaration'. |
Adapter |
createInfixExpressionAdapter()
Creates a new adapter for an object of class '
Infix Expression'. |
Adapter |
createInitializerAdapter()
Creates a new adapter for an object of class '
Initializer'. |
Adapter |
createInstanceofExpressionAdapter()
Creates a new adapter for an object of class '
Instanceof Expression'. |
Adapter |
createInterfaceDeclarationAdapter()
Creates a new adapter for an object of class '
Interface Declaration'. |
Adapter |
createJavadocAdapter()
Creates a new adapter for an object of class '
Javadoc'. |
Adapter |
createLabeledStatementAdapter()
Creates a new adapter for an object of class '
Labeled Statement'. |
Adapter |
createLineCommentAdapter()
Creates a new adapter for an object of class '
Line Comment'. |
Adapter |
createManifestAdapter()
Creates a new adapter for an object of class '
Manifest'. |
Adapter |
createManifestAttributeAdapter()
Creates a new adapter for an object of class '
Manifest Attribute'. |
Adapter |
createManifestEntryAdapter()
Creates a new adapter for an object of class '
Manifest Entry'. |
Adapter |
createMemberRefAdapter()
Creates a new adapter for an object of class '
Member Ref'. |
Adapter |
createMethodDeclarationAdapter()
Creates a new adapter for an object of class '
Method Declaration'. |
Adapter |
createMethodInvocationAdapter()
Creates a new adapter for an object of class '
Method Invocation'. |
Adapter |
createMethodRefAdapter()
Creates a new adapter for an object of class '
Method Ref'. |
Adapter |
createMethodRefParameterAdapter()
Creates a new adapter for an object of class '
Method Ref Parameter'. |
Adapter |
createModelAdapter()
Creates a new adapter for an object of class '
Model'. |
Adapter |
createModifierAdapter()
Creates a new adapter for an object of class '
Modifier'. |
Adapter |
createNamedElementAdapter()
Creates a new adapter for an object of class '
Named Element'. |
Adapter |
createNamespaceAccessAdapter()
Creates a new adapter for an object of class '
Namespace Access'. |
Adapter |
createNullLiteralAdapter()
Creates a new adapter for an object of class '
Null Literal'. |
Adapter |
createNumberLiteralAdapter()
Creates a new adapter for an object of class '
Number Literal'. |
Adapter |
createPackageAccessAdapter()
Creates a new adapter for an object of class '
Package Access'. |
Adapter |
createPackageAdapter()
Creates a new adapter for an object of class '
Package'. |
Adapter |
createParameterizedTypeAdapter()
Creates a new adapter for an object of class '
Parameterized Type'. |
Adapter |
createParenthesizedExpressionAdapter()
Creates a new adapter for an object of class '
Parenthesized Expression'. |
Adapter |
createPostfixExpressionAdapter()
Creates a new adapter for an object of class '
Postfix Expression'. |
Adapter |
createPrefixExpressionAdapter()
Creates a new adapter for an object of class '
Prefix Expression'. |
Adapter |
createPrimitiveTypeAdapter()
Creates a new adapter for an object of class '
Primitive Type'. |
Adapter |
createPrimitiveTypeBooleanAdapter()
Creates a new adapter for an object of class '
Primitive Type Boolean'. |
Adapter |
createPrimitiveTypeByteAdapter()
Creates a new adapter for an object of class '
Primitive Type Byte'. |
Adapter |
createPrimitiveTypeCharAdapter()
Creates a new adapter for an object of class '
Primitive Type Char'. |
Adapter |
createPrimitiveTypeDoubleAdapter()
Creates a new adapter for an object of class '
Primitive Type Double'. |
Adapter |
createPrimitiveTypeFloatAdapter()
Creates a new adapter for an object of class '
Primitive Type Float'. |
Adapter |
createPrimitiveTypeIntAdapter()
Creates a new adapter for an object of class '
Primitive Type Int'. |
Adapter |
createPrimitiveTypeLongAdapter()
Creates a new adapter for an object of class '
Primitive Type Long'. |
Adapter |
createPrimitiveTypeShortAdapter()
Creates a new adapter for an object of class '
Primitive Type Short'. |
Adapter |
createPrimitiveTypeVoidAdapter()
Creates a new adapter for an object of class '
Primitive Type Void'. |
Adapter |
createReturnStatementAdapter()
Creates a new adapter for an object of class '
Return Statement'. |
Adapter |
createSingleVariableAccessAdapter()
Creates a new adapter for an object of class '
Single Variable Access'. |
Adapter |
createSingleVariableDeclarationAdapter()
Creates a new adapter for an object of class '
Single Variable Declaration'. |
Adapter |
createStatementAdapter()
Creates a new adapter for an object of class '
Statement'. |
Adapter |
createStringLiteralAdapter()
Creates a new adapter for an object of class '
String Literal'. |
Adapter |
createSuperConstructorInvocationAdapter()
Creates a new adapter for an object of class '
Super Constructor Invocation'. |
Adapter |
createSuperFieldAccessAdapter()
Creates a new adapter for an object of class '
Super Field Access'. |
Adapter |
createSuperMethodInvocationAdapter()
Creates a new adapter for an object of class '
Super Method Invocation'. |
Adapter |
createSwitchCaseAdapter()
Creates a new adapter for an object of class '
Switch Case'. |
Adapter |
createSwitchStatementAdapter()
Creates a new adapter for an object of class '
Switch Statement'. |
Adapter |
createSynchronizedStatementAdapter()
Creates a new adapter for an object of class '
Synchronized Statement'. |
Adapter |
createTagElementAdapter()
Creates a new adapter for an object of class '
Tag Element'. |
Adapter |
createTextElementAdapter()
Creates a new adapter for an object of class '
Text Element'. |
Adapter |
createThisExpressionAdapter()
Creates a new adapter for an object of class '
This Expression'. |
Adapter |
createThrowStatementAdapter()
Creates a new adapter for an object of class '
Throw Statement'. |
Adapter |
createTryStatementAdapter()
Creates a new adapter for an object of class '
Try Statement'. |
Adapter |
createTypeAccessAdapter()
Creates a new adapter for an object of class '
Type Access'. |
Adapter |
createTypeAdapter()
Creates a new adapter for an object of class '
Type'. |
Adapter |
createTypeDeclarationAdapter()
Creates a new adapter for an object of class '
Type Declaration'. |
Adapter |
createTypeDeclarationStatementAdapter()
Creates a new adapter for an object of class '
Type Declaration Statement'. |
Adapter |
createTypeLiteralAdapter()
Creates a new adapter for an object of class '
Type Literal'. |
Adapter |
createTypeParameterAdapter()
Creates a new adapter for an object of class '
Type Parameter'. |
Adapter |
createUnresolvedAnnotationDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Annotation Declaration'. |
Adapter |
createUnresolvedAnnotationTypeMemberDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Annotation Type Member Declaration'. |
Adapter |
createUnresolvedClassDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Class Declaration'. |
Adapter |
createUnresolvedEnumDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Enum Declaration'. |
Adapter |
createUnresolvedInterfaceDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Interface Declaration'. |
Adapter |
createUnresolvedItemAccessAdapter()
Creates a new adapter for an object of class '
Unresolved Item Access'. |
Adapter |
createUnresolvedItemAdapter()
Creates a new adapter for an object of class '
Unresolved Item'. |
Adapter |
createUnresolvedLabeledStatementAdapter()
Creates a new adapter for an object of class '
Unresolved Labeled Statement'. |
Adapter |
createUnresolvedMethodDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Method Declaration'. |
Adapter |
createUnresolvedSingleVariableDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Single Variable Declaration'. |
Adapter |
createUnresolvedTypeAdapter()
Creates a new adapter for an object of class '
Unresolved Type'. |
Adapter |
createUnresolvedTypeDeclarationAdapter()
Creates a new adapter for an object of class '
Unresolved Type Declaration'. |
Adapter |
createUnresolvedVariableDeclarationFragmentAdapter()
Creates a new adapter for an object of class '
Unresolved Variable Declaration Fragment'. |
Adapter |
createVariableDeclarationAdapter()
Creates a new adapter for an object of class '
Variable Declaration'. |
Adapter |
createVariableDeclarationExpressionAdapter()
Creates a new adapter for an object of class '
Variable Declaration Expression'. |
Adapter |
createVariableDeclarationFragmentAdapter()
Creates a new adapter for an object of class '
Variable Declaration Fragment'. |
Adapter |
createVariableDeclarationStatementAdapter()
Creates a new adapter for an object of class '
Variable Declaration Statement'. |
Adapter |
createWhileStatementAdapter()
Creates a new adapter for an object of class '
While Statement'. |
Adapter |
createWildCardTypeAdapter()
Creates a new adapter for an object of class '
Wild Card Type'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public JavaAdapterFactory()
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.
public Adapter createAdapter(Notifier target)
target.
target - the object to adapt.target.public Adapter createAbstractMethodDeclarationAdapter()
Abstract Method 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.
AbstractMethodDeclarationpublic Adapter createAbstractMethodInvocationAdapter()
Abstract Method 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.
AbstractMethodInvocationpublic Adapter createAbstractTypeDeclarationAdapter()
Abstract Type 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.
AbstractTypeDeclarationpublic Adapter createAbstractTypeQualifiedExpressionAdapter()
Abstract Type Qualified 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.
AbstractTypeQualifiedExpressionpublic Adapter createAbstractVariablesContainerAdapter()
Abstract Variables Container'.
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.
AbstractVariablesContainerpublic Adapter createAnnotationAdapter()
Annotation'.
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.
Annotationpublic Adapter createArchiveAdapter()
Archive'.
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.
Archivepublic Adapter createAssertStatementAdapter()
Assert 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.
AssertStatementpublic Adapter createASTNodeAdapter()
AST 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.
ASTNodepublic Adapter createAnnotationMemberValuePairAdapter()
Annotation Member Value Pair'.
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.
AnnotationMemberValuePairpublic Adapter createAnnotationTypeDeclarationAdapter()
Annotation Type 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.
AnnotationTypeDeclarationpublic Adapter createAnnotationTypeMemberDeclarationAdapter()
Annotation Type Member 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.
AnnotationTypeMemberDeclarationpublic Adapter createAnonymousClassDeclarationAdapter()
Anonymous Class 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.
AnonymousClassDeclarationpublic Adapter createArrayAccessAdapter()
Array 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.
ArrayAccesspublic Adapter createArrayCreationAdapter()
Array Creation'.
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.
ArrayCreationpublic Adapter createArrayInitializerAdapter()
Array Initializer'.
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.
ArrayInitializerpublic Adapter createArrayLengthAccessAdapter()
Array Length 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.
ArrayLengthAccesspublic Adapter createArrayTypeAdapter()
Array Type'.
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.
ArrayTypepublic 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 Adapter createBodyDeclarationAdapter()
Body 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.
BodyDeclarationpublic Adapter createBooleanLiteralAdapter()
Boolean 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.
BooleanLiteralpublic Adapter createBlockCommentAdapter()
Block Comment'.
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.
BlockCommentpublic 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 Adapter createBreakStatementAdapter()
Break 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.
BreakStatementpublic Adapter createCastExpressionAdapter()
Cast 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.
CastExpressionpublic Adapter createCatchClauseAdapter()
Catch Clause'.
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.
CatchClausepublic Adapter createCharacterLiteralAdapter()
Character 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.
CharacterLiteralpublic Adapter createClassFileAdapter()
Class File'.
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.
ClassFilepublic Adapter createClassInstanceCreationAdapter()
Class Instance Creation'.
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.
ClassInstanceCreationpublic Adapter createConstructorDeclarationAdapter()
Constructor 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.
ConstructorDeclarationpublic Adapter createConditionalExpressionAdapter()
Conditional 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.
ConditionalExpressionpublic Adapter createConstructorInvocationAdapter()
Constructor 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.
ConstructorInvocationpublic Adapter createClassDeclarationAdapter()
Class 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.
ClassDeclarationpublic Adapter createCommentAdapter()
Comment'.
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.
Commentpublic Adapter createCompilationUnitAdapter()
Compilation Unit'.
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.
CompilationUnitpublic Adapter createContinueStatementAdapter()
Continue 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.
ContinueStatementpublic Adapter createDoStatementAdapter()
Do 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.
DoStatementpublic Adapter createEmptyStatementAdapter()
Empty 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.
EmptyStatementpublic Adapter createEnhancedForStatementAdapter()
Enhanced For 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.
EnhancedForStatementpublic Adapter createEnumConstantDeclarationAdapter()
Enum Constant 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.
EnumConstantDeclarationpublic Adapter createEnumDeclarationAdapter()
Enum 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.
EnumDeclarationpublic 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 Adapter createExpressionStatementAdapter()
Expression 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.
ExpressionStatementpublic Adapter createFieldAccessAdapter()
Field 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.
FieldAccesspublic Adapter createFieldDeclarationAdapter()
Field 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.
FieldDeclarationpublic Adapter createForStatementAdapter()
For 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.
ForStatementpublic Adapter createIfStatementAdapter()
If 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.
IfStatementpublic 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 Adapter createInfixExpressionAdapter()
Infix 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.
InfixExpressionpublic Adapter createInitializerAdapter()
Initializer'.
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.
Initializerpublic Adapter createInstanceofExpressionAdapter()
Instanceof 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.
InstanceofExpressionpublic Adapter createInterfaceDeclarationAdapter()
Interface 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.
InterfaceDeclarationpublic Adapter createJavadocAdapter()
Javadoc'.
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.
Javadocpublic Adapter createLabeledStatementAdapter()
Labeled 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.
LabeledStatementpublic Adapter createLineCommentAdapter()
Line Comment'.
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.
LineCommentpublic Adapter createManifestAdapter()
Manifest'.
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.
Manifestpublic Adapter createManifestAttributeAdapter()
Manifest Attribute'.
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.
ManifestAttributepublic Adapter createManifestEntryAdapter()
Manifest Entry'.
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.
ManifestEntrypublic Adapter createMemberRefAdapter()
Member Ref'.
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.
MemberRefpublic Adapter createMethodDeclarationAdapter()
Method 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.
MethodDeclarationpublic Adapter createMethodInvocationAdapter()
Method 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.
MethodInvocationpublic Adapter createMethodRefAdapter()
Method Ref'.
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.
MethodRefpublic Adapter createMethodRefParameterAdapter()
Method Ref Parameter'.
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.
MethodRefParameterpublic Adapter createModelAdapter()
Model'.
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.
Modelpublic Adapter createModifierAdapter()
Modifier'.
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.
Modifierpublic Adapter createNamedElementAdapter()
Named Element'.
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.
NamedElementpublic Adapter createNamespaceAccessAdapter()
Namespace 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.
NamespaceAccesspublic Adapter createNumberLiteralAdapter()
Number 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.
NumberLiteralpublic Adapter createNullLiteralAdapter()
Null 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.
NullLiteralpublic Adapter createPackageAdapter()
Package'.
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.
Packagepublic Adapter createPackageAccessAdapter()
Package 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.
PackageAccesspublic Adapter createParameterizedTypeAdapter()
Parameterized Type'.
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.
ParameterizedTypepublic Adapter createParenthesizedExpressionAdapter()
Parenthesized 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.
ParenthesizedExpressionpublic 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 Adapter createPrefixExpressionAdapter()
Prefix 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.
PrefixExpressionpublic Adapter createPrimitiveTypeAdapter()
Primitive Type'.
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.
PrimitiveTypepublic Adapter createPrimitiveTypeBooleanAdapter()
Primitive Type Boolean'.
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.
PrimitiveTypeBooleanpublic Adapter createPrimitiveTypeByteAdapter()
Primitive Type Byte'.
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.
PrimitiveTypeBytepublic Adapter createPrimitiveTypeCharAdapter()
Primitive Type Char'.
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.
PrimitiveTypeCharpublic Adapter createPrimitiveTypeDoubleAdapter()
Primitive Type Double'.
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.
PrimitiveTypeDoublepublic Adapter createPrimitiveTypeShortAdapter()
Primitive Type Short'.
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.
PrimitiveTypeShortpublic Adapter createPrimitiveTypeFloatAdapter()
Primitive Type Float'.
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.
PrimitiveTypeFloatpublic Adapter createPrimitiveTypeIntAdapter()
Primitive Type Int'.
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.
PrimitiveTypeIntpublic Adapter createPrimitiveTypeLongAdapter()
Primitive Type Long'.
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.
PrimitiveTypeLongpublic Adapter createPrimitiveTypeVoidAdapter()
Primitive Type Void'.
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.
PrimitiveTypeVoidpublic Adapter createReturnStatementAdapter()
Return 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.
ReturnStatementpublic Adapter createSingleVariableAccessAdapter()
Single Variable 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.
SingleVariableAccesspublic Adapter createSingleVariableDeclarationAdapter()
Single Variable 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.
SingleVariableDeclarationpublic 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 Adapter createStringLiteralAdapter()
String 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.
StringLiteralpublic Adapter createSuperConstructorInvocationAdapter()
Super Constructor 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.
SuperConstructorInvocationpublic Adapter createSuperFieldAccessAdapter()
Super Field 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.
SuperFieldAccesspublic Adapter createSuperMethodInvocationAdapter()
Super Method 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.
SuperMethodInvocationpublic Adapter createSwitchCaseAdapter()
Switch Case'.
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.
SwitchCasepublic Adapter createSwitchStatementAdapter()
Switch 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.
SwitchStatementpublic Adapter createSynchronizedStatementAdapter()
Synchronized 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.
SynchronizedStatementpublic Adapter createTagElementAdapter()
Tag Element'.
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.
TagElementpublic Adapter createTextElementAdapter()
Text Element'.
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.
TextElementpublic Adapter createThisExpressionAdapter()
This 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.
ThisExpressionpublic Adapter createThrowStatementAdapter()
Throw 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.
ThrowStatementpublic Adapter createTryStatementAdapter()
Try 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.
TryStatementpublic Adapter createTypeAdapter()
Type'.
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.
Typepublic Adapter createTypeAccessAdapter()
Type 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.
TypeAccesspublic Adapter createTypeDeclarationAdapter()
Type 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.
TypeDeclarationpublic Adapter createTypeDeclarationStatementAdapter()
Type Declaration 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.
TypeDeclarationStatementpublic Adapter createTypeLiteralAdapter()
Type 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.
TypeLiteralpublic Adapter createTypeParameterAdapter()
Type Parameter'.
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.
TypeParameterpublic Adapter createUnresolvedItemAdapter()
Unresolved Item'.
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.
UnresolvedItempublic Adapter createUnresolvedItemAccessAdapter()
Unresolved Item 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.
UnresolvedItemAccesspublic Adapter createUnresolvedAnnotationDeclarationAdapter()
Unresolved Annotation 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.
UnresolvedAnnotationDeclarationpublic Adapter createUnresolvedAnnotationTypeMemberDeclarationAdapter()
Unresolved Annotation Type Member 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.
UnresolvedAnnotationTypeMemberDeclarationpublic Adapter createUnresolvedClassDeclarationAdapter()
Unresolved Class 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.
UnresolvedClassDeclarationpublic Adapter createUnresolvedEnumDeclarationAdapter()
Unresolved Enum 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.
UnresolvedEnumDeclarationpublic Adapter createUnresolvedInterfaceDeclarationAdapter()
Unresolved Interface 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.
UnresolvedInterfaceDeclarationpublic Adapter createUnresolvedLabeledStatementAdapter()
Unresolved Labeled 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.
UnresolvedLabeledStatementpublic Adapter createUnresolvedMethodDeclarationAdapter()
Unresolved Method 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.
UnresolvedMethodDeclarationpublic Adapter createUnresolvedSingleVariableDeclarationAdapter()
Unresolved Single Variable 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.
UnresolvedSingleVariableDeclarationpublic Adapter createUnresolvedTypeAdapter()
Unresolved Type'.
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.
UnresolvedTypepublic Adapter createUnresolvedTypeDeclarationAdapter()
Unresolved Type 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.
UnresolvedTypeDeclarationpublic Adapter createUnresolvedVariableDeclarationFragmentAdapter()
Unresolved Variable Declaration Fragment'.
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.
UnresolvedVariableDeclarationFragmentpublic Adapter createVariableDeclarationAdapter()
Variable 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.
VariableDeclarationpublic Adapter createVariableDeclarationExpressionAdapter()
Variable Declaration 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.
VariableDeclarationExpressionpublic Adapter createVariableDeclarationFragmentAdapter()
Variable Declaration Fragment'.
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.
VariableDeclarationFragmentpublic Adapter createVariableDeclarationStatementAdapter()
Variable Declaration 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.
VariableDeclarationStatementpublic Adapter createWildCardTypeAdapter()
Wild Card Type'.
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.
WildCardTypepublic Adapter createWhileStatementAdapter()
While 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.
WhileStatementpublic Adapter createEObjectAdapter()