| Package | Description |
|---|---|
| org.eclipse.emf.codegen.merge.java.facade | |
| org.eclipse.emf.codegen.merge.java.facade.ast | |
| org.eclipse.emf.codegen.merge.java.facade.jdom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JAbstractType
|
interface |
JAnnotationType
Annotation type declaration as defined by JLS3 9.6.
|
interface |
JAnnotationTypeMember
Annotation type element in the following format (JLS3 9.6):
|
interface |
JEnum
Enumeration declaration as described in JLS3 8.9.
|
interface |
JEnumConstant
Enum constant as described in JLS3 8.9.
|
interface |
JField
Represents a field declaration.
|
interface |
JInitializer
Represents an initializer.
|
interface |
JMethod
Represents a method declaration.
|
interface |
JType
Represents a source type in a compilation unit, either as a top-level type or a member type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASTJAbstractType<T extends AbstractTypeDeclaration> |
class |
ASTJAnnotationType
Wraps
AnnotationTypeDeclaration object. |
class |
ASTJAnnotationTypeMember |
class |
ASTJEnum |
class |
ASTJEnumConstant |
class |
ASTJField
Represents a single variable in a field declaration.
|
class |
ASTJInitializer
Wraps
Initializer object. |
class |
ASTJMember<T extends BodyDeclaration>
Each
ASTJMember has a reference to BodyDeclaration as a wrapped object. |
class |
ASTJMethod
Wraps
MethodDeclaration object. |
class |
ASTJType
Wraps
TypeDeclaration object. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOMJField |
class |
JDOMJInitializer |
class |
JDOMJMember |
class |
JDOMJMethod |
class |
JDOMJType |
Copyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature