Interface JavaPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JavaPackageImpl

public interface JavaPackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
JavaFactory
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Constant Field Values
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Constant Field Values
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Constant Field Values
    • eINSTANCE

      static final JavaPackage eINSTANCE
      The singleton instance of the package.
    • AST_NODE

      static final int AST_NODE
      The meta object id for the 'AST Node' class.
      See Also:
      ASTNodeImpl, JavaPackageImpl.getASTNode(), Constant Field Values
    • AST_NODE__COMMENTS

      static final int AST_NODE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • AST_NODE__ORIGINAL_COMPILATION_UNIT

      static final int AST_NODE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • AST_NODE__ORIGINAL_CLASS_FILE

      static final int AST_NODE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • AST_NODE_FEATURE_COUNT

      static final int AST_NODE_FEATURE_COUNT
      The number of structural features of the 'AST Node' class.
      See Also:
      Constant Field Values
    • AST_NODE_OPERATION_COUNT

      static final int AST_NODE_OPERATION_COUNT
      The number of operations of the 'AST Node' class.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT

      static final int NAMED_ELEMENT
      The meta object id for the 'Named Element' class.
      See Also:
      NamedElementImpl, JavaPackageImpl.getNamedElement(), Constant Field Values
    • NAMED_ELEMENT__COMMENTS

      static final int NAMED_ELEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT

      static final int NAMED_ELEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT__ORIGINAL_CLASS_FILE

      static final int NAMED_ELEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT__NAME

      static final int NAMED_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT__PROXY

      static final int NAMED_ELEMENT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT__USAGES_IN_IMPORTS

      static final int NAMED_ELEMENT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT_FEATURE_COUNT

      static final int NAMED_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Named Element' class.
      See Also:
      Constant Field Values
    • NAMED_ELEMENT_OPERATION_COUNT

      static final int NAMED_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Named Element' class.
      See Also:
      Constant Field Values
    • BODY_DECLARATION

      static final int BODY_DECLARATION
      The meta object id for the 'Body Declaration' class.
      See Also:
      BodyDeclarationImpl, JavaPackageImpl.getBodyDeclaration(), Constant Field Values
    • BODY_DECLARATION__COMMENTS

      static final int BODY_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int BODY_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__ORIGINAL_CLASS_FILE

      static final int BODY_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__NAME

      static final int BODY_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__PROXY

      static final int BODY_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__USAGES_IN_IMPORTS

      static final int BODY_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int BODY_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__ANNOTATIONS

      static final int BODY_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int BODY_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • BODY_DECLARATION__MODIFIER

      static final int BODY_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • BODY_DECLARATION_FEATURE_COUNT

      static final int BODY_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Body Declaration' class.
      See Also:
      Constant Field Values
    • BODY_DECLARATION_OPERATION_COUNT

      static final int BODY_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Body Declaration' class.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION

      static final int ABSTRACT_METHOD_DECLARATION
      The meta object id for the 'Abstract Method Declaration' class.
      See Also:
      AbstractMethodDeclarationImpl, JavaPackageImpl.getAbstractMethodDeclaration(), Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__COMMENTS

      static final int ABSTRACT_METHOD_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ABSTRACT_METHOD_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__NAME

      static final int ABSTRACT_METHOD_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__PROXY

      static final int ABSTRACT_METHOD_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__USAGES_IN_IMPORTS

      static final int ABSTRACT_METHOD_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int ABSTRACT_METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__ANNOTATIONS

      static final int ABSTRACT_METHOD_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int ABSTRACT_METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__MODIFIER

      static final int ABSTRACT_METHOD_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__BODY

      static final int ABSTRACT_METHOD_DECLARATION__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__PARAMETERS

      static final int ABSTRACT_METHOD_DECLARATION__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__THROWN_EXCEPTIONS

      static final int ABSTRACT_METHOD_DECLARATION__THROWN_EXCEPTIONS
      The feature id for the 'Thrown Exceptions' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__TYPE_PARAMETERS

      static final int ABSTRACT_METHOD_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS

      static final int ABSTRACT_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS
      The feature id for the 'Usages In Doc Comments' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION__USAGES

      static final int ABSTRACT_METHOD_DECLARATION__USAGES
      The feature id for the 'Usages' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION_FEATURE_COUNT

      static final int ABSTRACT_METHOD_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Abstract Method Declaration' class.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_DECLARATION_OPERATION_COUNT

      static final int ABSTRACT_METHOD_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Abstract Method Declaration' class.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION

      static final int ABSTRACT_METHOD_INVOCATION
      The meta object id for the 'Abstract Method Invocation' class.
      See Also:
      AbstractMethodInvocationImpl, JavaPackageImpl.getAbstractMethodInvocation(), Constant Field Values
    • ABSTRACT_METHOD_INVOCATION__COMMENTS

      static final int ABSTRACT_METHOD_INVOCATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT

      static final int ABSTRACT_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION__ORIGINAL_CLASS_FILE

      static final int ABSTRACT_METHOD_INVOCATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION__METHOD

      static final int ABSTRACT_METHOD_INVOCATION__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION__ARGUMENTS

      static final int ABSTRACT_METHOD_INVOCATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION__TYPE_ARGUMENTS

      static final int ABSTRACT_METHOD_INVOCATION__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION_FEATURE_COUNT

      static final int ABSTRACT_METHOD_INVOCATION_FEATURE_COUNT
      The number of structural features of the 'Abstract Method Invocation' class.
      See Also:
      Constant Field Values
    • ABSTRACT_METHOD_INVOCATION_OPERATION_COUNT

      static final int ABSTRACT_METHOD_INVOCATION_OPERATION_COUNT
      The number of operations of the 'Abstract Method Invocation' class.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION

      static final int ABSTRACT_TYPE_DECLARATION
      The meta object id for the 'Abstract Type Declaration' class.
      See Also:
      AbstractTypeDeclarationImpl, JavaPackageImpl.getAbstractTypeDeclaration(), Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__COMMENTS

      static final int ABSTRACT_TYPE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__NAME

      static final int ABSTRACT_TYPE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__PROXY

      static final int ABSTRACT_TYPE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__USAGES_IN_IMPORTS

      static final int ABSTRACT_TYPE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int ABSTRACT_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__ANNOTATIONS

      static final int ABSTRACT_TYPE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int ABSTRACT_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__MODIFIER

      static final int ABSTRACT_TYPE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int ABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__BODY_DECLARATIONS

      static final int ABSTRACT_TYPE_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__COMMENTS_BEFORE_BODY

      static final int ABSTRACT_TYPE_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__COMMENTS_AFTER_BODY

      static final int ABSTRACT_TYPE_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__PACKAGE

      static final int ABSTRACT_TYPE_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION__SUPER_INTERFACES

      static final int ABSTRACT_TYPE_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION_FEATURE_COUNT

      static final int ABSTRACT_TYPE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Abstract Type Declaration' class.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_DECLARATION_OPERATION_COUNT

      static final int ABSTRACT_TYPE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Abstract Type Declaration' class.
      See Also:
      Constant Field Values
    • EXPRESSION

      static final int EXPRESSION
      The meta object id for the 'Expression' class.
      See Also:
      ExpressionImpl, JavaPackageImpl.getExpression(), Constant Field Values
    • EXPRESSION__COMMENTS

      static final int EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • EXPRESSION__ORIGINAL_CLASS_FILE

      static final int EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • EXPRESSION_FEATURE_COUNT

      static final int EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Expression' class.
      See Also:
      Constant Field Values
    • EXPRESSION_OPERATION_COUNT

      static final int EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Expression' class.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION
      The meta object id for the 'Abstract Type Qualified Expression' class.
      See Also:
      AbstractTypeQualifiedExpressionImpl, JavaPackageImpl.getAbstractTypeQualifiedExpression(), Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION__COMMENTS

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION__QUALIFIER

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION_FEATURE_COUNT

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Abstract Type Qualified Expression' class.
      See Also:
      Constant Field Values
    • ABSTRACT_TYPE_QUALIFIED_EXPRESSION_OPERATION_COUNT

      static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Abstract Type Qualified Expression' class.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER

      static final int ABSTRACT_VARIABLES_CONTAINER
      The meta object id for the 'Abstract Variables Container' class.
      See Also:
      AbstractVariablesContainerImpl, JavaPackageImpl.getAbstractVariablesContainer(), Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER__COMMENTS

      static final int ABSTRACT_VARIABLES_CONTAINER__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_COMPILATION_UNIT

      static final int ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_CLASS_FILE

      static final int ABSTRACT_VARIABLES_CONTAINER__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER__TYPE

      static final int ABSTRACT_VARIABLES_CONTAINER__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER__FRAGMENTS

      static final int ABSTRACT_VARIABLES_CONTAINER__FRAGMENTS
      The feature id for the 'Fragments' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER_FEATURE_COUNT

      static final int ABSTRACT_VARIABLES_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Abstract Variables Container' class.
      See Also:
      Constant Field Values
    • ABSTRACT_VARIABLES_CONTAINER_OPERATION_COUNT

      static final int ABSTRACT_VARIABLES_CONTAINER_OPERATION_COUNT
      The number of operations of the 'Abstract Variables Container' class.
      See Also:
      Constant Field Values
    • ANNOTATION

      static final int ANNOTATION
      The meta object id for the 'Annotation' class.
      See Also:
      AnnotationImpl, JavaPackageImpl.getAnnotation(), Constant Field Values
    • ANNOTATION__COMMENTS

      static final int ANNOTATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION__ORIGINAL_COMPILATION_UNIT

      static final int ANNOTATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ANNOTATION__ORIGINAL_CLASS_FILE

      static final int ANNOTATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ANNOTATION__TYPE

      static final int ANNOTATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • ANNOTATION__VALUES

      static final int ANNOTATION__VALUES
      The feature id for the 'Values' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_FEATURE_COUNT

      static final int ANNOTATION_FEATURE_COUNT
      The number of structural features of the 'Annotation' class.
      See Also:
      Constant Field Values
    • ANNOTATION_OPERATION_COUNT

      static final int ANNOTATION_OPERATION_COUNT
      The number of operations of the 'Annotation' class.
      See Also:
      Constant Field Values
    • ARCHIVE

      static final int ARCHIVE
      The meta object id for the 'Archive' class.
      See Also:
      ArchiveImpl, JavaPackageImpl.getArchive(), Constant Field Values
    • ARCHIVE__COMMENTS

      static final int ARCHIVE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ARCHIVE__ORIGINAL_COMPILATION_UNIT

      static final int ARCHIVE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ARCHIVE__ORIGINAL_CLASS_FILE

      static final int ARCHIVE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ARCHIVE__NAME

      static final int ARCHIVE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ARCHIVE__PROXY

      static final int ARCHIVE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ARCHIVE__USAGES_IN_IMPORTS

      static final int ARCHIVE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ARCHIVE__ORIGINAL_FILE_PATH

      static final int ARCHIVE__ORIGINAL_FILE_PATH
      The feature id for the 'Original File Path' attribute.
      See Also:
      Constant Field Values
    • ARCHIVE__CLASS_FILES

      static final int ARCHIVE__CLASS_FILES
      The feature id for the 'Class Files' containment reference list.
      See Also:
      Constant Field Values
    • ARCHIVE__MANIFEST

      static final int ARCHIVE__MANIFEST
      The feature id for the 'Manifest' containment reference.
      See Also:
      Constant Field Values
    • ARCHIVE_FEATURE_COUNT

      static final int ARCHIVE_FEATURE_COUNT
      The number of structural features of the 'Archive' class.
      See Also:
      Constant Field Values
    • ARCHIVE_OPERATION_COUNT

      static final int ARCHIVE_OPERATION_COUNT
      The number of operations of the 'Archive' class.
      See Also:
      Constant Field Values
    • STATEMENT

      static final int STATEMENT
      The meta object id for the 'Statement' class.
      See Also:
      StatementImpl, JavaPackageImpl.getStatement(), Constant Field Values
    • STATEMENT__COMMENTS

      static final int STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • STATEMENT__ORIGINAL_CLASS_FILE

      static final int STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • STATEMENT_FEATURE_COUNT

      static final int STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Statement' class.
      See Also:
      Constant Field Values
    • STATEMENT_OPERATION_COUNT

      static final int STATEMENT_OPERATION_COUNT
      The number of operations of the 'Statement' class.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT

      static final int ASSERT_STATEMENT
      The meta object id for the 'Assert Statement' class.
      See Also:
      AssertStatementImpl, JavaPackageImpl.getAssertStatement(), Constant Field Values
    • ASSERT_STATEMENT__COMMENTS

      static final int ASSERT_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int ASSERT_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT__ORIGINAL_CLASS_FILE

      static final int ASSERT_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT__MESSAGE

      static final int ASSERT_STATEMENT__MESSAGE
      The feature id for the 'Message' containment reference.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT__EXPRESSION

      static final int ASSERT_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT_FEATURE_COUNT

      static final int ASSERT_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Assert Statement' class.
      See Also:
      Constant Field Values
    • ASSERT_STATEMENT_OPERATION_COUNT

      static final int ASSERT_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Assert Statement' class.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR

      static final int ANNOTATION_MEMBER_VALUE_PAIR
      The meta object id for the 'Annotation Member Value Pair' class.
      See Also:
      AnnotationMemberValuePairImpl, JavaPackageImpl.getAnnotationMemberValuePair(), Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__COMMENTS

      static final int ANNOTATION_MEMBER_VALUE_PAIR__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_COMPILATION_UNIT

      static final int ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_CLASS_FILE

      static final int ANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__NAME

      static final int ANNOTATION_MEMBER_VALUE_PAIR__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__PROXY

      static final int ANNOTATION_MEMBER_VALUE_PAIR__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__USAGES_IN_IMPORTS

      static final int ANNOTATION_MEMBER_VALUE_PAIR__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__MEMBER

      static final int ANNOTATION_MEMBER_VALUE_PAIR__MEMBER
      The feature id for the 'Member' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR__VALUE

      static final int ANNOTATION_MEMBER_VALUE_PAIR__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR_FEATURE_COUNT

      static final int ANNOTATION_MEMBER_VALUE_PAIR_FEATURE_COUNT
      The number of structural features of the 'Annotation Member Value Pair' class.
      See Also:
      Constant Field Values
    • ANNOTATION_MEMBER_VALUE_PAIR_OPERATION_COUNT

      static final int ANNOTATION_MEMBER_VALUE_PAIR_OPERATION_COUNT
      The number of operations of the 'Annotation Member Value Pair' class.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION

      static final int ANNOTATION_TYPE_DECLARATION
      The meta object id for the 'Annotation Type Declaration' class.
      See Also:
      AnnotationTypeDeclarationImpl, JavaPackageImpl.getAnnotationTypeDeclaration(), Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__COMMENTS

      static final int ANNOTATION_TYPE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ANNOTATION_TYPE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__NAME

      static final int ANNOTATION_TYPE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__PROXY

      static final int ANNOTATION_TYPE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__USAGES_IN_IMPORTS

      static final int ANNOTATION_TYPE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int ANNOTATION_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__ANNOTATIONS

      static final int ANNOTATION_TYPE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int ANNOTATION_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__MODIFIER

      static final int ANNOTATION_TYPE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int ANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__BODY_DECLARATIONS

      static final int ANNOTATION_TYPE_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__COMMENTS_BEFORE_BODY

      static final int ANNOTATION_TYPE_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__COMMENTS_AFTER_BODY

      static final int ANNOTATION_TYPE_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__PACKAGE

      static final int ANNOTATION_TYPE_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION__SUPER_INTERFACES

      static final int ANNOTATION_TYPE_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION_FEATURE_COUNT

      static final int ANNOTATION_TYPE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Annotation Type Declaration' class.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_DECLARATION_OPERATION_COUNT

      static final int ANNOTATION_TYPE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Annotation Type Declaration' class.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION
      The meta object id for the 'Annotation Type Member Declaration' class.
      See Also:
      AnnotationTypeMemberDeclarationImpl, JavaPackageImpl.getAnnotationTypeMemberDeclaration(), Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTS

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__NAME

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__PROXY

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES_IN_IMPORTS

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__ANNOTATIONS

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__MODIFIER

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULT

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULT
      The feature id for the 'Default' containment reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__TYPE

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES
      The feature id for the 'Usages' reference list.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION_FEATURE_COUNT

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Annotation Type Member Declaration' class.
      See Also:
      Constant Field Values
    • ANNOTATION_TYPE_MEMBER_DECLARATION_OPERATION_COUNT

      static final int ANNOTATION_TYPE_MEMBER_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Annotation Type Member Declaration' class.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION

      static final int ANONYMOUS_CLASS_DECLARATION
      The meta object id for the 'Anonymous Class Declaration' class.
      See Also:
      AnonymousClassDeclarationImpl, JavaPackageImpl.getAnonymousClassDeclaration(), Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION__COMMENTS

      static final int ANONYMOUS_CLASS_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ANONYMOUS_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ANONYMOUS_CLASS_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION__BODY_DECLARATIONS

      static final int ANONYMOUS_CLASS_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION__CLASS_INSTANCE_CREATION

      static final int ANONYMOUS_CLASS_DECLARATION__CLASS_INSTANCE_CREATION
      The feature id for the 'Class Instance Creation' container reference.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION_FEATURE_COUNT

      static final int ANONYMOUS_CLASS_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Anonymous Class Declaration' class.
      See Also:
      Constant Field Values
    • ANONYMOUS_CLASS_DECLARATION_OPERATION_COUNT

      static final int ANONYMOUS_CLASS_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Anonymous Class Declaration' class.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS

      static final int ARRAY_ACCESS
      The meta object id for the 'Array Access' class.
      See Also:
      ArrayAccessImpl, JavaPackageImpl.getArrayAccess(), Constant Field Values
    • ARRAY_ACCESS__COMMENTS

      static final int ARRAY_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int ARRAY_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS__ORIGINAL_CLASS_FILE

      static final int ARRAY_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS__ARRAY

      static final int ARRAY_ACCESS__ARRAY
      The feature id for the 'Array' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS__INDEX

      static final int ARRAY_ACCESS__INDEX
      The feature id for the 'Index' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS_FEATURE_COUNT

      static final int ARRAY_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Array Access' class.
      See Also:
      Constant Field Values
    • ARRAY_ACCESS_OPERATION_COUNT

      static final int ARRAY_ACCESS_OPERATION_COUNT
      The number of operations of the 'Array Access' class.
      See Also:
      Constant Field Values
    • ARRAY_CREATION

      static final int ARRAY_CREATION
      The meta object id for the 'Array Creation' class.
      See Also:
      ArrayCreationImpl, JavaPackageImpl.getArrayCreation(), Constant Field Values
    • ARRAY_CREATION__COMMENTS

      static final int ARRAY_CREATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_CREATION__ORIGINAL_COMPILATION_UNIT

      static final int ARRAY_CREATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ARRAY_CREATION__ORIGINAL_CLASS_FILE

      static final int ARRAY_CREATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ARRAY_CREATION__DIMENSIONS

      static final int ARRAY_CREATION__DIMENSIONS
      The feature id for the 'Dimensions' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_CREATION__INITIALIZER

      static final int ARRAY_CREATION__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_CREATION__TYPE

      static final int ARRAY_CREATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_CREATION_FEATURE_COUNT

      static final int ARRAY_CREATION_FEATURE_COUNT
      The number of structural features of the 'Array Creation' class.
      See Also:
      Constant Field Values
    • ARRAY_CREATION_OPERATION_COUNT

      static final int ARRAY_CREATION_OPERATION_COUNT
      The number of operations of the 'Array Creation' class.
      See Also:
      Constant Field Values
    • ARRAY_INITIALIZER

      static final int ARRAY_INITIALIZER
      The meta object id for the 'Array Initializer' class.
      See Also:
      ArrayInitializerImpl, JavaPackageImpl.getArrayInitializer(), Constant Field Values
    • ARRAY_INITIALIZER__COMMENTS

      static final int ARRAY_INITIALIZER__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_INITIALIZER__ORIGINAL_COMPILATION_UNIT

      static final int ARRAY_INITIALIZER__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ARRAY_INITIALIZER__ORIGINAL_CLASS_FILE

      static final int ARRAY_INITIALIZER__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ARRAY_INITIALIZER__EXPRESSIONS

      static final int ARRAY_INITIALIZER__EXPRESSIONS
      The feature id for the 'Expressions' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_INITIALIZER_FEATURE_COUNT

      static final int ARRAY_INITIALIZER_FEATURE_COUNT
      The number of structural features of the 'Array Initializer' class.
      See Also:
      Constant Field Values
    • ARRAY_INITIALIZER_OPERATION_COUNT

      static final int ARRAY_INITIALIZER_OPERATION_COUNT
      The number of operations of the 'Array Initializer' class.
      See Also:
      Constant Field Values
    • ARRAY_LENGTH_ACCESS

      static final int ARRAY_LENGTH_ACCESS
      The meta object id for the 'Array Length Access' class.
      See Also:
      ArrayLengthAccessImpl, JavaPackageImpl.getArrayLengthAccess(), Constant Field Values
    • ARRAY_LENGTH_ACCESS__COMMENTS

      static final int ARRAY_LENGTH_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_LENGTH_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int ARRAY_LENGTH_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ARRAY_LENGTH_ACCESS__ORIGINAL_CLASS_FILE

      static final int ARRAY_LENGTH_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ARRAY_LENGTH_ACCESS__ARRAY

      static final int ARRAY_LENGTH_ACCESS__ARRAY
      The feature id for the 'Array' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_LENGTH_ACCESS_FEATURE_COUNT

      static final int ARRAY_LENGTH_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Array Length Access' class.
      See Also:
      Constant Field Values
    • ARRAY_LENGTH_ACCESS_OPERATION_COUNT

      static final int ARRAY_LENGTH_ACCESS_OPERATION_COUNT
      The number of operations of the 'Array Length Access' class.
      See Also:
      Constant Field Values
    • TYPE

      static final int TYPE
      The meta object id for the 'Type' class.
      See Also:
      TypeImpl, JavaPackageImpl.getType(), Constant Field Values
    • TYPE__COMMENTS

      static final int TYPE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TYPE__ORIGINAL_COMPILATION_UNIT

      static final int TYPE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TYPE__ORIGINAL_CLASS_FILE

      static final int TYPE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TYPE__NAME

      static final int TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • TYPE__PROXY

      static final int TYPE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • TYPE__USAGES_IN_IMPORTS

      static final int TYPE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • TYPE__USAGES_IN_TYPE_ACCESS

      static final int TYPE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • TYPE_FEATURE_COUNT

      static final int TYPE_FEATURE_COUNT
      The number of structural features of the 'Type' class.
      See Also:
      Constant Field Values
    • TYPE_OPERATION_COUNT

      static final int TYPE_OPERATION_COUNT
      The number of operations of the 'Type' class.
      See Also:
      Constant Field Values
    • ARRAY_TYPE

      static final int ARRAY_TYPE
      The meta object id for the 'Array Type' class.
      See Also:
      ArrayTypeImpl, JavaPackageImpl.getArrayType(), Constant Field Values
    • ARRAY_TYPE__COMMENTS

      static final int ARRAY_TYPE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__ORIGINAL_COMPILATION_UNIT

      static final int ARRAY_TYPE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__ORIGINAL_CLASS_FILE

      static final int ARRAY_TYPE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__NAME

      static final int ARRAY_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__PROXY

      static final int ARRAY_TYPE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__USAGES_IN_IMPORTS

      static final int ARRAY_TYPE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__USAGES_IN_TYPE_ACCESS

      static final int ARRAY_TYPE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__DIMENSIONS

      static final int ARRAY_TYPE__DIMENSIONS
      The feature id for the 'Dimensions' attribute.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__ELEMENT_TYPE

      static final int ARRAY_TYPE__ELEMENT_TYPE
      The feature id for the 'Element Type' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_TYPE_FEATURE_COUNT

      static final int ARRAY_TYPE_FEATURE_COUNT
      The number of structural features of the 'Array Type' class.
      See Also:
      Constant Field Values
    • ARRAY_TYPE_OPERATION_COUNT

      static final int ARRAY_TYPE_OPERATION_COUNT
      The number of operations of the 'Array Type' class.
      See Also:
      Constant Field Values
    • ASSIGNMENT

      static final int ASSIGNMENT
      The meta object id for the 'Assignment' class.
      See Also:
      AssignmentImpl, JavaPackageImpl.getAssignment(), Constant Field Values
    • ASSIGNMENT__COMMENTS

      static final int ASSIGNMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ASSIGNMENT__ORIGINAL_COMPILATION_UNIT

      static final int ASSIGNMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ASSIGNMENT__ORIGINAL_CLASS_FILE

      static final int ASSIGNMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ASSIGNMENT__LEFT_HAND_SIDE

      static final int ASSIGNMENT__LEFT_HAND_SIDE
      The feature id for the 'Left Hand Side' containment reference.
      See Also:
      Constant Field Values
    • ASSIGNMENT__OPERATOR

      static final int ASSIGNMENT__OPERATOR
      The feature id for the 'Operator' attribute.
      See Also:
      Constant Field Values
    • ASSIGNMENT__RIGHT_HAND_SIDE

      static final int ASSIGNMENT__RIGHT_HAND_SIDE
      The feature id for the 'Right Hand Side' containment reference.
      See Also:
      Constant Field Values
    • ASSIGNMENT_FEATURE_COUNT

      static final int ASSIGNMENT_FEATURE_COUNT
      The number of structural features of the 'Assignment' class.
      See Also:
      Constant Field Values
    • ASSIGNMENT_OPERATION_COUNT

      static final int ASSIGNMENT_OPERATION_COUNT
      The number of operations of the 'Assignment' class.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL

      static final int BOOLEAN_LITERAL
      The meta object id for the 'Boolean Literal' class.
      See Also:
      BooleanLiteralImpl, JavaPackageImpl.getBooleanLiteral(), Constant Field Values
    • BOOLEAN_LITERAL__COMMENTS

      static final int BOOLEAN_LITERAL__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL__ORIGINAL_COMPILATION_UNIT

      static final int BOOLEAN_LITERAL__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL__ORIGINAL_CLASS_FILE

      static final int BOOLEAN_LITERAL__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL__VALUE

      static final int BOOLEAN_LITERAL__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL_FEATURE_COUNT

      static final int BOOLEAN_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Boolean Literal' class.
      See Also:
      Constant Field Values
    • BOOLEAN_LITERAL_OPERATION_COUNT

      static final int BOOLEAN_LITERAL_OPERATION_COUNT
      The number of operations of the 'Boolean Literal' class.
      See Also:
      Constant Field Values
    • COMMENT

      static final int COMMENT
      The meta object id for the 'Comment' class.
      See Also:
      CommentImpl, JavaPackageImpl.getComment(), Constant Field Values
    • COMMENT__COMMENTS

      static final int COMMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • COMMENT__ORIGINAL_COMPILATION_UNIT

      static final int COMMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • COMMENT__ORIGINAL_CLASS_FILE

      static final int COMMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • COMMENT__CONTENT

      static final int COMMENT__CONTENT
      The feature id for the 'Content' attribute.
      See Also:
      Constant Field Values
    • COMMENT__ENCLOSED_BY_PARENT

      static final int COMMENT__ENCLOSED_BY_PARENT
      The feature id for the 'Enclosed By Parent' attribute.
      See Also:
      Constant Field Values
    • COMMENT__PREFIX_OF_PARENT

      static final int COMMENT__PREFIX_OF_PARENT
      The feature id for the 'Prefix Of Parent' attribute.
      See Also:
      Constant Field Values
    • COMMENT_FEATURE_COUNT

      static final int COMMENT_FEATURE_COUNT
      The number of structural features of the 'Comment' class.
      See Also:
      Constant Field Values
    • COMMENT_OPERATION_COUNT

      static final int COMMENT_OPERATION_COUNT
      The number of operations of the 'Comment' class.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT

      static final int BLOCK_COMMENT
      The meta object id for the 'Block Comment' class.
      See Also:
      BlockCommentImpl, JavaPackageImpl.getBlockComment(), Constant Field Values
    • BLOCK_COMMENT__COMMENTS

      static final int BLOCK_COMMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT__ORIGINAL_COMPILATION_UNIT

      static final int BLOCK_COMMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT__ORIGINAL_CLASS_FILE

      static final int BLOCK_COMMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT__CONTENT

      static final int BLOCK_COMMENT__CONTENT
      The feature id for the 'Content' attribute.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT__ENCLOSED_BY_PARENT

      static final int BLOCK_COMMENT__ENCLOSED_BY_PARENT
      The feature id for the 'Enclosed By Parent' attribute.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT__PREFIX_OF_PARENT

      static final int BLOCK_COMMENT__PREFIX_OF_PARENT
      The feature id for the 'Prefix Of Parent' attribute.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT_FEATURE_COUNT

      static final int BLOCK_COMMENT_FEATURE_COUNT
      The number of structural features of the 'Block Comment' class.
      See Also:
      Constant Field Values
    • BLOCK_COMMENT_OPERATION_COUNT

      static final int BLOCK_COMMENT_OPERATION_COUNT
      The number of operations of the 'Block Comment' class.
      See Also:
      Constant Field Values
    • BLOCK

      static final int BLOCK
      The meta object id for the 'Block' class.
      See Also:
      BlockImpl, JavaPackageImpl.getBlock(), Constant Field Values
    • BLOCK__COMMENTS

      static final int BLOCK__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • BLOCK__ORIGINAL_COMPILATION_UNIT

      static final int BLOCK__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • BLOCK__ORIGINAL_CLASS_FILE

      static final int BLOCK__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • BLOCK__STATEMENTS

      static final int BLOCK__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Constant Field Values
    • BLOCK_FEATURE_COUNT

      static final int BLOCK_FEATURE_COUNT
      The number of structural features of the 'Block' class.
      See Also:
      Constant Field Values
    • BLOCK_OPERATION_COUNT

      static final int BLOCK_OPERATION_COUNT
      The number of operations of the 'Block' class.
      See Also:
      Constant Field Values
    • BREAK_STATEMENT

      static final int BREAK_STATEMENT
      The meta object id for the 'Break Statement' class.
      See Also:
      BreakStatementImpl, JavaPackageImpl.getBreakStatement(), Constant Field Values
    • BREAK_STATEMENT__COMMENTS

      static final int BREAK_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • BREAK_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int BREAK_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • BREAK_STATEMENT__ORIGINAL_CLASS_FILE

      static final int BREAK_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • BREAK_STATEMENT__LABEL

      static final int BREAK_STATEMENT__LABEL
      The feature id for the 'Label' reference.
      See Also:
      Constant Field Values
    • BREAK_STATEMENT_FEATURE_COUNT

      static final int BREAK_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Break Statement' class.
      See Also:
      Constant Field Values
    • BREAK_STATEMENT_OPERATION_COUNT

      static final int BREAK_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Break Statement' class.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION

      static final int CAST_EXPRESSION
      The meta object id for the 'Cast Expression' class.
      See Also:
      CastExpressionImpl, JavaPackageImpl.getCastExpression(), Constant Field Values
    • CAST_EXPRESSION__COMMENTS

      static final int CAST_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int CAST_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int CAST_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION__EXPRESSION

      static final int CAST_EXPRESSION__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION__TYPE

      static final int CAST_EXPRESSION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION_FEATURE_COUNT

      static final int CAST_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Cast Expression' class.
      See Also:
      Constant Field Values
    • CAST_EXPRESSION_OPERATION_COUNT

      static final int CAST_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Cast Expression' class.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE

      static final int CATCH_CLAUSE
      The meta object id for the 'Catch Clause' class.
      See Also:
      CatchClauseImpl, JavaPackageImpl.getCatchClause(), Constant Field Values
    • CATCH_CLAUSE__COMMENTS

      static final int CATCH_CLAUSE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE__ORIGINAL_COMPILATION_UNIT

      static final int CATCH_CLAUSE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE__ORIGINAL_CLASS_FILE

      static final int CATCH_CLAUSE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE__EXCEPTION

      static final int CATCH_CLAUSE__EXCEPTION
      The feature id for the 'Exception' containment reference.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE__BODY

      static final int CATCH_CLAUSE__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE_FEATURE_COUNT

      static final int CATCH_CLAUSE_FEATURE_COUNT
      The number of structural features of the 'Catch Clause' class.
      See Also:
      Constant Field Values
    • CATCH_CLAUSE_OPERATION_COUNT

      static final int CATCH_CLAUSE_OPERATION_COUNT
      The number of operations of the 'Catch Clause' class.
      See Also:
      Constant Field Values
    • CHARACTER_LITERAL

      static final int CHARACTER_LITERAL
      The meta object id for the 'Character Literal' class.
      See Also:
      CharacterLiteralImpl, JavaPackageImpl.getCharacterLiteral(), Constant Field Values
    • CHARACTER_LITERAL__COMMENTS

      static final int CHARACTER_LITERAL__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CHARACTER_LITERAL__ORIGINAL_COMPILATION_UNIT

      static final int CHARACTER_LITERAL__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CHARACTER_LITERAL__ORIGINAL_CLASS_FILE

      static final int CHARACTER_LITERAL__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CHARACTER_LITERAL__ESCAPED_VALUE

      static final int CHARACTER_LITERAL__ESCAPED_VALUE
      The feature id for the 'Escaped Value' attribute.
      See Also:
      Constant Field Values
    • CHARACTER_LITERAL_FEATURE_COUNT

      static final int CHARACTER_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Character Literal' class.
      See Also:
      Constant Field Values
    • CHARACTER_LITERAL_OPERATION_COUNT

      static final int CHARACTER_LITERAL_OPERATION_COUNT
      The number of operations of the 'Character Literal' class.
      See Also:
      Constant Field Values
    • CLASS_FILE

      static final int CLASS_FILE
      The meta object id for the 'Class File' class.
      See Also:
      ClassFileImpl, JavaPackageImpl.getClassFile(), Constant Field Values
    • CLASS_FILE__COMMENTS

      static final int CLASS_FILE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_FILE__ORIGINAL_COMPILATION_UNIT

      static final int CLASS_FILE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CLASS_FILE__ORIGINAL_CLASS_FILE

      static final int CLASS_FILE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CLASS_FILE__NAME

      static final int CLASS_FILE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CLASS_FILE__PROXY

      static final int CLASS_FILE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • CLASS_FILE__USAGES_IN_IMPORTS

      static final int CLASS_FILE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • CLASS_FILE__ORIGINAL_FILE_PATH

      static final int CLASS_FILE__ORIGINAL_FILE_PATH
      The feature id for the 'Original File Path' attribute.
      See Also:
      Constant Field Values
    • CLASS_FILE__TYPE

      static final int CLASS_FILE__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • CLASS_FILE__ATTACHED_SOURCE

      static final int CLASS_FILE__ATTACHED_SOURCE
      The feature id for the 'Attached Source' reference.
      See Also:
      Constant Field Values
    • CLASS_FILE__PACKAGE

      static final int CLASS_FILE__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Constant Field Values
    • CLASS_FILE_FEATURE_COUNT

      static final int CLASS_FILE_FEATURE_COUNT
      The number of structural features of the 'Class File' class.
      See Also:
      Constant Field Values
    • CLASS_FILE_OPERATION_COUNT

      static final int CLASS_FILE_OPERATION_COUNT
      The number of operations of the 'Class File' class.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION

      static final int CLASS_INSTANCE_CREATION
      The meta object id for the 'Class Instance Creation' class.
      See Also:
      ClassInstanceCreationImpl, JavaPackageImpl.getClassInstanceCreation(), Constant Field Values
    • CLASS_INSTANCE_CREATION__COMMENTS

      static final int CLASS_INSTANCE_CREATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__ORIGINAL_COMPILATION_UNIT

      static final int CLASS_INSTANCE_CREATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__ORIGINAL_CLASS_FILE

      static final int CLASS_INSTANCE_CREATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__METHOD

      static final int CLASS_INSTANCE_CREATION__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__ARGUMENTS

      static final int CLASS_INSTANCE_CREATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__TYPE_ARGUMENTS

      static final int CLASS_INSTANCE_CREATION__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__ANONYMOUS_CLASS_DECLARATION

      static final int CLASS_INSTANCE_CREATION__ANONYMOUS_CLASS_DECLARATION
      The feature id for the 'Anonymous Class Declaration' containment reference.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__EXPRESSION

      static final int CLASS_INSTANCE_CREATION__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION__TYPE

      static final int CLASS_INSTANCE_CREATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION_FEATURE_COUNT

      static final int CLASS_INSTANCE_CREATION_FEATURE_COUNT
      The number of structural features of the 'Class Instance Creation' class.
      See Also:
      Constant Field Values
    • CLASS_INSTANCE_CREATION_OPERATION_COUNT

      static final int CLASS_INSTANCE_CREATION_OPERATION_COUNT
      The number of operations of the 'Class Instance Creation' class.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION

      static final int CONSTRUCTOR_DECLARATION
      The meta object id for the 'Constructor Declaration' class.
      See Also:
      ConstructorDeclarationImpl, JavaPackageImpl.getConstructorDeclaration(), Constant Field Values
    • CONSTRUCTOR_DECLARATION__COMMENTS

      static final int CONSTRUCTOR_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int CONSTRUCTOR_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__ORIGINAL_CLASS_FILE

      static final int CONSTRUCTOR_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__NAME

      static final int CONSTRUCTOR_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__PROXY

      static final int CONSTRUCTOR_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__USAGES_IN_IMPORTS

      static final int CONSTRUCTOR_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int CONSTRUCTOR_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__ANNOTATIONS

      static final int CONSTRUCTOR_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int CONSTRUCTOR_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__MODIFIER

      static final int CONSTRUCTOR_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__BODY

      static final int CONSTRUCTOR_DECLARATION__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__PARAMETERS

      static final int CONSTRUCTOR_DECLARATION__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__THROWN_EXCEPTIONS

      static final int CONSTRUCTOR_DECLARATION__THROWN_EXCEPTIONS
      The feature id for the 'Thrown Exceptions' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__TYPE_PARAMETERS

      static final int CONSTRUCTOR_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__USAGES_IN_DOC_COMMENTS

      static final int CONSTRUCTOR_DECLARATION__USAGES_IN_DOC_COMMENTS
      The feature id for the 'Usages In Doc Comments' reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION__USAGES

      static final int CONSTRUCTOR_DECLARATION__USAGES
      The feature id for the 'Usages' reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION_FEATURE_COUNT

      static final int CONSTRUCTOR_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Constructor Declaration' class.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_DECLARATION_OPERATION_COUNT

      static final int CONSTRUCTOR_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Constructor Declaration' class.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION

      static final int CONDITIONAL_EXPRESSION
      The meta object id for the 'Conditional Expression' class.
      See Also:
      ConditionalExpressionImpl, JavaPackageImpl.getConditionalExpression(), Constant Field Values
    • CONDITIONAL_EXPRESSION__COMMENTS

      static final int CONDITIONAL_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int CONDITIONAL_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int CONDITIONAL_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION__ELSE_EXPRESSION

      static final int CONDITIONAL_EXPRESSION__ELSE_EXPRESSION
      The feature id for the 'Else Expression' containment reference.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION__EXPRESSION

      static final int CONDITIONAL_EXPRESSION__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION__THEN_EXPRESSION

      static final int CONDITIONAL_EXPRESSION__THEN_EXPRESSION
      The feature id for the 'Then Expression' containment reference.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION_FEATURE_COUNT

      static final int CONDITIONAL_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Conditional Expression' class.
      See Also:
      Constant Field Values
    • CONDITIONAL_EXPRESSION_OPERATION_COUNT

      static final int CONDITIONAL_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Conditional Expression' class.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION

      static final int CONSTRUCTOR_INVOCATION
      The meta object id for the 'Constructor Invocation' class.
      See Also:
      ConstructorInvocationImpl, JavaPackageImpl.getConstructorInvocation(), Constant Field Values
    • CONSTRUCTOR_INVOCATION__COMMENTS

      static final int CONSTRUCTOR_INVOCATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT

      static final int CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILE

      static final int CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION__METHOD

      static final int CONSTRUCTOR_INVOCATION__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION__ARGUMENTS

      static final int CONSTRUCTOR_INVOCATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTS

      static final int CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION_FEATURE_COUNT

      static final int CONSTRUCTOR_INVOCATION_FEATURE_COUNT
      The number of structural features of the 'Constructor Invocation' class.
      See Also:
      Constant Field Values
    • CONSTRUCTOR_INVOCATION_OPERATION_COUNT

      static final int CONSTRUCTOR_INVOCATION_OPERATION_COUNT
      The number of operations of the 'Constructor Invocation' class.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION

      static final int TYPE_DECLARATION
      The meta object id for the 'Type Declaration' class.
      See Also:
      TypeDeclarationImpl, JavaPackageImpl.getTypeDeclaration(), Constant Field Values
    • TYPE_DECLARATION__COMMENTS

      static final int TYPE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int TYPE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__NAME

      static final int TYPE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__PROXY

      static final int TYPE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__USAGES_IN_IMPORTS

      static final int TYPE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__ANNOTATIONS

      static final int TYPE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__MODIFIER

      static final int TYPE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__BODY_DECLARATIONS

      static final int TYPE_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__COMMENTS_BEFORE_BODY

      static final int TYPE_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__COMMENTS_AFTER_BODY

      static final int TYPE_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__PACKAGE

      static final int TYPE_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__SUPER_INTERFACES

      static final int TYPE_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION__TYPE_PARAMETERS

      static final int TYPE_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_FEATURE_COUNT

      static final int TYPE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Type Declaration' class.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_OPERATION_COUNT

      static final int TYPE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Type Declaration' class.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION

      static final int CLASS_DECLARATION
      The meta object id for the 'Class Declaration' class.
      See Also:
      ClassDeclarationImpl, JavaPackageImpl.getClassDeclaration(), Constant Field Values
    • CLASS_DECLARATION__COMMENTS

      static final int CLASS_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__ORIGINAL_CLASS_FILE

      static final int CLASS_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__NAME

      static final int CLASS_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__PROXY

      static final int CLASS_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__USAGES_IN_IMPORTS

      static final int CLASS_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int CLASS_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__ANNOTATIONS

      static final int CLASS_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int CLASS_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__MODIFIER

      static final int CLASS_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__BODY_DECLARATIONS

      static final int CLASS_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__COMMENTS_BEFORE_BODY

      static final int CLASS_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__COMMENTS_AFTER_BODY

      static final int CLASS_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__PACKAGE

      static final int CLASS_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__SUPER_INTERFACES

      static final int CLASS_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__TYPE_PARAMETERS

      static final int CLASS_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION__SUPER_CLASS

      static final int CLASS_DECLARATION__SUPER_CLASS
      The feature id for the 'Super Class' containment reference.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION_FEATURE_COUNT

      static final int CLASS_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Class Declaration' class.
      See Also:
      Constant Field Values
    • CLASS_DECLARATION_OPERATION_COUNT

      static final int CLASS_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Class Declaration' class.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT

      static final int COMPILATION_UNIT
      The meta object id for the 'Compilation Unit' class.
      See Also:
      CompilationUnitImpl, JavaPackageImpl.getCompilationUnit(), Constant Field Values
    • COMPILATION_UNIT__COMMENTS

      static final int COMPILATION_UNIT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__ORIGINAL_COMPILATION_UNIT

      static final int COMPILATION_UNIT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__ORIGINAL_CLASS_FILE

      static final int COMPILATION_UNIT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__NAME

      static final int COMPILATION_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__PROXY

      static final int COMPILATION_UNIT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__USAGES_IN_IMPORTS

      static final int COMPILATION_UNIT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__ORIGINAL_FILE_PATH

      static final int COMPILATION_UNIT__ORIGINAL_FILE_PATH
      The feature id for the 'Original File Path' attribute.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__COMMENT_LIST

      static final int COMPILATION_UNIT__COMMENT_LIST
      The feature id for the 'Comment List' reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__IMPORTS

      static final int COMPILATION_UNIT__IMPORTS
      The feature id for the 'Imports' containment reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__PACKAGE

      static final int COMPILATION_UNIT__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__TYPES

      static final int COMPILATION_UNIT__TYPES
      The feature id for the 'Types' reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT_FEATURE_COUNT

      static final int COMPILATION_UNIT_FEATURE_COUNT
      The number of structural features of the 'Compilation Unit' class.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT_OPERATION_COUNT

      static final int COMPILATION_UNIT_OPERATION_COUNT
      The number of operations of the 'Compilation Unit' class.
      See Also:
      Constant Field Values
    • CONTINUE_STATEMENT

      static final int CONTINUE_STATEMENT
      The meta object id for the 'Continue Statement' class.
      See Also:
      ContinueStatementImpl, JavaPackageImpl.getContinueStatement(), Constant Field Values
    • CONTINUE_STATEMENT__COMMENTS

      static final int CONTINUE_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • CONTINUE_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int CONTINUE_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • CONTINUE_STATEMENT__ORIGINAL_CLASS_FILE

      static final int CONTINUE_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • CONTINUE_STATEMENT__LABEL

      static final int CONTINUE_STATEMENT__LABEL
      The feature id for the 'Label' reference.
      See Also:
      Constant Field Values
    • CONTINUE_STATEMENT_FEATURE_COUNT

      static final int CONTINUE_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Continue Statement' class.
      See Also:
      Constant Field Values
    • CONTINUE_STATEMENT_OPERATION_COUNT

      static final int CONTINUE_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Continue Statement' class.
      See Also:
      Constant Field Values
    • DO_STATEMENT

      static final int DO_STATEMENT
      The meta object id for the 'Do Statement' class.
      See Also:
      DoStatementImpl, JavaPackageImpl.getDoStatement(), Constant Field Values
    • DO_STATEMENT__COMMENTS

      static final int DO_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • DO_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int DO_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • DO_STATEMENT__ORIGINAL_CLASS_FILE

      static final int DO_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • DO_STATEMENT__EXPRESSION

      static final int DO_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • DO_STATEMENT__BODY

      static final int DO_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • DO_STATEMENT_FEATURE_COUNT

      static final int DO_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Do Statement' class.
      See Also:
      Constant Field Values
    • DO_STATEMENT_OPERATION_COUNT

      static final int DO_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Do Statement' class.
      See Also:
      Constant Field Values
    • EMPTY_STATEMENT

      static final int EMPTY_STATEMENT
      The meta object id for the 'Empty Statement' class.
      See Also:
      EmptyStatementImpl, JavaPackageImpl.getEmptyStatement(), Constant Field Values
    • EMPTY_STATEMENT__COMMENTS

      static final int EMPTY_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • EMPTY_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int EMPTY_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • EMPTY_STATEMENT__ORIGINAL_CLASS_FILE

      static final int EMPTY_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • EMPTY_STATEMENT_FEATURE_COUNT

      static final int EMPTY_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Empty Statement' class.
      See Also:
      Constant Field Values
    • EMPTY_STATEMENT_OPERATION_COUNT

      static final int EMPTY_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Empty Statement' class.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT

      static final int ENHANCED_FOR_STATEMENT
      The meta object id for the 'Enhanced For Statement' class.
      See Also:
      EnhancedForStatementImpl, JavaPackageImpl.getEnhancedForStatement(), Constant Field Values
    • ENHANCED_FOR_STATEMENT__COMMENTS

      static final int ENHANCED_FOR_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int ENHANCED_FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT__ORIGINAL_CLASS_FILE

      static final int ENHANCED_FOR_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT__BODY

      static final int ENHANCED_FOR_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT__EXPRESSION

      static final int ENHANCED_FOR_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT__PARAMETER

      static final int ENHANCED_FOR_STATEMENT__PARAMETER
      The feature id for the 'Parameter' containment reference.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT_FEATURE_COUNT

      static final int ENHANCED_FOR_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Enhanced For Statement' class.
      See Also:
      Constant Field Values
    • ENHANCED_FOR_STATEMENT_OPERATION_COUNT

      static final int ENHANCED_FOR_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Enhanced For Statement' class.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION

      static final int ENUM_CONSTANT_DECLARATION
      The meta object id for the 'Enum Constant Declaration' class.
      See Also:
      EnumConstantDeclarationImpl, JavaPackageImpl.getEnumConstantDeclaration(), Constant Field Values
    • ENUM_CONSTANT_DECLARATION__COMMENTS

      static final int ENUM_CONSTANT_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ENUM_CONSTANT_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ENUM_CONSTANT_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__NAME

      static final int ENUM_CONSTANT_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__PROXY

      static final int ENUM_CONSTANT_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__USAGES_IN_IMPORTS

      static final int ENUM_CONSTANT_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int ENUM_CONSTANT_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ANNOTATIONS

      static final int ENUM_CONSTANT_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int ENUM_CONSTANT_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__MODIFIER

      static final int ENUM_CONSTANT_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__EXTRA_ARRAY_DIMENSIONS

      static final int ENUM_CONSTANT_DECLARATION__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__INITIALIZER

      static final int ENUM_CONSTANT_DECLARATION__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__USAGE_IN_VARIABLE_ACCESS

      static final int ENUM_CONSTANT_DECLARATION__USAGE_IN_VARIABLE_ACCESS
      The feature id for the 'Usage In Variable Access' reference list.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ANONYMOUS_CLASS_DECLARATION

      static final int ENUM_CONSTANT_DECLARATION__ANONYMOUS_CLASS_DECLARATION
      The feature id for the 'Anonymous Class Declaration' containment reference.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION__ARGUMENTS

      static final int ENUM_CONSTANT_DECLARATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION_FEATURE_COUNT

      static final int ENUM_CONSTANT_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Enum Constant Declaration' class.
      See Also:
      Constant Field Values
    • ENUM_CONSTANT_DECLARATION_OPERATION_COUNT

      static final int ENUM_CONSTANT_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Enum Constant Declaration' class.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION

      static final int ENUM_DECLARATION
      The meta object id for the 'Enum Declaration' class.
      See Also:
      EnumDeclarationImpl, JavaPackageImpl.getEnumDeclaration(), Constant Field Values
    • ENUM_DECLARATION__COMMENTS

      static final int ENUM_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__ORIGINAL_CLASS_FILE

      static final int ENUM_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__NAME

      static final int ENUM_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__PROXY

      static final int ENUM_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__USAGES_IN_IMPORTS

      static final int ENUM_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int ENUM_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__ANNOTATIONS

      static final int ENUM_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int ENUM_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__MODIFIER

      static final int ENUM_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__BODY_DECLARATIONS

      static final int ENUM_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__COMMENTS_BEFORE_BODY

      static final int ENUM_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__COMMENTS_AFTER_BODY

      static final int ENUM_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__PACKAGE

      static final int ENUM_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__SUPER_INTERFACES

      static final int ENUM_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION__ENUM_CONSTANTS

      static final int ENUM_DECLARATION__ENUM_CONSTANTS
      The feature id for the 'Enum Constants' containment reference list.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION_FEATURE_COUNT

      static final int ENUM_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Enum Declaration' class.
      See Also:
      Constant Field Values
    • ENUM_DECLARATION_OPERATION_COUNT

      static final int ENUM_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Enum Declaration' class.
      See Also:
      Constant Field Values
    • EXPRESSION_STATEMENT

      static final int EXPRESSION_STATEMENT
      The meta object id for the 'Expression Statement' class.
      See Also:
      ExpressionStatementImpl, JavaPackageImpl.getExpressionStatement(), Constant Field Values
    • EXPRESSION_STATEMENT__COMMENTS

      static final int EXPRESSION_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • EXPRESSION_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int EXPRESSION_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • EXPRESSION_STATEMENT__ORIGINAL_CLASS_FILE

      static final int EXPRESSION_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • EXPRESSION_STATEMENT__EXPRESSION

      static final int EXPRESSION_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • EXPRESSION_STATEMENT_FEATURE_COUNT

      static final int EXPRESSION_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Expression Statement' class.
      See Also:
      Constant Field Values
    • EXPRESSION_STATEMENT_OPERATION_COUNT

      static final int EXPRESSION_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Expression Statement' class.
      See Also:
      Constant Field Values
    • FIELD_ACCESS

      static final int FIELD_ACCESS
      The meta object id for the 'Field Access' class.
      See Also:
      FieldAccessImpl, JavaPackageImpl.getFieldAccess(), Constant Field Values
    • FIELD_ACCESS__COMMENTS

      static final int FIELD_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • FIELD_ACCESS__ORIGINAL_CLASS_FILE

      static final int FIELD_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • FIELD_ACCESS__FIELD

      static final int FIELD_ACCESS__FIELD
      The feature id for the 'Field' containment reference.
      See Also:
      Constant Field Values
    • FIELD_ACCESS__EXPRESSION

      static final int FIELD_ACCESS__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • FIELD_ACCESS_FEATURE_COUNT

      static final int FIELD_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Field Access' class.
      See Also:
      Constant Field Values
    • FIELD_ACCESS_OPERATION_COUNT

      static final int FIELD_ACCESS_OPERATION_COUNT
      The number of operations of the 'Field Access' class.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION

      static final int FIELD_DECLARATION
      The meta object id for the 'Field Declaration' class.
      See Also:
      FieldDeclarationImpl, JavaPackageImpl.getFieldDeclaration(), Constant Field Values
    • FIELD_DECLARATION__COMMENTS

      static final int FIELD_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int FIELD_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__ORIGINAL_CLASS_FILE

      static final int FIELD_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__NAME

      static final int FIELD_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__PROXY

      static final int FIELD_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__USAGES_IN_IMPORTS

      static final int FIELD_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int FIELD_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__ANNOTATIONS

      static final int FIELD_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int FIELD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__MODIFIER

      static final int FIELD_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__TYPE

      static final int FIELD_DECLARATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION__FRAGMENTS

      static final int FIELD_DECLARATION__FRAGMENTS
      The feature id for the 'Fragments' containment reference list.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION_FEATURE_COUNT

      static final int FIELD_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Field Declaration' class.
      See Also:
      Constant Field Values
    • FIELD_DECLARATION_OPERATION_COUNT

      static final int FIELD_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Field Declaration' class.
      See Also:
      Constant Field Values
    • FOR_STATEMENT

      static final int FOR_STATEMENT
      The meta object id for the 'For Statement' class.
      See Also:
      ForStatementImpl, JavaPackageImpl.getForStatement(), Constant Field Values
    • FOR_STATEMENT__COMMENTS

      static final int FOR_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int FOR_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • FOR_STATEMENT__ORIGINAL_CLASS_FILE

      static final int FOR_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • FOR_STATEMENT__EXPRESSION

      static final int FOR_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • FOR_STATEMENT__UPDATERS

      static final int FOR_STATEMENT__UPDATERS
      The feature id for the 'Updaters' containment reference list.
      See Also:
      Constant Field Values
    • FOR_STATEMENT__INITIALIZERS

      static final int FOR_STATEMENT__INITIALIZERS
      The feature id for the 'Initializers' containment reference list.
      See Also:
      Constant Field Values
    • FOR_STATEMENT__BODY

      static final int FOR_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • FOR_STATEMENT_FEATURE_COUNT

      static final int FOR_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'For Statement' class.
      See Also:
      Constant Field Values
    • FOR_STATEMENT_OPERATION_COUNT

      static final int FOR_STATEMENT_OPERATION_COUNT
      The number of operations of the 'For Statement' class.
      See Also:
      Constant Field Values
    • IF_STATEMENT

      static final int IF_STATEMENT
      The meta object id for the 'If Statement' class.
      See Also:
      IfStatementImpl, JavaPackageImpl.getIfStatement(), Constant Field Values
    • IF_STATEMENT__COMMENTS

      static final int IF_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • IF_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int IF_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • IF_STATEMENT__ORIGINAL_CLASS_FILE

      static final int IF_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • IF_STATEMENT__EXPRESSION

      static final int IF_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • IF_STATEMENT__THEN_STATEMENT

      static final int IF_STATEMENT__THEN_STATEMENT
      The feature id for the 'Then Statement' containment reference.
      See Also:
      Constant Field Values
    • IF_STATEMENT__ELSE_STATEMENT

      static final int IF_STATEMENT__ELSE_STATEMENT
      The feature id for the 'Else Statement' containment reference.
      See Also:
      Constant Field Values
    • IF_STATEMENT_FEATURE_COUNT

      static final int IF_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'If Statement' class.
      See Also:
      Constant Field Values
    • IF_STATEMENT_OPERATION_COUNT

      static final int IF_STATEMENT_OPERATION_COUNT
      The number of operations of the 'If Statement' class.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION

      static final int IMPORT_DECLARATION
      The meta object id for the 'Import Declaration' class.
      See Also:
      ImportDeclarationImpl, JavaPackageImpl.getImportDeclaration(), Constant Field Values
    • IMPORT_DECLARATION__COMMENTS

      static final int IMPORT_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int IMPORT_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION__ORIGINAL_CLASS_FILE

      static final int IMPORT_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION__STATIC

      static final int IMPORT_DECLARATION__STATIC
      The feature id for the 'Static' attribute.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION__IMPORTED_ELEMENT

      static final int IMPORT_DECLARATION__IMPORTED_ELEMENT
      The feature id for the 'Imported Element' reference.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION_FEATURE_COUNT

      static final int IMPORT_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Import Declaration' class.
      See Also:
      Constant Field Values
    • IMPORT_DECLARATION_OPERATION_COUNT

      static final int IMPORT_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Import Declaration' class.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION

      static final int INFIX_EXPRESSION
      The meta object id for the 'Infix Expression' class.
      See Also:
      InfixExpressionImpl, JavaPackageImpl.getInfixExpression(), Constant Field Values
    • INFIX_EXPRESSION__COMMENTS

      static final int INFIX_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int INFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int INFIX_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION__OPERATOR

      static final int INFIX_EXPRESSION__OPERATOR
      The feature id for the 'Operator' attribute.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION__RIGHT_OPERAND

      static final int INFIX_EXPRESSION__RIGHT_OPERAND
      The feature id for the 'Right Operand' containment reference.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION__LEFT_OPERAND

      static final int INFIX_EXPRESSION__LEFT_OPERAND
      The feature id for the 'Left Operand' containment reference.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION__EXTENDED_OPERANDS

      static final int INFIX_EXPRESSION__EXTENDED_OPERANDS
      The feature id for the 'Extended Operands' containment reference list.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION_FEATURE_COUNT

      static final int INFIX_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Infix Expression' class.
      See Also:
      Constant Field Values
    • INFIX_EXPRESSION_OPERATION_COUNT

      static final int INFIX_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Infix Expression' class.
      See Also:
      Constant Field Values
    • INITIALIZER

      static final int INITIALIZER
      The meta object id for the 'Initializer' class.
      See Also:
      InitializerImpl, JavaPackageImpl.getInitializer(), Constant Field Values
    • INITIALIZER__COMMENTS

      static final int INITIALIZER__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • INITIALIZER__ORIGINAL_COMPILATION_UNIT

      static final int INITIALIZER__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • INITIALIZER__ORIGINAL_CLASS_FILE

      static final int INITIALIZER__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • INITIALIZER__NAME

      static final int INITIALIZER__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • INITIALIZER__PROXY

      static final int INITIALIZER__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • INITIALIZER__USAGES_IN_IMPORTS

      static final int INITIALIZER__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • INITIALIZER__ABSTRACT_TYPE_DECLARATION

      static final int INITIALIZER__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • INITIALIZER__ANNOTATIONS

      static final int INITIALIZER__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • INITIALIZER__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int INITIALIZER__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • INITIALIZER__MODIFIER

      static final int INITIALIZER__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • INITIALIZER__BODY

      static final int INITIALIZER__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • INITIALIZER_FEATURE_COUNT

      static final int INITIALIZER_FEATURE_COUNT
      The number of structural features of the 'Initializer' class.
      See Also:
      Constant Field Values
    • INITIALIZER_OPERATION_COUNT

      static final int INITIALIZER_OPERATION_COUNT
      The number of operations of the 'Initializer' class.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION

      static final int INSTANCEOF_EXPRESSION
      The meta object id for the 'Instanceof Expression' class.
      See Also:
      InstanceofExpressionImpl, JavaPackageImpl.getInstanceofExpression(), Constant Field Values
    • INSTANCEOF_EXPRESSION__COMMENTS

      static final int INSTANCEOF_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int INSTANCEOF_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int INSTANCEOF_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION__RIGHT_OPERAND

      static final int INSTANCEOF_EXPRESSION__RIGHT_OPERAND
      The feature id for the 'Right Operand' containment reference.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION__LEFT_OPERAND

      static final int INSTANCEOF_EXPRESSION__LEFT_OPERAND
      The feature id for the 'Left Operand' containment reference.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION_FEATURE_COUNT

      static final int INSTANCEOF_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Instanceof Expression' class.
      See Also:
      Constant Field Values
    • INSTANCEOF_EXPRESSION_OPERATION_COUNT

      static final int INSTANCEOF_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Instanceof Expression' class.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION

      static final int INTERFACE_DECLARATION
      The meta object id for the 'Interface Declaration' class.
      See Also:
      InterfaceDeclarationImpl, JavaPackageImpl.getInterfaceDeclaration(), Constant Field Values
    • INTERFACE_DECLARATION__COMMENTS

      static final int INTERFACE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__NAME

      static final int INTERFACE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__PROXY

      static final int INTERFACE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__USAGES_IN_IMPORTS

      static final int INTERFACE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int INTERFACE_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__ANNOTATIONS

      static final int INTERFACE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int INTERFACE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__MODIFIER

      static final int INTERFACE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__BODY_DECLARATIONS

      static final int INTERFACE_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__COMMENTS_BEFORE_BODY

      static final int INTERFACE_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__COMMENTS_AFTER_BODY

      static final int INTERFACE_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__PACKAGE

      static final int INTERFACE_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__SUPER_INTERFACES

      static final int INTERFACE_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION__TYPE_PARAMETERS

      static final int INTERFACE_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION_FEATURE_COUNT

      static final int INTERFACE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Interface Declaration' class.
      See Also:
      Constant Field Values
    • INTERFACE_DECLARATION_OPERATION_COUNT

      static final int INTERFACE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Interface Declaration' class.
      See Also:
      Constant Field Values
    • JAVADOC

      static final int JAVADOC
      The meta object id for the 'Javadoc' class.
      See Also:
      JavadocImpl, JavaPackageImpl.getJavadoc(), Constant Field Values
    • JAVADOC__COMMENTS

      static final int JAVADOC__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • JAVADOC__ORIGINAL_COMPILATION_UNIT

      static final int JAVADOC__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • JAVADOC__ORIGINAL_CLASS_FILE

      static final int JAVADOC__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • JAVADOC__CONTENT

      static final int JAVADOC__CONTENT
      The feature id for the 'Content' attribute.
      See Also:
      Constant Field Values
    • JAVADOC__ENCLOSED_BY_PARENT

      static final int JAVADOC__ENCLOSED_BY_PARENT
      The feature id for the 'Enclosed By Parent' attribute.
      See Also:
      Constant Field Values
    • JAVADOC__PREFIX_OF_PARENT

      static final int JAVADOC__PREFIX_OF_PARENT
      The feature id for the 'Prefix Of Parent' attribute.
      See Also:
      Constant Field Values
    • JAVADOC__TAGS

      static final int JAVADOC__TAGS
      The feature id for the 'Tags' containment reference list.
      See Also:
      Constant Field Values
    • JAVADOC_FEATURE_COUNT

      static final int JAVADOC_FEATURE_COUNT
      The number of structural features of the 'Javadoc' class.
      See Also:
      Constant Field Values
    • JAVADOC_OPERATION_COUNT

      static final int JAVADOC_OPERATION_COUNT
      The number of operations of the 'Javadoc' class.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT

      static final int LABELED_STATEMENT
      The meta object id for the 'Labeled Statement' class.
      See Also:
      LabeledStatementImpl, JavaPackageImpl.getLabeledStatement(), Constant Field Values
    • LABELED_STATEMENT__COMMENTS

      static final int LABELED_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__ORIGINAL_CLASS_FILE

      static final int LABELED_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__NAME

      static final int LABELED_STATEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__PROXY

      static final int LABELED_STATEMENT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__USAGES_IN_IMPORTS

      static final int LABELED_STATEMENT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__BODY

      static final int LABELED_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__USAGES_IN_BREAK_STATEMENTS

      static final int LABELED_STATEMENT__USAGES_IN_BREAK_STATEMENTS
      The feature id for the 'Usages In Break Statements' reference list.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT__USAGES_IN_CONTINUE_STATEMENTS

      static final int LABELED_STATEMENT__USAGES_IN_CONTINUE_STATEMENTS
      The feature id for the 'Usages In Continue Statements' reference list.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT_FEATURE_COUNT

      static final int LABELED_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Labeled Statement' class.
      See Also:
      Constant Field Values
    • LABELED_STATEMENT_OPERATION_COUNT

      static final int LABELED_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Labeled Statement' class.
      See Also:
      Constant Field Values
    • LINE_COMMENT

      static final int LINE_COMMENT
      The meta object id for the 'Line Comment' class.
      See Also:
      LineCommentImpl, JavaPackageImpl.getLineComment(), Constant Field Values
    • LINE_COMMENT__COMMENTS

      static final int LINE_COMMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • LINE_COMMENT__ORIGINAL_COMPILATION_UNIT

      static final int LINE_COMMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • LINE_COMMENT__ORIGINAL_CLASS_FILE

      static final int LINE_COMMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • LINE_COMMENT__CONTENT

      static final int LINE_COMMENT__CONTENT
      The feature id for the 'Content' attribute.
      See Also:
      Constant Field Values
    • LINE_COMMENT__ENCLOSED_BY_PARENT

      static final int LINE_COMMENT__ENCLOSED_BY_PARENT
      The feature id for the 'Enclosed By Parent' attribute.
      See Also:
      Constant Field Values
    • LINE_COMMENT__PREFIX_OF_PARENT

      static final int LINE_COMMENT__PREFIX_OF_PARENT
      The feature id for the 'Prefix Of Parent' attribute.
      See Also:
      Constant Field Values
    • LINE_COMMENT_FEATURE_COUNT

      static final int LINE_COMMENT_FEATURE_COUNT
      The number of structural features of the 'Line Comment' class.
      See Also:
      Constant Field Values
    • LINE_COMMENT_OPERATION_COUNT

      static final int LINE_COMMENT_OPERATION_COUNT
      The number of operations of the 'Line Comment' class.
      See Also:
      Constant Field Values
    • MANIFEST

      static final int MANIFEST
      The meta object id for the 'Manifest' class.
      See Also:
      ManifestImpl, JavaPackageImpl.getManifest(), Constant Field Values
    • MANIFEST__MAIN_ATTRIBUTES

      static final int MANIFEST__MAIN_ATTRIBUTES
      The feature id for the 'Main Attributes' containment reference list.
      See Also:
      Constant Field Values
    • MANIFEST__ENTRY_ATTRIBUTES

      static final int MANIFEST__ENTRY_ATTRIBUTES
      The feature id for the 'Entry Attributes' containment reference list.
      See Also:
      Constant Field Values
    • MANIFEST_FEATURE_COUNT

      static final int MANIFEST_FEATURE_COUNT
      The number of structural features of the 'Manifest' class.
      See Also:
      Constant Field Values
    • MANIFEST_OPERATION_COUNT

      static final int MANIFEST_OPERATION_COUNT
      The number of operations of the 'Manifest' class.
      See Also:
      Constant Field Values
    • MANIFEST_ATTRIBUTE

      static final int MANIFEST_ATTRIBUTE
      The meta object id for the 'Manifest Attribute' class.
      See Also:
      ManifestAttributeImpl, JavaPackageImpl.getManifestAttribute(), Constant Field Values
    • MANIFEST_ATTRIBUTE__KEY

      static final int MANIFEST_ATTRIBUTE__KEY
      The feature id for the 'Key' attribute.
      See Also:
      Constant Field Values
    • MANIFEST_ATTRIBUTE__VALUE

      static final int MANIFEST_ATTRIBUTE__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • MANIFEST_ATTRIBUTE_FEATURE_COUNT

      static final int MANIFEST_ATTRIBUTE_FEATURE_COUNT
      The number of structural features of the 'Manifest Attribute' class.
      See Also:
      Constant Field Values
    • MANIFEST_ATTRIBUTE_OPERATION_COUNT

      static final int MANIFEST_ATTRIBUTE_OPERATION_COUNT
      The number of operations of the 'Manifest Attribute' class.
      See Also:
      Constant Field Values
    • MANIFEST_ENTRY

      static final int MANIFEST_ENTRY
      The meta object id for the 'Manifest Entry' class.
      See Also:
      ManifestEntryImpl, JavaPackageImpl.getManifestEntry(), Constant Field Values
    • MANIFEST_ENTRY__NAME

      static final int MANIFEST_ENTRY__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • MANIFEST_ENTRY__ATTRIBUTES

      static final int MANIFEST_ENTRY__ATTRIBUTES
      The feature id for the 'Attributes' containment reference list.
      See Also:
      Constant Field Values
    • MANIFEST_ENTRY_FEATURE_COUNT

      static final int MANIFEST_ENTRY_FEATURE_COUNT
      The number of structural features of the 'Manifest Entry' class.
      See Also:
      Constant Field Values
    • MANIFEST_ENTRY_OPERATION_COUNT

      static final int MANIFEST_ENTRY_OPERATION_COUNT
      The number of operations of the 'Manifest Entry' class.
      See Also:
      Constant Field Values
    • MEMBER_REF

      static final int MEMBER_REF
      The meta object id for the 'Member Ref' class.
      See Also:
      MemberRefImpl, JavaPackageImpl.getMemberRef(), Constant Field Values
    • MEMBER_REF__COMMENTS

      static final int MEMBER_REF__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_REF__ORIGINAL_COMPILATION_UNIT

      static final int MEMBER_REF__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • MEMBER_REF__ORIGINAL_CLASS_FILE

      static final int MEMBER_REF__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • MEMBER_REF__MEMBER

      static final int MEMBER_REF__MEMBER
      The feature id for the 'Member' reference.
      See Also:
      Constant Field Values
    • MEMBER_REF__QUALIFIER

      static final int MEMBER_REF__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • MEMBER_REF_FEATURE_COUNT

      static final int MEMBER_REF_FEATURE_COUNT
      The number of structural features of the 'Member Ref' class.
      See Also:
      Constant Field Values
    • MEMBER_REF_OPERATION_COUNT

      static final int MEMBER_REF_OPERATION_COUNT
      The number of operations of the 'Member Ref' class.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION

      static final int METHOD_DECLARATION
      The meta object id for the 'Method Declaration' class.
      See Also:
      MethodDeclarationImpl, JavaPackageImpl.getMethodDeclaration(), Constant Field Values
    • METHOD_DECLARATION__COMMENTS

      static final int METHOD_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__ORIGINAL_CLASS_FILE

      static final int METHOD_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__NAME

      static final int METHOD_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__PROXY

      static final int METHOD_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__USAGES_IN_IMPORTS

      static final int METHOD_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__ANNOTATIONS

      static final int METHOD_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__MODIFIER

      static final int METHOD_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__BODY

      static final int METHOD_DECLARATION__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__PARAMETERS

      static final int METHOD_DECLARATION__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__THROWN_EXCEPTIONS

      static final int METHOD_DECLARATION__THROWN_EXCEPTIONS
      The feature id for the 'Thrown Exceptions' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__TYPE_PARAMETERS

      static final int METHOD_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS

      static final int METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS
      The feature id for the 'Usages In Doc Comments' reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__USAGES

      static final int METHOD_DECLARATION__USAGES
      The feature id for the 'Usages' reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONS

      static final int METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__RETURN_TYPE

      static final int METHOD_DECLARATION__RETURN_TYPE
      The feature id for the 'Return Type' containment reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__REDEFINED_METHOD_DECLARATION

      static final int METHOD_DECLARATION__REDEFINED_METHOD_DECLARATION
      The feature id for the 'Redefined Method Declaration' reference.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION__REDEFINITIONS

      static final int METHOD_DECLARATION__REDEFINITIONS
      The feature id for the 'Redefinitions' reference list.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION_FEATURE_COUNT

      static final int METHOD_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Method Declaration' class.
      See Also:
      Constant Field Values
    • METHOD_DECLARATION_OPERATION_COUNT

      static final int METHOD_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Method Declaration' class.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION

      static final int METHOD_INVOCATION
      The meta object id for the 'Method Invocation' class.
      See Also:
      MethodInvocationImpl, JavaPackageImpl.getMethodInvocation(), Constant Field Values
    • METHOD_INVOCATION__COMMENTS

      static final int METHOD_INVOCATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT

      static final int METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION__ORIGINAL_CLASS_FILE

      static final int METHOD_INVOCATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION__METHOD

      static final int METHOD_INVOCATION__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION__ARGUMENTS

      static final int METHOD_INVOCATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION__TYPE_ARGUMENTS

      static final int METHOD_INVOCATION__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION__EXPRESSION

      static final int METHOD_INVOCATION__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION_FEATURE_COUNT

      static final int METHOD_INVOCATION_FEATURE_COUNT
      The number of structural features of the 'Method Invocation' class.
      See Also:
      Constant Field Values
    • METHOD_INVOCATION_OPERATION_COUNT

      static final int METHOD_INVOCATION_OPERATION_COUNT
      The number of operations of the 'Method Invocation' class.
      See Also:
      Constant Field Values
    • METHOD_REF

      static final int METHOD_REF
      The meta object id for the 'Method Ref' class.
      See Also:
      MethodRefImpl, JavaPackageImpl.getMethodRef(), Constant Field Values
    • METHOD_REF__COMMENTS

      static final int METHOD_REF__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_REF__ORIGINAL_COMPILATION_UNIT

      static final int METHOD_REF__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • METHOD_REF__ORIGINAL_CLASS_FILE

      static final int METHOD_REF__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • METHOD_REF__METHOD

      static final int METHOD_REF__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • METHOD_REF__QUALIFIER

      static final int METHOD_REF__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • METHOD_REF__PARAMETERS

      static final int METHOD_REF__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_REF_FEATURE_COUNT

      static final int METHOD_REF_FEATURE_COUNT
      The number of structural features of the 'Method Ref' class.
      See Also:
      Constant Field Values
    • METHOD_REF_OPERATION_COUNT

      static final int METHOD_REF_OPERATION_COUNT
      The number of operations of the 'Method Ref' class.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER

      static final int METHOD_REF_PARAMETER
      The meta object id for the 'Method Ref Parameter' class.
      See Also:
      MethodRefParameterImpl, JavaPackageImpl.getMethodRefParameter(), Constant Field Values
    • METHOD_REF_PARAMETER__COMMENTS

      static final int METHOD_REF_PARAMETER__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER__ORIGINAL_COMPILATION_UNIT

      static final int METHOD_REF_PARAMETER__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER__ORIGINAL_CLASS_FILE

      static final int METHOD_REF_PARAMETER__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER__NAME

      static final int METHOD_REF_PARAMETER__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER__VARARGS

      static final int METHOD_REF_PARAMETER__VARARGS
      The feature id for the 'Varargs' attribute.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER__TYPE

      static final int METHOD_REF_PARAMETER__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER_FEATURE_COUNT

      static final int METHOD_REF_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Method Ref Parameter' class.
      See Also:
      Constant Field Values
    • METHOD_REF_PARAMETER_OPERATION_COUNT

      static final int METHOD_REF_PARAMETER_OPERATION_COUNT
      The number of operations of the 'Method Ref Parameter' class.
      See Also:
      Constant Field Values
    • MODEL

      static final int MODEL
      The meta object id for the 'Model' class.
      See Also:
      ModelImpl, JavaPackageImpl.getModel(), Constant Field Values
    • MODEL__NAME

      static final int MODEL__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • MODEL__OWNED_ELEMENTS

      static final int MODEL__OWNED_ELEMENTS
      The feature id for the 'Owned Elements' containment reference list.
      See Also:
      Constant Field Values
    • MODEL__ORPHAN_TYPES

      static final int MODEL__ORPHAN_TYPES
      The feature id for the 'Orphan Types' containment reference list.
      See Also:
      Constant Field Values
    • MODEL__UNRESOLVED_ITEMS

      static final int MODEL__UNRESOLVED_ITEMS
      The feature id for the 'Unresolved Items' containment reference list.
      See Also:
      Constant Field Values
    • MODEL__COMPILATION_UNITS

      static final int MODEL__COMPILATION_UNITS
      The feature id for the 'Compilation Units' containment reference list.
      See Also:
      Constant Field Values
    • MODEL__CLASS_FILES

      static final int MODEL__CLASS_FILES
      The feature id for the 'Class Files' containment reference list.
      See Also:
      Constant Field Values
    • MODEL__ARCHIVES

      static final int MODEL__ARCHIVES
      The feature id for the 'Archives' containment reference list.
      See Also:
      Constant Field Values
    • MODEL_FEATURE_COUNT

      static final int MODEL_FEATURE_COUNT
      The number of structural features of the 'Model' class.
      See Also:
      Constant Field Values
    • MODEL_OPERATION_COUNT

      static final int MODEL_OPERATION_COUNT
      The number of operations of the 'Model' class.
      See Also:
      Constant Field Values
    • MODIFIER

      static final int MODIFIER
      The meta object id for the 'Modifier' class.
      See Also:
      ModifierImpl, JavaPackageImpl.getModifier(), Constant Field Values
    • MODIFIER__COMMENTS

      static final int MODIFIER__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • MODIFIER__ORIGINAL_COMPILATION_UNIT

      static final int MODIFIER__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • MODIFIER__ORIGINAL_CLASS_FILE

      static final int MODIFIER__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • MODIFIER__VISIBILITY

      static final int MODIFIER__VISIBILITY
      The feature id for the 'Visibility' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__INHERITANCE

      static final int MODIFIER__INHERITANCE
      The feature id for the 'Inheritance' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__STATIC

      static final int MODIFIER__STATIC
      The feature id for the 'Static' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__TRANSIENT

      static final int MODIFIER__TRANSIENT
      The feature id for the 'Transient' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__VOLATILE

      static final int MODIFIER__VOLATILE
      The feature id for the 'Volatile' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__NATIVE

      static final int MODIFIER__NATIVE
      The feature id for the 'Native' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__STRICTFP

      static final int MODIFIER__STRICTFP
      The feature id for the 'Strictfp' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__SYNCHRONIZED

      static final int MODIFIER__SYNCHRONIZED
      The feature id for the 'Synchronized' attribute.
      See Also:
      Constant Field Values
    • MODIFIER__BODY_DECLARATION

      static final int MODIFIER__BODY_DECLARATION
      The feature id for the 'Body Declaration' container reference.
      See Also:
      Constant Field Values
    • MODIFIER__SINGLE_VARIABLE_DECLARATION

      static final int MODIFIER__SINGLE_VARIABLE_DECLARATION
      The feature id for the 'Single Variable Declaration' container reference.
      See Also:
      Constant Field Values
    • MODIFIER__VARIABLE_DECLARATION_STATEMENT

      static final int MODIFIER__VARIABLE_DECLARATION_STATEMENT
      The feature id for the 'Variable Declaration Statement' container reference.
      See Also:
      Constant Field Values
    • MODIFIER__VARIABLE_DECLARATION_EXPRESSION

      static final int MODIFIER__VARIABLE_DECLARATION_EXPRESSION
      The feature id for the 'Variable Declaration Expression' container reference.
      See Also:
      Constant Field Values
    • MODIFIER_FEATURE_COUNT

      static final int MODIFIER_FEATURE_COUNT
      The number of structural features of the 'Modifier' class.
      See Also:
      Constant Field Values
    • MODIFIER_OPERATION_COUNT

      static final int MODIFIER_OPERATION_COUNT
      The number of operations of the 'Modifier' class.
      See Also:
      Constant Field Values
    • NAMESPACE_ACCESS

      static final int NAMESPACE_ACCESS
      The meta object id for the 'Namespace Access' class.
      See Also:
      NamespaceAccessImpl, JavaPackageImpl.getNamespaceAccess(), Constant Field Values
    • NAMESPACE_ACCESS__COMMENTS

      static final int NAMESPACE_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • NAMESPACE_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int NAMESPACE_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • NAMESPACE_ACCESS__ORIGINAL_CLASS_FILE

      static final int NAMESPACE_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • NAMESPACE_ACCESS_FEATURE_COUNT

      static final int NAMESPACE_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Namespace Access' class.
      See Also:
      Constant Field Values
    • NAMESPACE_ACCESS_OPERATION_COUNT

      static final int NAMESPACE_ACCESS_OPERATION_COUNT
      The number of operations of the 'Namespace Access' class.
      See Also:
      Constant Field Values
    • NUMBER_LITERAL

      static final int NUMBER_LITERAL
      The meta object id for the 'Number Literal' class.
      See Also:
      NumberLiteralImpl, JavaPackageImpl.getNumberLiteral(), Constant Field Values
    • NUMBER_LITERAL__COMMENTS

      static final int NUMBER_LITERAL__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • NUMBER_LITERAL__ORIGINAL_COMPILATION_UNIT

      static final int NUMBER_LITERAL__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • NUMBER_LITERAL__ORIGINAL_CLASS_FILE

      static final int NUMBER_LITERAL__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • NUMBER_LITERAL__TOKEN_VALUE

      static final int NUMBER_LITERAL__TOKEN_VALUE
      The feature id for the 'Token Value' attribute.
      See Also:
      Constant Field Values
    • NUMBER_LITERAL_FEATURE_COUNT

      static final int NUMBER_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Number Literal' class.
      See Also:
      Constant Field Values
    • NUMBER_LITERAL_OPERATION_COUNT

      static final int NUMBER_LITERAL_OPERATION_COUNT
      The number of operations of the 'Number Literal' class.
      See Also:
      Constant Field Values
    • NULL_LITERAL

      static final int NULL_LITERAL
      The meta object id for the 'Null Literal' class.
      See Also:
      NullLiteralImpl, JavaPackageImpl.getNullLiteral(), Constant Field Values
    • NULL_LITERAL__COMMENTS

      static final int NULL_LITERAL__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • NULL_LITERAL__ORIGINAL_COMPILATION_UNIT

      static final int NULL_LITERAL__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • NULL_LITERAL__ORIGINAL_CLASS_FILE

      static final int NULL_LITERAL__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • NULL_LITERAL_FEATURE_COUNT

      static final int NULL_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Null Literal' class.
      See Also:
      Constant Field Values
    • NULL_LITERAL_OPERATION_COUNT

      static final int NULL_LITERAL_OPERATION_COUNT
      The number of operations of the 'Null Literal' class.
      See Also:
      Constant Field Values
    • PACKAGE

      static final int PACKAGE
      The meta object id for the 'Package' class.
      See Also:
      PackageImpl, JavaPackageImpl.getPackage(), Constant Field Values
    • PACKAGE__COMMENTS

      static final int PACKAGE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__ORIGINAL_COMPILATION_UNIT

      static final int PACKAGE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PACKAGE__ORIGINAL_CLASS_FILE

      static final int PACKAGE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PACKAGE__NAME

      static final int PACKAGE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PACKAGE__PROXY

      static final int PACKAGE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PACKAGE__USAGES_IN_IMPORTS

      static final int PACKAGE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PACKAGE__OWNED_ELEMENTS

      static final int PACKAGE__OWNED_ELEMENTS
      The feature id for the 'Owned Elements' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__MODEL

      static final int PACKAGE__MODEL
      The feature id for the 'Model' container reference.
      See Also:
      Constant Field Values
    • PACKAGE__OWNED_PACKAGES

      static final int PACKAGE__OWNED_PACKAGES
      The feature id for the 'Owned Packages' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__PACKAGE

      static final int PACKAGE__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • PACKAGE__USAGES_IN_PACKAGE_ACCESS

      static final int PACKAGE__USAGES_IN_PACKAGE_ACCESS
      The feature id for the 'Usages In Package Access' reference list.
      See Also:
      Constant Field Values
    • PACKAGE_FEATURE_COUNT

      static final int PACKAGE_FEATURE_COUNT
      The number of structural features of the 'Package' class.
      See Also:
      Constant Field Values
    • PACKAGE_OPERATION_COUNT

      static final int PACKAGE_OPERATION_COUNT
      The number of operations of the 'Package' class.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS

      static final int PACKAGE_ACCESS
      The meta object id for the 'Package Access' class.
      See Also:
      PackageAccessImpl, JavaPackageImpl.getPackageAccess(), Constant Field Values
    • PACKAGE_ACCESS__COMMENTS

      static final int PACKAGE_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int PACKAGE_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS__ORIGINAL_CLASS_FILE

      static final int PACKAGE_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS__PACKAGE

      static final int PACKAGE_ACCESS__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS__QUALIFIER

      static final int PACKAGE_ACCESS__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS_FEATURE_COUNT

      static final int PACKAGE_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Package Access' class.
      See Also:
      Constant Field Values
    • PACKAGE_ACCESS_OPERATION_COUNT

      static final int PACKAGE_ACCESS_OPERATION_COUNT
      The number of operations of the 'Package Access' class.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE

      static final int PARAMETERIZED_TYPE
      The meta object id for the 'Parameterized Type' class.
      See Also:
      ParameterizedTypeImpl, JavaPackageImpl.getParameterizedType(), Constant Field Values
    • PARAMETERIZED_TYPE__COMMENTS

      static final int PARAMETERIZED_TYPE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__ORIGINAL_COMPILATION_UNIT

      static final int PARAMETERIZED_TYPE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__ORIGINAL_CLASS_FILE

      static final int PARAMETERIZED_TYPE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__NAME

      static final int PARAMETERIZED_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__PROXY

      static final int PARAMETERIZED_TYPE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__USAGES_IN_IMPORTS

      static final int PARAMETERIZED_TYPE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__USAGES_IN_TYPE_ACCESS

      static final int PARAMETERIZED_TYPE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__TYPE

      static final int PARAMETERIZED_TYPE__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE__TYPE_ARGUMENTS

      static final int PARAMETERIZED_TYPE__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE_FEATURE_COUNT

      static final int PARAMETERIZED_TYPE_FEATURE_COUNT
      The number of structural features of the 'Parameterized Type' class.
      See Also:
      Constant Field Values
    • PARAMETERIZED_TYPE_OPERATION_COUNT

      static final int PARAMETERIZED_TYPE_OPERATION_COUNT
      The number of operations of the 'Parameterized Type' class.
      See Also:
      Constant Field Values
    • PARENTHESIZED_EXPRESSION

      static final int PARENTHESIZED_EXPRESSION
      The meta object id for the 'Parenthesized Expression' class.
      See Also:
      ParenthesizedExpressionImpl, JavaPackageImpl.getParenthesizedExpression(), Constant Field Values
    • PARENTHESIZED_EXPRESSION__COMMENTS

      static final int PARENTHESIZED_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PARENTHESIZED_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int PARENTHESIZED_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PARENTHESIZED_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int PARENTHESIZED_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PARENTHESIZED_EXPRESSION__EXPRESSION

      static final int PARENTHESIZED_EXPRESSION__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • PARENTHESIZED_EXPRESSION_FEATURE_COUNT

      static final int PARENTHESIZED_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Parenthesized Expression' class.
      See Also:
      Constant Field Values
    • PARENTHESIZED_EXPRESSION_OPERATION_COUNT

      static final int PARENTHESIZED_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Parenthesized Expression' class.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION

      static final int POSTFIX_EXPRESSION
      The meta object id for the 'Postfix Expression' class.
      See Also:
      PostfixExpressionImpl, JavaPackageImpl.getPostfixExpression(), Constant Field Values
    • POSTFIX_EXPRESSION__COMMENTS

      static final int POSTFIX_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int POSTFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int POSTFIX_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION__OPERATOR

      static final int POSTFIX_EXPRESSION__OPERATOR
      The feature id for the 'Operator' attribute.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION__OPERAND

      static final int POSTFIX_EXPRESSION__OPERAND
      The feature id for the 'Operand' containment reference.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION_FEATURE_COUNT

      static final int POSTFIX_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Postfix Expression' class.
      See Also:
      Constant Field Values
    • POSTFIX_EXPRESSION_OPERATION_COUNT

      static final int POSTFIX_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Postfix Expression' class.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION

      static final int PREFIX_EXPRESSION
      The meta object id for the 'Prefix Expression' class.
      See Also:
      PrefixExpressionImpl, JavaPackageImpl.getPrefixExpression(), Constant Field Values
    • PREFIX_EXPRESSION__COMMENTS

      static final int PREFIX_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int PREFIX_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int PREFIX_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION__OPERATOR

      static final int PREFIX_EXPRESSION__OPERATOR
      The feature id for the 'Operator' attribute.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION__OPERAND

      static final int PREFIX_EXPRESSION__OPERAND
      The feature id for the 'Operand' containment reference.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION_FEATURE_COUNT

      static final int PREFIX_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Prefix Expression' class.
      See Also:
      Constant Field Values
    • PREFIX_EXPRESSION_OPERATION_COUNT

      static final int PREFIX_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Prefix Expression' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE

      static final int PRIMITIVE_TYPE
      The meta object id for the 'Primitive Type' class.
      See Also:
      PrimitiveTypeImpl, JavaPackageImpl.getPrimitiveType(), Constant Field Values
    • PRIMITIVE_TYPE__COMMENTS

      static final int PRIMITIVE_TYPE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__NAME

      static final int PRIMITIVE_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__PROXY

      static final int PRIMITIVE_TYPE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Primitive Type' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_OPERATION_COUNT
      The number of operations of the 'Primitive Type' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN

      static final int PRIMITIVE_TYPE_BOOLEAN
      The meta object id for the 'Primitive Type Boolean' class.
      See Also:
      PrimitiveTypeBooleanImpl, JavaPackageImpl.getPrimitiveTypeBoolean(), Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__COMMENTS

      static final int PRIMITIVE_TYPE_BOOLEAN__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_BOOLEAN__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__NAME

      static final int PRIMITIVE_TYPE_BOOLEAN__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__PROXY

      static final int PRIMITIVE_TYPE_BOOLEAN__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_BOOLEAN__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_BOOLEAN__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_BOOLEAN_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Boolean' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BOOLEAN_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_BOOLEAN_OPERATION_COUNT
      The number of operations of the 'Primitive Type Boolean' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE

      static final int PRIMITIVE_TYPE_BYTE
      The meta object id for the 'Primitive Type Byte' class.
      See Also:
      PrimitiveTypeByteImpl, JavaPackageImpl.getPrimitiveTypeByte(), Constant Field Values
    • PRIMITIVE_TYPE_BYTE__COMMENTS

      static final int PRIMITIVE_TYPE_BYTE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_BYTE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_BYTE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE__NAME

      static final int PRIMITIVE_TYPE_BYTE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE__PROXY

      static final int PRIMITIVE_TYPE_BYTE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_BYTE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_BYTE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_BYTE_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Byte' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_BYTE_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_BYTE_OPERATION_COUNT
      The number of operations of the 'Primitive Type Byte' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR

      static final int PRIMITIVE_TYPE_CHAR
      The meta object id for the 'Primitive Type Char' class.
      See Also:
      PrimitiveTypeCharImpl, JavaPackageImpl.getPrimitiveTypeChar(), Constant Field Values
    • PRIMITIVE_TYPE_CHAR__COMMENTS

      static final int PRIMITIVE_TYPE_CHAR__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_CHAR__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_CHAR__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR__NAME

      static final int PRIMITIVE_TYPE_CHAR__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR__PROXY

      static final int PRIMITIVE_TYPE_CHAR__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_CHAR__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_CHAR__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_CHAR_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Char' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_CHAR_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_CHAR_OPERATION_COUNT
      The number of operations of the 'Primitive Type Char' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE

      static final int PRIMITIVE_TYPE_DOUBLE
      The meta object id for the 'Primitive Type Double' class.
      See Also:
      PrimitiveTypeDoubleImpl, JavaPackageImpl.getPrimitiveTypeDouble(), Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__COMMENTS

      static final int PRIMITIVE_TYPE_DOUBLE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_DOUBLE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_DOUBLE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__NAME

      static final int PRIMITIVE_TYPE_DOUBLE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__PROXY

      static final int PRIMITIVE_TYPE_DOUBLE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_DOUBLE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_DOUBLE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_DOUBLE_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Double' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_DOUBLE_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_DOUBLE_OPERATION_COUNT
      The number of operations of the 'Primitive Type Double' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT

      static final int PRIMITIVE_TYPE_SHORT
      The meta object id for the 'Primitive Type Short' class.
      See Also:
      PrimitiveTypeShortImpl, JavaPackageImpl.getPrimitiveTypeShort(), Constant Field Values
    • PRIMITIVE_TYPE_SHORT__COMMENTS

      static final int PRIMITIVE_TYPE_SHORT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_SHORT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_SHORT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT__NAME

      static final int PRIMITIVE_TYPE_SHORT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT__PROXY

      static final int PRIMITIVE_TYPE_SHORT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_SHORT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_SHORT__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_SHORT_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Short' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_SHORT_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_SHORT_OPERATION_COUNT
      The number of operations of the 'Primitive Type Short' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT

      static final int PRIMITIVE_TYPE_FLOAT
      The meta object id for the 'Primitive Type Float' class.
      See Also:
      PrimitiveTypeFloatImpl, JavaPackageImpl.getPrimitiveTypeFloat(), Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__COMMENTS

      static final int PRIMITIVE_TYPE_FLOAT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_FLOAT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_FLOAT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__NAME

      static final int PRIMITIVE_TYPE_FLOAT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__PROXY

      static final int PRIMITIVE_TYPE_FLOAT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_FLOAT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_FLOAT__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_FLOAT_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Float' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FLOAT_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_FLOAT_OPERATION_COUNT
      The number of operations of the 'Primitive Type Float' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT

      static final int PRIMITIVE_TYPE_INT
      The meta object id for the 'Primitive Type Int' class.
      See Also:
      PrimitiveTypeIntImpl, JavaPackageImpl.getPrimitiveTypeInt(), Constant Field Values
    • PRIMITIVE_TYPE_INT__COMMENTS

      static final int PRIMITIVE_TYPE_INT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_INT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_INT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT__NAME

      static final int PRIMITIVE_TYPE_INT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT__PROXY

      static final int PRIMITIVE_TYPE_INT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_INT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_INT__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_INT_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Int' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_INT_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_INT_OPERATION_COUNT
      The number of operations of the 'Primitive Type Int' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG

      static final int PRIMITIVE_TYPE_LONG
      The meta object id for the 'Primitive Type Long' class.
      See Also:
      PrimitiveTypeLongImpl, JavaPackageImpl.getPrimitiveTypeLong(), Constant Field Values
    • PRIMITIVE_TYPE_LONG__COMMENTS

      static final int PRIMITIVE_TYPE_LONG__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_LONG__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_LONG__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG__NAME

      static final int PRIMITIVE_TYPE_LONG__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG__PROXY

      static final int PRIMITIVE_TYPE_LONG__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_LONG__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_LONG__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_LONG_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Long' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_LONG_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_LONG_OPERATION_COUNT
      The number of operations of the 'Primitive Type Long' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID

      static final int PRIMITIVE_TYPE_VOID
      The meta object id for the 'Primitive Type Void' class.
      See Also:
      PrimitiveTypeVoidImpl, JavaPackageImpl.getPrimitiveTypeVoid(), Constant Field Values
    • PRIMITIVE_TYPE_VOID__COMMENTS

      static final int PRIMITIVE_TYPE_VOID__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID__ORIGINAL_COMPILATION_UNIT

      static final int PRIMITIVE_TYPE_VOID__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID__ORIGINAL_CLASS_FILE

      static final int PRIMITIVE_TYPE_VOID__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID__NAME

      static final int PRIMITIVE_TYPE_VOID__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID__PROXY

      static final int PRIMITIVE_TYPE_VOID__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID__USAGES_IN_IMPORTS

      static final int PRIMITIVE_TYPE_VOID__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID__USAGES_IN_TYPE_ACCESS

      static final int PRIMITIVE_TYPE_VOID__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_VOID_FEATURE_COUNT
      The number of structural features of the 'Primitive Type Void' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_VOID_OPERATION_COUNT

      static final int PRIMITIVE_TYPE_VOID_OPERATION_COUNT
      The number of operations of the 'Primitive Type Void' class.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT

      static final int RETURN_STATEMENT
      The meta object id for the 'Return Statement' class.
      See Also:
      ReturnStatementImpl, JavaPackageImpl.getReturnStatement(), Constant Field Values
    • RETURN_STATEMENT__COMMENTS

      static final int RETURN_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int RETURN_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT__ORIGINAL_CLASS_FILE

      static final int RETURN_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT__EXPRESSION

      static final int RETURN_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT_FEATURE_COUNT

      static final int RETURN_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Return Statement' class.
      See Also:
      Constant Field Values
    • RETURN_STATEMENT_OPERATION_COUNT

      static final int RETURN_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Return Statement' class.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS

      static final int SINGLE_VARIABLE_ACCESS
      The meta object id for the 'Single Variable Access' class.
      See Also:
      SingleVariableAccessImpl, JavaPackageImpl.getSingleVariableAccess(), Constant Field Values
    • SINGLE_VARIABLE_ACCESS__COMMENTS

      static final int SINGLE_VARIABLE_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int SINGLE_VARIABLE_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS__ORIGINAL_CLASS_FILE

      static final int SINGLE_VARIABLE_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS__VARIABLE

      static final int SINGLE_VARIABLE_ACCESS__VARIABLE
      The feature id for the 'Variable' reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS__QUALIFIER

      static final int SINGLE_VARIABLE_ACCESS__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS_FEATURE_COUNT

      static final int SINGLE_VARIABLE_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Single Variable Access' class.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_ACCESS_OPERATION_COUNT

      static final int SINGLE_VARIABLE_ACCESS_OPERATION_COUNT
      The number of operations of the 'Single Variable Access' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION

      static final int VARIABLE_DECLARATION
      The meta object id for the 'Variable Declaration' class.
      See Also:
      VariableDeclarationImpl, JavaPackageImpl.getVariableDeclaration(), Constant Field Values
    • VARIABLE_DECLARATION__COMMENTS

      static final int VARIABLE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__NAME

      static final int VARIABLE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__PROXY

      static final int VARIABLE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__USAGES_IN_IMPORTS

      static final int VARIABLE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONS

      static final int VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__INITIALIZER

      static final int VARIABLE_DECLARATION__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS

      static final int VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS
      The feature id for the 'Usage In Variable Access' reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FEATURE_COUNT

      static final int VARIABLE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Variable Declaration' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_OPERATION_COUNT

      static final int VARIABLE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Variable Declaration' class.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION

      static final int SINGLE_VARIABLE_DECLARATION
      The meta object id for the 'Single Variable Declaration' class.
      See Also:
      SingleVariableDeclarationImpl, JavaPackageImpl.getSingleVariableDeclaration(), Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__COMMENTS

      static final int SINGLE_VARIABLE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__NAME

      static final int SINGLE_VARIABLE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__PROXY

      static final int SINGLE_VARIABLE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__USAGES_IN_IMPORTS

      static final int SINGLE_VARIABLE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONS

      static final int SINGLE_VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__INITIALIZER

      static final int SINGLE_VARIABLE_DECLARATION__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS

      static final int SINGLE_VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS
      The feature id for the 'Usage In Variable Access' reference list.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__MODIFIER

      static final int SINGLE_VARIABLE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__VARARGS

      static final int SINGLE_VARIABLE_DECLARATION__VARARGS
      The feature id for the 'Varargs' attribute.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__TYPE

      static final int SINGLE_VARIABLE_DECLARATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__ANNOTATIONS

      static final int SINGLE_VARIABLE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__METHOD_DECLARATION

      static final int SINGLE_VARIABLE_DECLARATION__METHOD_DECLARATION
      The feature id for the 'Method Declaration' container reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__CATCH_CLAUSE

      static final int SINGLE_VARIABLE_DECLARATION__CATCH_CLAUSE
      The feature id for the 'Catch Clause' container reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION__ENHANCED_FOR_STATEMENT

      static final int SINGLE_VARIABLE_DECLARATION__ENHANCED_FOR_STATEMENT
      The feature id for the 'Enhanced For Statement' container reference.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION_FEATURE_COUNT

      static final int SINGLE_VARIABLE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Single Variable Declaration' class.
      See Also:
      Constant Field Values
    • SINGLE_VARIABLE_DECLARATION_OPERATION_COUNT

      static final int SINGLE_VARIABLE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Single Variable Declaration' class.
      See Also:
      Constant Field Values
    • STRING_LITERAL

      static final int STRING_LITERAL
      The meta object id for the 'String Literal' class.
      See Also:
      StringLiteralImpl, JavaPackageImpl.getStringLiteral(), Constant Field Values
    • STRING_LITERAL__COMMENTS

      static final int STRING_LITERAL__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • STRING_LITERAL__ORIGINAL_COMPILATION_UNIT

      static final int STRING_LITERAL__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • STRING_LITERAL__ORIGINAL_CLASS_FILE

      static final int STRING_LITERAL__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • STRING_LITERAL__ESCAPED_VALUE

      static final int STRING_LITERAL__ESCAPED_VALUE
      The feature id for the 'Escaped Value' attribute.
      See Also:
      Constant Field Values
    • STRING_LITERAL_FEATURE_COUNT

      static final int STRING_LITERAL_FEATURE_COUNT
      The number of structural features of the 'String Literal' class.
      See Also:
      Constant Field Values
    • STRING_LITERAL_OPERATION_COUNT

      static final int STRING_LITERAL_OPERATION_COUNT
      The number of operations of the 'String Literal' class.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION

      static final int SUPER_CONSTRUCTOR_INVOCATION
      The meta object id for the 'Super Constructor Invocation' class.
      See Also:
      SuperConstructorInvocationImpl, JavaPackageImpl.getSuperConstructorInvocation(), Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__COMMENTS

      static final int SUPER_CONSTRUCTOR_INVOCATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT

      static final int SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILE

      static final int SUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__METHOD

      static final int SUPER_CONSTRUCTOR_INVOCATION__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__ARGUMENTS

      static final int SUPER_CONSTRUCTOR_INVOCATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTS

      static final int SUPER_CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION__EXPRESSION

      static final int SUPER_CONSTRUCTOR_INVOCATION__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION_FEATURE_COUNT

      static final int SUPER_CONSTRUCTOR_INVOCATION_FEATURE_COUNT
      The number of structural features of the 'Super Constructor Invocation' class.
      See Also:
      Constant Field Values
    • SUPER_CONSTRUCTOR_INVOCATION_OPERATION_COUNT

      static final int SUPER_CONSTRUCTOR_INVOCATION_OPERATION_COUNT
      The number of operations of the 'Super Constructor Invocation' class.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS

      static final int SUPER_FIELD_ACCESS
      The meta object id for the 'Super Field Access' class.
      See Also:
      SuperFieldAccessImpl, JavaPackageImpl.getSuperFieldAccess(), Constant Field Values
    • SUPER_FIELD_ACCESS__COMMENTS

      static final int SUPER_FIELD_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int SUPER_FIELD_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS__ORIGINAL_CLASS_FILE

      static final int SUPER_FIELD_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS__QUALIFIER

      static final int SUPER_FIELD_ACCESS__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS__FIELD

      static final int SUPER_FIELD_ACCESS__FIELD
      The feature id for the 'Field' containment reference.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS_FEATURE_COUNT

      static final int SUPER_FIELD_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Super Field Access' class.
      See Also:
      Constant Field Values
    • SUPER_FIELD_ACCESS_OPERATION_COUNT

      static final int SUPER_FIELD_ACCESS_OPERATION_COUNT
      The number of operations of the 'Super Field Access' class.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION

      static final int SUPER_METHOD_INVOCATION
      The meta object id for the 'Super Method Invocation' class.
      See Also:
      SuperMethodInvocationImpl, JavaPackageImpl.getSuperMethodInvocation(), Constant Field Values
    • SUPER_METHOD_INVOCATION__COMMENTS

      static final int SUPER_METHOD_INVOCATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT

      static final int SUPER_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION__ORIGINAL_CLASS_FILE

      static final int SUPER_METHOD_INVOCATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION__QUALIFIER

      static final int SUPER_METHOD_INVOCATION__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION__METHOD

      static final int SUPER_METHOD_INVOCATION__METHOD
      The feature id for the 'Method' reference.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION__ARGUMENTS

      static final int SUPER_METHOD_INVOCATION__ARGUMENTS
      The feature id for the 'Arguments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION__TYPE_ARGUMENTS

      static final int SUPER_METHOD_INVOCATION__TYPE_ARGUMENTS
      The feature id for the 'Type Arguments' containment reference list.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION_FEATURE_COUNT

      static final int SUPER_METHOD_INVOCATION_FEATURE_COUNT
      The number of structural features of the 'Super Method Invocation' class.
      See Also:
      Constant Field Values
    • SUPER_METHOD_INVOCATION_OPERATION_COUNT

      static final int SUPER_METHOD_INVOCATION_OPERATION_COUNT
      The number of operations of the 'Super Method Invocation' class.
      See Also:
      Constant Field Values
    • SWITCH_CASE

      static final int SWITCH_CASE
      The meta object id for the 'Switch Case' class.
      See Also:
      SwitchCaseImpl, JavaPackageImpl.getSwitchCase(), Constant Field Values
    • SWITCH_CASE__COMMENTS

      static final int SWITCH_CASE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SWITCH_CASE__ORIGINAL_COMPILATION_UNIT

      static final int SWITCH_CASE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SWITCH_CASE__ORIGINAL_CLASS_FILE

      static final int SWITCH_CASE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SWITCH_CASE__DEFAULT

      static final int SWITCH_CASE__DEFAULT
      The feature id for the 'Default' attribute.
      See Also:
      Constant Field Values
    • SWITCH_CASE__EXPRESSION

      static final int SWITCH_CASE__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • SWITCH_CASE_FEATURE_COUNT

      static final int SWITCH_CASE_FEATURE_COUNT
      The number of structural features of the 'Switch Case' class.
      See Also:
      Constant Field Values
    • SWITCH_CASE_OPERATION_COUNT

      static final int SWITCH_CASE_OPERATION_COUNT
      The number of operations of the 'Switch Case' class.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT

      static final int SWITCH_STATEMENT
      The meta object id for the 'Switch Statement' class.
      See Also:
      SwitchStatementImpl, JavaPackageImpl.getSwitchStatement(), Constant Field Values
    • SWITCH_STATEMENT__COMMENTS

      static final int SWITCH_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int SWITCH_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT__ORIGINAL_CLASS_FILE

      static final int SWITCH_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT__EXPRESSION

      static final int SWITCH_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT__STATEMENTS

      static final int SWITCH_STATEMENT__STATEMENTS
      The feature id for the 'Statements' containment reference list.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT_FEATURE_COUNT

      static final int SWITCH_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Switch Statement' class.
      See Also:
      Constant Field Values
    • SWITCH_STATEMENT_OPERATION_COUNT

      static final int SWITCH_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Switch Statement' class.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT

      static final int SYNCHRONIZED_STATEMENT
      The meta object id for the 'Synchronized Statement' class.
      See Also:
      SynchronizedStatementImpl, JavaPackageImpl.getSynchronizedStatement(), Constant Field Values
    • SYNCHRONIZED_STATEMENT__COMMENTS

      static final int SYNCHRONIZED_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int SYNCHRONIZED_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT__ORIGINAL_CLASS_FILE

      static final int SYNCHRONIZED_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT__BODY

      static final int SYNCHRONIZED_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT__EXPRESSION

      static final int SYNCHRONIZED_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT_FEATURE_COUNT

      static final int SYNCHRONIZED_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Synchronized Statement' class.
      See Also:
      Constant Field Values
    • SYNCHRONIZED_STATEMENT_OPERATION_COUNT

      static final int SYNCHRONIZED_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Synchronized Statement' class.
      See Also:
      Constant Field Values
    • TAG_ELEMENT

      static final int TAG_ELEMENT
      The meta object id for the 'Tag Element' class.
      See Also:
      TagElementImpl, JavaPackageImpl.getTagElement(), Constant Field Values
    • TAG_ELEMENT__COMMENTS

      static final int TAG_ELEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TAG_ELEMENT__ORIGINAL_COMPILATION_UNIT

      static final int TAG_ELEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TAG_ELEMENT__ORIGINAL_CLASS_FILE

      static final int TAG_ELEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TAG_ELEMENT__TAG_NAME

      static final int TAG_ELEMENT__TAG_NAME
      The feature id for the 'Tag Name' attribute.
      See Also:
      Constant Field Values
    • TAG_ELEMENT__FRAGMENTS

      static final int TAG_ELEMENT__FRAGMENTS
      The feature id for the 'Fragments' containment reference list.
      See Also:
      Constant Field Values
    • TAG_ELEMENT_FEATURE_COUNT

      static final int TAG_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Tag Element' class.
      See Also:
      Constant Field Values
    • TAG_ELEMENT_OPERATION_COUNT

      static final int TAG_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Tag Element' class.
      See Also:
      Constant Field Values
    • TEXT_ELEMENT

      static final int TEXT_ELEMENT
      The meta object id for the 'Text Element' class.
      See Also:
      TextElementImpl, JavaPackageImpl.getTextElement(), Constant Field Values
    • TEXT_ELEMENT__COMMENTS

      static final int TEXT_ELEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TEXT_ELEMENT__ORIGINAL_COMPILATION_UNIT

      static final int TEXT_ELEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TEXT_ELEMENT__ORIGINAL_CLASS_FILE

      static final int TEXT_ELEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TEXT_ELEMENT__TEXT

      static final int TEXT_ELEMENT__TEXT
      The feature id for the 'Text' attribute.
      See Also:
      Constant Field Values
    • TEXT_ELEMENT_FEATURE_COUNT

      static final int TEXT_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Text Element' class.
      See Also:
      Constant Field Values
    • TEXT_ELEMENT_OPERATION_COUNT

      static final int TEXT_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Text Element' class.
      See Also:
      Constant Field Values
    • THIS_EXPRESSION

      static final int THIS_EXPRESSION
      The meta object id for the 'This Expression' class.
      See Also:
      ThisExpressionImpl, JavaPackageImpl.getThisExpression(), Constant Field Values
    • THIS_EXPRESSION__COMMENTS

      static final int THIS_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • THIS_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int THIS_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • THIS_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int THIS_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • THIS_EXPRESSION__QUALIFIER

      static final int THIS_EXPRESSION__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • THIS_EXPRESSION_FEATURE_COUNT

      static final int THIS_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'This Expression' class.
      See Also:
      Constant Field Values
    • THIS_EXPRESSION_OPERATION_COUNT

      static final int THIS_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'This Expression' class.
      See Also:
      Constant Field Values
    • THROW_STATEMENT

      static final int THROW_STATEMENT
      The meta object id for the 'Throw Statement' class.
      See Also:
      ThrowStatementImpl, JavaPackageImpl.getThrowStatement(), Constant Field Values
    • THROW_STATEMENT__COMMENTS

      static final int THROW_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • THROW_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int THROW_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • THROW_STATEMENT__ORIGINAL_CLASS_FILE

      static final int THROW_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • THROW_STATEMENT__EXPRESSION

      static final int THROW_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • THROW_STATEMENT_FEATURE_COUNT

      static final int THROW_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Throw Statement' class.
      See Also:
      Constant Field Values
    • THROW_STATEMENT_OPERATION_COUNT

      static final int THROW_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Throw Statement' class.
      See Also:
      Constant Field Values
    • TRY_STATEMENT

      static final int TRY_STATEMENT
      The meta object id for the 'Try Statement' class.
      See Also:
      TryStatementImpl, JavaPackageImpl.getTryStatement(), Constant Field Values
    • TRY_STATEMENT__COMMENTS

      static final int TRY_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TRY_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int TRY_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TRY_STATEMENT__ORIGINAL_CLASS_FILE

      static final int TRY_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TRY_STATEMENT__BODY

      static final int TRY_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • TRY_STATEMENT__FINALLY

      static final int TRY_STATEMENT__FINALLY
      The feature id for the 'Finally' containment reference.
      See Also:
      Constant Field Values
    • TRY_STATEMENT__CATCH_CLAUSES

      static final int TRY_STATEMENT__CATCH_CLAUSES
      The feature id for the 'Catch Clauses' containment reference list.
      See Also:
      Constant Field Values
    • TRY_STATEMENT_FEATURE_COUNT

      static final int TRY_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Try Statement' class.
      See Also:
      Constant Field Values
    • TRY_STATEMENT_OPERATION_COUNT

      static final int TRY_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Try Statement' class.
      See Also:
      Constant Field Values
    • TYPE_ACCESS

      static final int TYPE_ACCESS
      The meta object id for the 'Type Access' class.
      See Also:
      TypeAccessImpl, JavaPackageImpl.getTypeAccess(), Constant Field Values
    • TYPE_ACCESS__COMMENTS

      static final int TYPE_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int TYPE_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TYPE_ACCESS__ORIGINAL_CLASS_FILE

      static final int TYPE_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TYPE_ACCESS__TYPE

      static final int TYPE_ACCESS__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • TYPE_ACCESS__QUALIFIER

      static final int TYPE_ACCESS__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • TYPE_ACCESS_FEATURE_COUNT

      static final int TYPE_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Type Access' class.
      See Also:
      Constant Field Values
    • TYPE_ACCESS_OPERATION_COUNT

      static final int TYPE_ACCESS_OPERATION_COUNT
      The number of operations of the 'Type Access' class.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_STATEMENT

      static final int TYPE_DECLARATION_STATEMENT
      The meta object id for the 'Type Declaration Statement' class.
      See Also:
      TypeDeclarationStatementImpl, JavaPackageImpl.getTypeDeclarationStatement(), Constant Field Values
    • TYPE_DECLARATION_STATEMENT__COMMENTS

      static final int TYPE_DECLARATION_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int TYPE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILE

      static final int TYPE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_STATEMENT__DECLARATION

      static final int TYPE_DECLARATION_STATEMENT__DECLARATION
      The feature id for the 'Declaration' containment reference.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_STATEMENT_FEATURE_COUNT

      static final int TYPE_DECLARATION_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Type Declaration Statement' class.
      See Also:
      Constant Field Values
    • TYPE_DECLARATION_STATEMENT_OPERATION_COUNT

      static final int TYPE_DECLARATION_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Type Declaration Statement' class.
      See Also:
      Constant Field Values
    • TYPE_LITERAL

      static final int TYPE_LITERAL
      The meta object id for the 'Type Literal' class.
      See Also:
      TypeLiteralImpl, JavaPackageImpl.getTypeLiteral(), Constant Field Values
    • TYPE_LITERAL__COMMENTS

      static final int TYPE_LITERAL__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_LITERAL__ORIGINAL_COMPILATION_UNIT

      static final int TYPE_LITERAL__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TYPE_LITERAL__ORIGINAL_CLASS_FILE

      static final int TYPE_LITERAL__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TYPE_LITERAL__TYPE

      static final int TYPE_LITERAL__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • TYPE_LITERAL_FEATURE_COUNT

      static final int TYPE_LITERAL_FEATURE_COUNT
      The number of structural features of the 'Type Literal' class.
      See Also:
      Constant Field Values
    • TYPE_LITERAL_OPERATION_COUNT

      static final int TYPE_LITERAL_OPERATION_COUNT
      The number of operations of the 'Type Literal' class.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER

      static final int TYPE_PARAMETER
      The meta object id for the 'Type Parameter' class.
      See Also:
      TypeParameterImpl, JavaPackageImpl.getTypeParameter(), Constant Field Values
    • TYPE_PARAMETER__COMMENTS

      static final int TYPE_PARAMETER__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__ORIGINAL_COMPILATION_UNIT

      static final int TYPE_PARAMETER__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__ORIGINAL_CLASS_FILE

      static final int TYPE_PARAMETER__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__NAME

      static final int TYPE_PARAMETER__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__PROXY

      static final int TYPE_PARAMETER__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__USAGES_IN_IMPORTS

      static final int TYPE_PARAMETER__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__USAGES_IN_TYPE_ACCESS

      static final int TYPE_PARAMETER__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER__BOUNDS

      static final int TYPE_PARAMETER__BOUNDS
      The feature id for the 'Bounds' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER_FEATURE_COUNT

      static final int TYPE_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Type Parameter' class.
      See Also:
      Constant Field Values
    • TYPE_PARAMETER_OPERATION_COUNT

      static final int TYPE_PARAMETER_OPERATION_COUNT
      The number of operations of the 'Type Parameter' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM

      static final int UNRESOLVED_ITEM
      The meta object id for the 'Unresolved Item' class.
      See Also:
      UnresolvedItemImpl, JavaPackageImpl.getUnresolvedItem(), Constant Field Values
    • UNRESOLVED_ITEM__COMMENTS

      static final int UNRESOLVED_ITEM__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_ITEM__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_ITEM__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM__NAME

      static final int UNRESOLVED_ITEM__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM__PROXY

      static final int UNRESOLVED_ITEM__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM__USAGES_IN_IMPORTS

      static final int UNRESOLVED_ITEM__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_FEATURE_COUNT

      static final int UNRESOLVED_ITEM_FEATURE_COUNT
      The number of structural features of the 'Unresolved Item' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_OPERATION_COUNT

      static final int UNRESOLVED_ITEM_OPERATION_COUNT
      The number of operations of the 'Unresolved Item' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS

      static final int UNRESOLVED_ITEM_ACCESS
      The meta object id for the 'Unresolved Item Access' class.
      See Also:
      UnresolvedItemAccessImpl, JavaPackageImpl.getUnresolvedItemAccess(), Constant Field Values
    • UNRESOLVED_ITEM_ACCESS__COMMENTS

      static final int UNRESOLVED_ITEM_ACCESS__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_ITEM_ACCESS__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_ITEM_ACCESS__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS__ELEMENT

      static final int UNRESOLVED_ITEM_ACCESS__ELEMENT
      The feature id for the 'Element' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS__QUALIFIER

      static final int UNRESOLVED_ITEM_ACCESS__QUALIFIER
      The feature id for the 'Qualifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS_FEATURE_COUNT

      static final int UNRESOLVED_ITEM_ACCESS_FEATURE_COUNT
      The number of structural features of the 'Unresolved Item Access' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ITEM_ACCESS_OPERATION_COUNT

      static final int UNRESOLVED_ITEM_ACCESS_OPERATION_COUNT
      The number of operations of the 'Unresolved Item Access' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION

      static final int UNRESOLVED_ANNOTATION_DECLARATION
      The meta object id for the 'Unresolved Annotation Declaration' class.
      See Also:
      UnresolvedAnnotationDeclarationImpl, JavaPackageImpl.getUnresolvedAnnotationDeclaration(), Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS

      static final int UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__NAME

      static final int UNRESOLVED_ANNOTATION_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__PROXY

      static final int UNRESOLVED_ANNOTATION_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_ANNOTATION_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_ANNOTATION_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_ANNOTATION_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__MODIFIER

      static final int UNRESOLVED_ANNOTATION_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int UNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__BODY_DECLARATIONS

      static final int UNRESOLVED_ANNOTATION_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS_BEFORE_BODY

      static final int UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS_AFTER_BODY

      static final int UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__PACKAGE

      static final int UNRESOLVED_ANNOTATION_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION__SUPER_INTERFACES

      static final int UNRESOLVED_ANNOTATION_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_ANNOTATION_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Annotation Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_ANNOTATION_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Annotation Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION
      The meta object id for the 'Unresolved Annotation Type Member Declaration' class.
      See Also:
      UnresolvedAnnotationTypeMemberDeclarationImpl, JavaPackageImpl.getUnresolvedAnnotationTypeMemberDeclaration(), Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTS

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__NAME

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__PROXY

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__MODIFIER

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULT

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULT
      The feature id for the 'Default' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__TYPE

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES
      The feature id for the 'Usages' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Annotation Type Member Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Annotation Type Member Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION

      static final int UNRESOLVED_CLASS_DECLARATION
      The meta object id for the 'Unresolved Class Declaration' class.
      See Also:
      UnresolvedClassDeclarationImpl, JavaPackageImpl.getUnresolvedClassDeclaration(), Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__COMMENTS

      static final int UNRESOLVED_CLASS_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_CLASS_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__NAME

      static final int UNRESOLVED_CLASS_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__PROXY

      static final int UNRESOLVED_CLASS_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_CLASS_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_CLASS_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_CLASS_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_CLASS_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__MODIFIER

      static final int UNRESOLVED_CLASS_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int UNRESOLVED_CLASS_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__BODY_DECLARATIONS

      static final int UNRESOLVED_CLASS_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__COMMENTS_BEFORE_BODY

      static final int UNRESOLVED_CLASS_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__COMMENTS_AFTER_BODY

      static final int UNRESOLVED_CLASS_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__PACKAGE

      static final int UNRESOLVED_CLASS_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__SUPER_INTERFACES

      static final int UNRESOLVED_CLASS_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__TYPE_PARAMETERS

      static final int UNRESOLVED_CLASS_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION__SUPER_CLASS

      static final int UNRESOLVED_CLASS_DECLARATION__SUPER_CLASS
      The feature id for the 'Super Class' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_CLASS_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Class Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_CLASS_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_CLASS_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Class Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION

      static final int UNRESOLVED_ENUM_DECLARATION
      The meta object id for the 'Unresolved Enum Declaration' class.
      See Also:
      UnresolvedEnumDeclarationImpl, JavaPackageImpl.getUnresolvedEnumDeclaration(), Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__COMMENTS

      static final int UNRESOLVED_ENUM_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_ENUM_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_ENUM_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__NAME

      static final int UNRESOLVED_ENUM_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__PROXY

      static final int UNRESOLVED_ENUM_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_ENUM_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_ENUM_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_ENUM_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_ENUM_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__MODIFIER

      static final int UNRESOLVED_ENUM_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int UNRESOLVED_ENUM_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__BODY_DECLARATIONS

      static final int UNRESOLVED_ENUM_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__COMMENTS_BEFORE_BODY

      static final int UNRESOLVED_ENUM_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__COMMENTS_AFTER_BODY

      static final int UNRESOLVED_ENUM_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__PACKAGE

      static final int UNRESOLVED_ENUM_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__SUPER_INTERFACES

      static final int UNRESOLVED_ENUM_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION__ENUM_CONSTANTS

      static final int UNRESOLVED_ENUM_DECLARATION__ENUM_CONSTANTS
      The feature id for the 'Enum Constants' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_ENUM_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Enum Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_ENUM_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_ENUM_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Enum Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION

      static final int UNRESOLVED_INTERFACE_DECLARATION
      The meta object id for the 'Unresolved Interface Declaration' class.
      See Also:
      UnresolvedInterfaceDeclarationImpl, JavaPackageImpl.getUnresolvedInterfaceDeclaration(), Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__COMMENTS

      static final int UNRESOLVED_INTERFACE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__NAME

      static final int UNRESOLVED_INTERFACE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__PROXY

      static final int UNRESOLVED_INTERFACE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_INTERFACE_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_INTERFACE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_INTERFACE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__MODIFIER

      static final int UNRESOLVED_INTERFACE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int UNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__BODY_DECLARATIONS

      static final int UNRESOLVED_INTERFACE_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__COMMENTS_BEFORE_BODY

      static final int UNRESOLVED_INTERFACE_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__COMMENTS_AFTER_BODY

      static final int UNRESOLVED_INTERFACE_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__PACKAGE

      static final int UNRESOLVED_INTERFACE_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__SUPER_INTERFACES

      static final int UNRESOLVED_INTERFACE_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION__TYPE_PARAMETERS

      static final int UNRESOLVED_INTERFACE_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_INTERFACE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Interface Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_INTERFACE_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_INTERFACE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Interface Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT

      static final int UNRESOLVED_LABELED_STATEMENT
      The meta object id for the 'Unresolved Labeled Statement' class.
      See Also:
      UnresolvedLabeledStatementImpl, JavaPackageImpl.getUnresolvedLabeledStatement(), Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__COMMENTS

      static final int UNRESOLVED_LABELED_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_LABELED_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_LABELED_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__NAME

      static final int UNRESOLVED_LABELED_STATEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__PROXY

      static final int UNRESOLVED_LABELED_STATEMENT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__USAGES_IN_IMPORTS

      static final int UNRESOLVED_LABELED_STATEMENT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__BODY

      static final int UNRESOLVED_LABELED_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__USAGES_IN_BREAK_STATEMENTS

      static final int UNRESOLVED_LABELED_STATEMENT__USAGES_IN_BREAK_STATEMENTS
      The feature id for the 'Usages In Break Statements' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT__USAGES_IN_CONTINUE_STATEMENTS

      static final int UNRESOLVED_LABELED_STATEMENT__USAGES_IN_CONTINUE_STATEMENTS
      The feature id for the 'Usages In Continue Statements' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT_FEATURE_COUNT

      static final int UNRESOLVED_LABELED_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Unresolved Labeled Statement' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_LABELED_STATEMENT_OPERATION_COUNT

      static final int UNRESOLVED_LABELED_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Unresolved Labeled Statement' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION

      static final int UNRESOLVED_METHOD_DECLARATION
      The meta object id for the 'Unresolved Method Declaration' class.
      See Also:
      UnresolvedMethodDeclarationImpl, JavaPackageImpl.getUnresolvedMethodDeclaration(), Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__COMMENTS

      static final int UNRESOLVED_METHOD_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_METHOD_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__NAME

      static final int UNRESOLVED_METHOD_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__PROXY

      static final int UNRESOLVED_METHOD_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_METHOD_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_METHOD_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__MODIFIER

      static final int UNRESOLVED_METHOD_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__BODY

      static final int UNRESOLVED_METHOD_DECLARATION__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__PARAMETERS

      static final int UNRESOLVED_METHOD_DECLARATION__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__THROWN_EXCEPTIONS

      static final int UNRESOLVED_METHOD_DECLARATION__THROWN_EXCEPTIONS
      The feature id for the 'Thrown Exceptions' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__TYPE_PARAMETERS

      static final int UNRESOLVED_METHOD_DECLARATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS

      static final int UNRESOLVED_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTS
      The feature id for the 'Usages In Doc Comments' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__USAGES

      static final int UNRESOLVED_METHOD_DECLARATION__USAGES
      The feature id for the 'Usages' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONS

      static final int UNRESOLVED_METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__RETURN_TYPE

      static final int UNRESOLVED_METHOD_DECLARATION__RETURN_TYPE
      The feature id for the 'Return Type' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__REDEFINED_METHOD_DECLARATION

      static final int UNRESOLVED_METHOD_DECLARATION__REDEFINED_METHOD_DECLARATION
      The feature id for the 'Redefined Method Declaration' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION__REDEFINITIONS

      static final int UNRESOLVED_METHOD_DECLARATION__REDEFINITIONS
      The feature id for the 'Redefinitions' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_METHOD_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Method Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_METHOD_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_METHOD_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Method Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION
      The meta object id for the 'Unresolved Single Variable Declaration' class.
      See Also:
      UnresolvedSingleVariableDeclarationImpl, JavaPackageImpl.getUnresolvedSingleVariableDeclaration(), Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__COMMENTS

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__NAME

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__PROXY

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONS

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__INITIALIZER

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESS
      The feature id for the 'Usage In Variable Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__MODIFIER

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__VARARGS

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__VARARGS
      The feature id for the 'Varargs' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__TYPE

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__METHOD_DECLARATION

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__METHOD_DECLARATION
      The feature id for the 'Method Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__CATCH_CLAUSE

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__CATCH_CLAUSE
      The feature id for the 'Catch Clause' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ENHANCED_FOR_STATEMENT

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ENHANCED_FOR_STATEMENT
      The feature id for the 'Enhanced For Statement' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Single Variable Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_SINGLE_VARIABLE_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Single Variable Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE

      static final int UNRESOLVED_TYPE
      The meta object id for the 'Unresolved Type' class.
      See Also:
      UnresolvedTypeImpl, JavaPackageImpl.getUnresolvedType(), Constant Field Values
    • UNRESOLVED_TYPE__COMMENTS

      static final int UNRESOLVED_TYPE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_TYPE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_TYPE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE__NAME

      static final int UNRESOLVED_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE__PROXY

      static final int UNRESOLVED_TYPE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE__USAGES_IN_IMPORTS

      static final int UNRESOLVED_TYPE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE__USAGES_IN_TYPE_ACCESS

      static final int UNRESOLVED_TYPE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_FEATURE_COUNT

      static final int UNRESOLVED_TYPE_FEATURE_COUNT
      The number of structural features of the 'Unresolved Type' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_OPERATION_COUNT

      static final int UNRESOLVED_TYPE_OPERATION_COUNT
      The number of operations of the 'Unresolved Type' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION

      static final int UNRESOLVED_TYPE_DECLARATION
      The meta object id for the 'Unresolved Type Declaration' class.
      See Also:
      UnresolvedTypeDeclarationImpl, JavaPackageImpl.getUnresolvedTypeDeclaration(), Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__COMMENTS

      static final int UNRESOLVED_TYPE_DECLARATION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_TYPE_DECLARATION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__NAME

      static final int UNRESOLVED_TYPE_DECLARATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__PROXY

      static final int UNRESOLVED_TYPE_DECLARATION__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__USAGES_IN_IMPORTS

      static final int UNRESOLVED_TYPE_DECLARATION__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION

      static final int UNRESOLVED_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATION
      The feature id for the 'Abstract Type Declaration' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__ANNOTATIONS

      static final int UNRESOLVED_TYPE_DECLARATION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER

      static final int UNRESOLVED_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNER
      The feature id for the 'Anonymous Class Declaration Owner' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__MODIFIER

      static final int UNRESOLVED_TYPE_DECLARATION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS

      static final int UNRESOLVED_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__BODY_DECLARATIONS

      static final int UNRESOLVED_TYPE_DECLARATION__BODY_DECLARATIONS
      The feature id for the 'Body Declarations' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__COMMENTS_BEFORE_BODY

      static final int UNRESOLVED_TYPE_DECLARATION__COMMENTS_BEFORE_BODY
      The feature id for the 'Comments Before Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__COMMENTS_AFTER_BODY

      static final int UNRESOLVED_TYPE_DECLARATION__COMMENTS_AFTER_BODY
      The feature id for the 'Comments After Body' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__PACKAGE

      static final int UNRESOLVED_TYPE_DECLARATION__PACKAGE
      The feature id for the 'Package' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION__SUPER_INTERFACES

      static final int UNRESOLVED_TYPE_DECLARATION__SUPER_INTERFACES
      The feature id for the 'Super Interfaces' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION_FEATURE_COUNT

      static final int UNRESOLVED_TYPE_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Unresolved Type Declaration' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_TYPE_DECLARATION_OPERATION_COUNT

      static final int UNRESOLVED_TYPE_DECLARATION_OPERATION_COUNT
      The number of operations of the 'Unresolved Type Declaration' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT

      static final int VARIABLE_DECLARATION_FRAGMENT
      The meta object id for the 'Variable Declaration Fragment' class.
      See Also:
      VariableDeclarationFragmentImpl, JavaPackageImpl.getVariableDeclarationFragment(), Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__COMMENTS

      static final int VARIABLE_DECLARATION_FRAGMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT

      static final int VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE

      static final int VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__NAME

      static final int VARIABLE_DECLARATION_FRAGMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__PROXY

      static final int VARIABLE_DECLARATION_FRAGMENT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__USAGES_IN_IMPORTS

      static final int VARIABLE_DECLARATION_FRAGMENT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__EXTRA_ARRAY_DIMENSIONS

      static final int VARIABLE_DECLARATION_FRAGMENT__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__INITIALIZER

      static final int VARIABLE_DECLARATION_FRAGMENT__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS

      static final int VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS
      The feature id for the 'Usage In Variable Access' reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINER

      static final int VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINER
      The feature id for the 'Variables Container' container reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNT

      static final int VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNT
      The number of structural features of the 'Variable Declaration Fragment' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_FRAGMENT_OPERATION_COUNT

      static final int VARIABLE_DECLARATION_FRAGMENT_OPERATION_COUNT
      The number of operations of the 'Variable Declaration Fragment' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT
      The meta object id for the 'Unresolved Variable Declaration Fragment' class.
      See Also:
      UnresolvedVariableDeclarationFragmentImpl, JavaPackageImpl.getUnresolvedVariableDeclarationFragment(), Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__COMMENTS

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__NAME

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__PROXY

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGES_IN_IMPORTS

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__EXTRA_ARRAY_DIMENSIONS

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__INITIALIZER

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__INITIALIZER
      The feature id for the 'Initializer' containment reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESS
      The feature id for the 'Usage In Variable Access' reference list.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINER

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINER
      The feature id for the 'Variables Container' container reference.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNT

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNT
      The number of structural features of the 'Unresolved Variable Declaration Fragment' class.
      See Also:
      Constant Field Values
    • UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT_OPERATION_COUNT

      static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT_OPERATION_COUNT
      The number of operations of the 'Unresolved Variable Declaration Fragment' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION

      static final int VARIABLE_DECLARATION_EXPRESSION
      The meta object id for the 'Variable Declaration Expression' class.
      See Also:
      VariableDeclarationExpressionImpl, JavaPackageImpl.getVariableDeclarationExpression(), Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__COMMENTS

      static final int VARIABLE_DECLARATION_EXPRESSION__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_COMPILATION_UNIT

      static final int VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_CLASS_FILE

      static final int VARIABLE_DECLARATION_EXPRESSION__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__TYPE

      static final int VARIABLE_DECLARATION_EXPRESSION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__FRAGMENTS

      static final int VARIABLE_DECLARATION_EXPRESSION__FRAGMENTS
      The feature id for the 'Fragments' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__MODIFIER

      static final int VARIABLE_DECLARATION_EXPRESSION__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION__ANNOTATIONS

      static final int VARIABLE_DECLARATION_EXPRESSION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION_FEATURE_COUNT

      static final int VARIABLE_DECLARATION_EXPRESSION_FEATURE_COUNT
      The number of structural features of the 'Variable Declaration Expression' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_EXPRESSION_OPERATION_COUNT

      static final int VARIABLE_DECLARATION_EXPRESSION_OPERATION_COUNT
      The number of operations of the 'Variable Declaration Expression' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT

      static final int VARIABLE_DECLARATION_STATEMENT
      The meta object id for the 'Variable Declaration Statement' class.
      See Also:
      VariableDeclarationStatementImpl, JavaPackageImpl.getVariableDeclarationStatement(), Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__COMMENTS

      static final int VARIABLE_DECLARATION_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int VARIABLE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILE

      static final int VARIABLE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__TYPE

      static final int VARIABLE_DECLARATION_STATEMENT__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__FRAGMENTS

      static final int VARIABLE_DECLARATION_STATEMENT__FRAGMENTS
      The feature id for the 'Fragments' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__EXTRA_ARRAY_DIMENSIONS

      static final int VARIABLE_DECLARATION_STATEMENT__EXTRA_ARRAY_DIMENSIONS
      The feature id for the 'Extra Array Dimensions' attribute.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__MODIFIER

      static final int VARIABLE_DECLARATION_STATEMENT__MODIFIER
      The feature id for the 'Modifier' containment reference.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT__ANNOTATIONS

      static final int VARIABLE_DECLARATION_STATEMENT__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT_FEATURE_COUNT

      static final int VARIABLE_DECLARATION_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'Variable Declaration Statement' class.
      See Also:
      Constant Field Values
    • VARIABLE_DECLARATION_STATEMENT_OPERATION_COUNT

      static final int VARIABLE_DECLARATION_STATEMENT_OPERATION_COUNT
      The number of operations of the 'Variable Declaration Statement' class.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE

      static final int WILD_CARD_TYPE
      The meta object id for the 'Wild Card Type' class.
      See Also:
      WildCardTypeImpl, JavaPackageImpl.getWildCardType(), Constant Field Values
    • WILD_CARD_TYPE__COMMENTS

      static final int WILD_CARD_TYPE__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__ORIGINAL_COMPILATION_UNIT

      static final int WILD_CARD_TYPE__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__ORIGINAL_CLASS_FILE

      static final int WILD_CARD_TYPE__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__NAME

      static final int WILD_CARD_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__PROXY

      static final int WILD_CARD_TYPE__PROXY
      The feature id for the 'Proxy' attribute.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__USAGES_IN_IMPORTS

      static final int WILD_CARD_TYPE__USAGES_IN_IMPORTS
      The feature id for the 'Usages In Imports' reference list.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__USAGES_IN_TYPE_ACCESS

      static final int WILD_CARD_TYPE__USAGES_IN_TYPE_ACCESS
      The feature id for the 'Usages In Type Access' reference list.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__UPPER_BOUND

      static final int WILD_CARD_TYPE__UPPER_BOUND
      The feature id for the 'Upper Bound' attribute.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE__BOUND

      static final int WILD_CARD_TYPE__BOUND
      The feature id for the 'Bound' containment reference.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE_FEATURE_COUNT

      static final int WILD_CARD_TYPE_FEATURE_COUNT
      The number of structural features of the 'Wild Card Type' class.
      See Also:
      Constant Field Values
    • WILD_CARD_TYPE_OPERATION_COUNT

      static final int WILD_CARD_TYPE_OPERATION_COUNT
      The number of operations of the 'Wild Card Type' class.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT

      static final int WHILE_STATEMENT
      The meta object id for the 'While Statement' class.
      See Also:
      WhileStatementImpl, JavaPackageImpl.getWhileStatement(), Constant Field Values
    • WHILE_STATEMENT__COMMENTS

      static final int WHILE_STATEMENT__COMMENTS
      The feature id for the 'Comments' containment reference list.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT__ORIGINAL_COMPILATION_UNIT

      static final int WHILE_STATEMENT__ORIGINAL_COMPILATION_UNIT
      The feature id for the 'Original Compilation Unit' reference.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT__ORIGINAL_CLASS_FILE

      static final int WHILE_STATEMENT__ORIGINAL_CLASS_FILE
      The feature id for the 'Original Class File' reference.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT__EXPRESSION

      static final int WHILE_STATEMENT__EXPRESSION
      The feature id for the 'Expression' containment reference.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT__BODY

      static final int WHILE_STATEMENT__BODY
      The feature id for the 'Body' containment reference.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT_FEATURE_COUNT

      static final int WHILE_STATEMENT_FEATURE_COUNT
      The number of structural features of the 'While Statement' class.
      See Also:
      Constant Field Values
    • WHILE_STATEMENT_OPERATION_COUNT

      static final int WHILE_STATEMENT_OPERATION_COUNT
      The number of operations of the 'While Statement' class.
      See Also:
      Constant Field Values
    • ASSIGNMENT_KIND

      static final int ASSIGNMENT_KIND
      The meta object id for the 'Assignment Kind' enum.
      See Also:
      AssignmentKind, JavaPackageImpl.getAssignmentKind(), Constant Field Values
    • INFIX_EXPRESSION_KIND

      static final int INFIX_EXPRESSION_KIND
      The meta object id for the 'Infix Expression Kind' enum.
      See Also:
      InfixExpressionKind, JavaPackageImpl.getInfixExpressionKind(), Constant Field Values
    • INHERITANCE_KIND

      static final int INHERITANCE_KIND
      The meta object id for the 'Inheritance Kind' enum.
      See Also:
      InheritanceKind, JavaPackageImpl.getInheritanceKind(), Constant Field Values
    • POSTFIX_EXPRESSION_KIND

      static final int POSTFIX_EXPRESSION_KIND
      The meta object id for the 'Postfix Expression Kind' enum.
      See Also:
      PostfixExpressionKind, JavaPackageImpl.getPostfixExpressionKind(), Constant Field Values
    • PREFIX_EXPRESSION_KIND

      static final int PREFIX_EXPRESSION_KIND
      The meta object id for the 'Prefix Expression Kind' enum.
      See Also:
      PrefixExpressionKind, JavaPackageImpl.getPrefixExpressionKind(), Constant Field Values
    • VISIBILITY_KIND

      static final int VISIBILITY_KIND
      The meta object id for the 'Visibility Kind' enum.
      See Also:
      VisibilityKind, JavaPackageImpl.getVisibilityKind(), Constant Field Values
  • Method Details

    • getAbstractMethodDeclaration

      org.eclipse.emf.ecore.EClass getAbstractMethodDeclaration()
      Returns the meta object for class 'Abstract Method Declaration'.
      Returns:
      the meta object for class 'Abstract Method Declaration'.
      See Also:
      AbstractMethodDeclaration
    • getAbstractMethodDeclaration_Body

      org.eclipse.emf.ecore.EReference getAbstractMethodDeclaration_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      AbstractMethodDeclaration.getBody(), getAbstractMethodDeclaration()
    • getAbstractMethodDeclaration_Parameters

      org.eclipse.emf.ecore.EReference getAbstractMethodDeclaration_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
      AbstractMethodDeclaration.getParameters(), getAbstractMethodDeclaration()
    • getAbstractMethodDeclaration_ThrownExceptions

      org.eclipse.emf.ecore.EReference getAbstractMethodDeclaration_ThrownExceptions()
      Returns the meta object for the containment reference list 'Thrown Exceptions'.
      Returns:
      the meta object for the containment reference list 'Thrown Exceptions'.
      See Also:
      AbstractMethodDeclaration.getThrownExceptions(), getAbstractMethodDeclaration()
    • getAbstractMethodDeclaration_TypeParameters

      org.eclipse.emf.ecore.EReference getAbstractMethodDeclaration_TypeParameters()
      Returns the meta object for the containment reference list 'Type Parameters'.
      Returns:
      the meta object for the containment reference list 'Type Parameters'.
      See Also:
      AbstractMethodDeclaration.getTypeParameters(), getAbstractMethodDeclaration()
    • getAbstractMethodDeclaration_UsagesInDocComments

      org.eclipse.emf.ecore.EReference getAbstractMethodDeclaration_UsagesInDocComments()
      Returns the meta object for the reference list 'Usages In Doc Comments'.
      Returns:
      the meta object for the reference list 'Usages In Doc Comments'.
      See Also:
      AbstractMethodDeclaration.getUsagesInDocComments(), getAbstractMethodDeclaration()
    • getAbstractMethodDeclaration_Usages

      org.eclipse.emf.ecore.EReference getAbstractMethodDeclaration_Usages()
      Returns the meta object for the reference list 'Usages'.
      Returns:
      the meta object for the reference list 'Usages'.
      See Also:
      AbstractMethodDeclaration.getUsages(), getAbstractMethodDeclaration()
    • getAbstractMethodInvocation

      org.eclipse.emf.ecore.EClass getAbstractMethodInvocation()
      Returns the meta object for class 'Abstract Method Invocation'.
      Returns:
      the meta object for class 'Abstract Method Invocation'.
      See Also:
      AbstractMethodInvocation
    • getAbstractMethodInvocation_Method

      org.eclipse.emf.ecore.EReference getAbstractMethodInvocation_Method()
      Returns the meta object for the reference 'Method'.
      Returns:
      the meta object for the reference 'Method'.
      See Also:
      AbstractMethodInvocation.getMethod(), getAbstractMethodInvocation()
    • getAbstractMethodInvocation_Arguments

      org.eclipse.emf.ecore.EReference getAbstractMethodInvocation_Arguments()
      Returns the meta object for the containment reference list 'Arguments'.
      Returns:
      the meta object for the containment reference list 'Arguments'.
      See Also:
      AbstractMethodInvocation.getArguments(), getAbstractMethodInvocation()
    • getAbstractMethodInvocation_TypeArguments

      org.eclipse.emf.ecore.EReference getAbstractMethodInvocation_TypeArguments()
      Returns the meta object for the containment reference list 'Type Arguments'.
      Returns:
      the meta object for the containment reference list 'Type Arguments'.
      See Also:
      AbstractMethodInvocation.getTypeArguments(), getAbstractMethodInvocation()
    • getAbstractTypeDeclaration

      org.eclipse.emf.ecore.EClass getAbstractTypeDeclaration()
      Returns the meta object for class 'Abstract Type Declaration'.
      Returns:
      the meta object for class 'Abstract Type Declaration'.
      See Also:
      AbstractTypeDeclaration
    • getAbstractTypeDeclaration_BodyDeclarations

      org.eclipse.emf.ecore.EReference getAbstractTypeDeclaration_BodyDeclarations()
      Returns the meta object for the containment reference list 'Body Declarations'.
      Returns:
      the meta object for the containment reference list 'Body Declarations'.
      See Also:
      AbstractTypeDeclaration.getBodyDeclarations(), getAbstractTypeDeclaration()
    • getAbstractTypeDeclaration_CommentsBeforeBody

      org.eclipse.emf.ecore.EReference getAbstractTypeDeclaration_CommentsBeforeBody()
      Returns the meta object for the containment reference list 'Comments Before Body'.
      Returns:
      the meta object for the containment reference list 'Comments Before Body'.
      See Also:
      AbstractTypeDeclaration.getCommentsBeforeBody(), getAbstractTypeDeclaration()
    • getAbstractTypeDeclaration_CommentsAfterBody

      org.eclipse.emf.ecore.EReference getAbstractTypeDeclaration_CommentsAfterBody()
      Returns the meta object for the containment reference list 'Comments After Body'.
      Returns:
      the meta object for the containment reference list 'Comments After Body'.
      See Also:
      AbstractTypeDeclaration.getCommentsAfterBody(), getAbstractTypeDeclaration()
    • getAbstractTypeDeclaration_Package

      org.eclipse.emf.ecore.EReference getAbstractTypeDeclaration_Package()
      Returns the meta object for the container reference 'Package'.
      Returns:
      the meta object for the container reference 'Package'.
      See Also:
      AbstractTypeDeclaration.getPackage(), getAbstractTypeDeclaration()
    • getAbstractTypeDeclaration_SuperInterfaces

      org.eclipse.emf.ecore.EReference getAbstractTypeDeclaration_SuperInterfaces()
      Returns the meta object for the containment reference list 'Super Interfaces'.
      Returns:
      the meta object for the containment reference list 'Super Interfaces'.
      See Also:
      AbstractTypeDeclaration.getSuperInterfaces(), getAbstractTypeDeclaration()
    • getAbstractTypeQualifiedExpression

      org.eclipse.emf.ecore.EClass getAbstractTypeQualifiedExpression()
      Returns the meta object for class 'Abstract Type Qualified Expression'.
      Returns:
      the meta object for class 'Abstract Type Qualified Expression'.
      See Also:
      AbstractTypeQualifiedExpression
    • getAbstractTypeQualifiedExpression_Qualifier

      org.eclipse.emf.ecore.EReference getAbstractTypeQualifiedExpression_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      AbstractTypeQualifiedExpression.getQualifier(), getAbstractTypeQualifiedExpression()
    • getAbstractVariablesContainer

      org.eclipse.emf.ecore.EClass getAbstractVariablesContainer()
      Returns the meta object for class 'Abstract Variables Container'.
      Returns:
      the meta object for class 'Abstract Variables Container'.
      See Also:
      AbstractVariablesContainer
    • getAbstractVariablesContainer_Type

      org.eclipse.emf.ecore.EReference getAbstractVariablesContainer_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      AbstractVariablesContainer.getType(), getAbstractVariablesContainer()
    • getAbstractVariablesContainer_Fragments

      org.eclipse.emf.ecore.EReference getAbstractVariablesContainer_Fragments()
      Returns the meta object for the containment reference list 'Fragments'.
      Returns:
      the meta object for the containment reference list 'Fragments'.
      See Also:
      AbstractVariablesContainer.getFragments(), getAbstractVariablesContainer()
    • getAnnotation

      org.eclipse.emf.ecore.EClass getAnnotation()
      Returns the meta object for class 'Annotation'.
      Returns:
      the meta object for class 'Annotation'.
      See Also:
      Annotation
    • getAnnotation_Type

      org.eclipse.emf.ecore.EReference getAnnotation_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      Annotation.getType(), getAnnotation()
    • getAnnotation_Values

      org.eclipse.emf.ecore.EReference getAnnotation_Values()
      Returns the meta object for the containment reference list 'Values'.
      Returns:
      the meta object for the containment reference list 'Values'.
      See Also:
      Annotation.getValues(), getAnnotation()
    • getArchive

      org.eclipse.emf.ecore.EClass getArchive()
      Returns the meta object for class 'Archive'.
      Returns:
      the meta object for class 'Archive'.
      See Also:
      Archive
    • getArchive_OriginalFilePath

      org.eclipse.emf.ecore.EAttribute getArchive_OriginalFilePath()
      Returns the meta object for the attribute 'Original File Path'.
      Returns:
      the meta object for the attribute 'Original File Path'.
      See Also:
      Archive.getOriginalFilePath(), getArchive()
    • getArchive_ClassFiles

      org.eclipse.emf.ecore.EReference getArchive_ClassFiles()
      Returns the meta object for the containment reference list 'Class Files'.
      Returns:
      the meta object for the containment reference list 'Class Files'.
      See Also:
      Archive.getClassFiles(), getArchive()
    • getArchive_Manifest

      org.eclipse.emf.ecore.EReference getArchive_Manifest()
      Returns the meta object for the containment reference 'Manifest'.
      Returns:
      the meta object for the containment reference 'Manifest'.
      See Also:
      Archive.getManifest(), getArchive()
    • getAssertStatement

      org.eclipse.emf.ecore.EClass getAssertStatement()
      Returns the meta object for class 'Assert Statement'.
      Returns:
      the meta object for class 'Assert Statement'.
      See Also:
      AssertStatement
    • getAssertStatement_Message

      org.eclipse.emf.ecore.EReference getAssertStatement_Message()
      Returns the meta object for the containment reference 'Message'.
      Returns:
      the meta object for the containment reference 'Message'.
      See Also:
      AssertStatement.getMessage(), getAssertStatement()
    • getAssertStatement_Expression

      org.eclipse.emf.ecore.EReference getAssertStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      AssertStatement.getExpression(), getAssertStatement()
    • getASTNode

      org.eclipse.emf.ecore.EClass getASTNode()
      Returns the meta object for class 'AST Node'.
      Returns:
      the meta object for class 'AST Node'.
      See Also:
      ASTNode
    • getASTNode_Comments

      org.eclipse.emf.ecore.EReference getASTNode_Comments()
      Returns the meta object for the containment reference list 'Comments'.
      Returns:
      the meta object for the containment reference list 'Comments'.
      See Also:
      ASTNode.getComments(), getASTNode()
    • getASTNode_OriginalCompilationUnit

      org.eclipse.emf.ecore.EReference getASTNode_OriginalCompilationUnit()
      Returns the meta object for the reference 'Original Compilation Unit'.
      Returns:
      the meta object for the reference 'Original Compilation Unit'.
      See Also:
      ASTNode.getOriginalCompilationUnit(), getASTNode()
    • getASTNode_OriginalClassFile

      org.eclipse.emf.ecore.EReference getASTNode_OriginalClassFile()
      Returns the meta object for the reference 'Original Class File'.
      Returns:
      the meta object for the reference 'Original Class File'.
      See Also:
      ASTNode.getOriginalClassFile(), getASTNode()
    • getAnnotationMemberValuePair

      org.eclipse.emf.ecore.EClass getAnnotationMemberValuePair()
      Returns the meta object for class 'Annotation Member Value Pair'.
      Returns:
      the meta object for class 'Annotation Member Value Pair'.
      See Also:
      AnnotationMemberValuePair
    • getAnnotationMemberValuePair_Member

      org.eclipse.emf.ecore.EReference getAnnotationMemberValuePair_Member()
      Returns the meta object for the reference 'Member'.
      Returns:
      the meta object for the reference 'Member'.
      See Also:
      AnnotationMemberValuePair.getMember(), getAnnotationMemberValuePair()
    • getAnnotationMemberValuePair_Value

      org.eclipse.emf.ecore.EReference getAnnotationMemberValuePair_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
      AnnotationMemberValuePair.getValue(), getAnnotationMemberValuePair()
    • getAnnotationTypeDeclaration

      org.eclipse.emf.ecore.EClass getAnnotationTypeDeclaration()
      Returns the meta object for class 'Annotation Type Declaration'.
      Returns:
      the meta object for class 'Annotation Type Declaration'.
      See Also:
      AnnotationTypeDeclaration
    • getAnnotationTypeMemberDeclaration

      org.eclipse.emf.ecore.EClass getAnnotationTypeMemberDeclaration()
      Returns the meta object for class 'Annotation Type Member Declaration'.
      Returns:
      the meta object for class 'Annotation Type Member Declaration'.
      See Also:
      AnnotationTypeMemberDeclaration
    • getAnnotationTypeMemberDeclaration_Default

      org.eclipse.emf.ecore.EReference getAnnotationTypeMemberDeclaration_Default()
      Returns the meta object for the containment reference 'Default'.
      Returns:
      the meta object for the containment reference 'Default'.
      See Also:
      AnnotationTypeMemberDeclaration.getDefault(), getAnnotationTypeMemberDeclaration()
    • getAnnotationTypeMemberDeclaration_Type

      org.eclipse.emf.ecore.EReference getAnnotationTypeMemberDeclaration_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      AnnotationTypeMemberDeclaration.getType(), getAnnotationTypeMemberDeclaration()
    • getAnnotationTypeMemberDeclaration_Usages

      org.eclipse.emf.ecore.EReference getAnnotationTypeMemberDeclaration_Usages()
      Returns the meta object for the reference list 'Usages'.
      Returns:
      the meta object for the reference list 'Usages'.
      See Also:
      AnnotationTypeMemberDeclaration.getUsages(), getAnnotationTypeMemberDeclaration()
    • getAnonymousClassDeclaration

      org.eclipse.emf.ecore.EClass getAnonymousClassDeclaration()
      Returns the meta object for class 'Anonymous Class Declaration'.
      Returns:
      the meta object for class 'Anonymous Class Declaration'.
      See Also:
      AnonymousClassDeclaration
    • getAnonymousClassDeclaration_BodyDeclarations

      org.eclipse.emf.ecore.EReference getAnonymousClassDeclaration_BodyDeclarations()
      Returns the meta object for the containment reference list 'Body Declarations'.
      Returns:
      the meta object for the containment reference list 'Body Declarations'.
      See Also:
      AnonymousClassDeclaration.getBodyDeclarations(), getAnonymousClassDeclaration()
    • getAnonymousClassDeclaration_ClassInstanceCreation

      org.eclipse.emf.ecore.EReference getAnonymousClassDeclaration_ClassInstanceCreation()
      Returns the meta object for the container reference 'Class Instance Creation'.
      Returns:
      the meta object for the container reference 'Class Instance Creation'.
      See Also:
      AnonymousClassDeclaration.getClassInstanceCreation(), getAnonymousClassDeclaration()
    • getArrayAccess

      org.eclipse.emf.ecore.EClass getArrayAccess()
      Returns the meta object for class 'Array Access'.
      Returns:
      the meta object for class 'Array Access'.
      See Also:
      ArrayAccess
    • getArrayAccess_Array

      org.eclipse.emf.ecore.EReference getArrayAccess_Array()
      Returns the meta object for the containment reference 'Array'.
      Returns:
      the meta object for the containment reference 'Array'.
      See Also:
      ArrayAccess.getArray(), getArrayAccess()
    • getArrayAccess_Index

      org.eclipse.emf.ecore.EReference getArrayAccess_Index()
      Returns the meta object for the containment reference 'Index'.
      Returns:
      the meta object for the containment reference 'Index'.
      See Also:
      ArrayAccess.getIndex(), getArrayAccess()
    • getArrayCreation

      org.eclipse.emf.ecore.EClass getArrayCreation()
      Returns the meta object for class 'Array Creation'.
      Returns:
      the meta object for class 'Array Creation'.
      See Also:
      ArrayCreation
    • getArrayCreation_Dimensions

      org.eclipse.emf.ecore.EReference getArrayCreation_Dimensions()
      Returns the meta object for the containment reference list 'Dimensions'.
      Returns:
      the meta object for the containment reference list 'Dimensions'.
      See Also:
      ArrayCreation.getDimensions(), getArrayCreation()
    • getArrayCreation_Initializer

      org.eclipse.emf.ecore.EReference getArrayCreation_Initializer()
      Returns the meta object for the containment reference 'Initializer'.
      Returns:
      the meta object for the containment reference 'Initializer'.
      See Also:
      ArrayCreation.getInitializer(), getArrayCreation()
    • getArrayCreation_Type

      org.eclipse.emf.ecore.EReference getArrayCreation_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      ArrayCreation.getType(), getArrayCreation()
    • getArrayInitializer

      org.eclipse.emf.ecore.EClass getArrayInitializer()
      Returns the meta object for class 'Array Initializer'.
      Returns:
      the meta object for class 'Array Initializer'.
      See Also:
      ArrayInitializer
    • getArrayInitializer_Expressions

      org.eclipse.emf.ecore.EReference getArrayInitializer_Expressions()
      Returns the meta object for the containment reference list 'Expressions'.
      Returns:
      the meta object for the containment reference list 'Expressions'.
      See Also:
      ArrayInitializer.getExpressions(), getArrayInitializer()
    • getArrayLengthAccess

      org.eclipse.emf.ecore.EClass getArrayLengthAccess()
      Returns the meta object for class 'Array Length Access'.
      Returns:
      the meta object for class 'Array Length Access'.
      See Also:
      ArrayLengthAccess
    • getArrayLengthAccess_Array

      org.eclipse.emf.ecore.EReference getArrayLengthAccess_Array()
      Returns the meta object for the containment reference 'Array'.
      Returns:
      the meta object for the containment reference 'Array'.
      See Also:
      ArrayLengthAccess.getArray(), getArrayLengthAccess()
    • getArrayType

      org.eclipse.emf.ecore.EClass getArrayType()
      Returns the meta object for class 'Array Type'.
      Returns:
      the meta object for class 'Array Type'.
      See Also:
      ArrayType
    • getArrayType_Dimensions

      org.eclipse.emf.ecore.EAttribute getArrayType_Dimensions()
      Returns the meta object for the attribute 'Dimensions'.
      Returns:
      the meta object for the attribute 'Dimensions'.
      See Also:
      ArrayType.getDimensions(), getArrayType()
    • getArrayType_ElementType

      org.eclipse.emf.ecore.EReference getArrayType_ElementType()
      Returns the meta object for the containment reference 'Element Type'.
      Returns:
      the meta object for the containment reference 'Element Type'.
      See Also:
      ArrayType.getElementType(), getArrayType()
    • getAssignment

      org.eclipse.emf.ecore.EClass getAssignment()
      Returns the meta object for class 'Assignment'.
      Returns:
      the meta object for class 'Assignment'.
      See Also:
      Assignment
    • getAssignment_LeftHandSide

      org.eclipse.emf.ecore.EReference getAssignment_LeftHandSide()
      Returns the meta object for the containment reference 'Left Hand Side'.
      Returns:
      the meta object for the containment reference 'Left Hand Side'.
      See Also:
      Assignment.getLeftHandSide(), getAssignment()
    • getAssignment_Operator

      org.eclipse.emf.ecore.EAttribute getAssignment_Operator()
      Returns the meta object for the attribute 'Operator'.
      Returns:
      the meta object for the attribute 'Operator'.
      See Also:
      Assignment.getOperator(), getAssignment()
    • getAssignment_RightHandSide

      org.eclipse.emf.ecore.EReference getAssignment_RightHandSide()
      Returns the meta object for the containment reference 'Right Hand Side'.
      Returns:
      the meta object for the containment reference 'Right Hand Side'.
      See Also:
      Assignment.getRightHandSide(), getAssignment()
    • getBodyDeclaration

      org.eclipse.emf.ecore.EClass getBodyDeclaration()
      Returns the meta object for class 'Body Declaration'.
      Returns:
      the meta object for class 'Body Declaration'.
      See Also:
      BodyDeclaration
    • getBodyDeclaration_AbstractTypeDeclaration

      org.eclipse.emf.ecore.EReference getBodyDeclaration_AbstractTypeDeclaration()
      Returns the meta object for the container reference 'Abstract Type Declaration'.
      Returns:
      the meta object for the container reference 'Abstract Type Declaration'.
      See Also:
      BodyDeclaration.getAbstractTypeDeclaration(), getBodyDeclaration()
    • getBodyDeclaration_Annotations

      org.eclipse.emf.ecore.EReference getBodyDeclaration_Annotations()
      Returns the meta object for the containment reference list 'Annotations'.
      Returns:
      the meta object for the containment reference list 'Annotations'.
      See Also:
      BodyDeclaration.getAnnotations(), getBodyDeclaration()
    • getBodyDeclaration_AnonymousClassDeclarationOwner

      org.eclipse.emf.ecore.EReference getBodyDeclaration_AnonymousClassDeclarationOwner()
      Returns the meta object for the container reference 'Anonymous Class Declaration Owner'.
      Returns:
      the meta object for the container reference 'Anonymous Class Declaration Owner'.
      See Also:
      BodyDeclaration.getAnonymousClassDeclarationOwner(), getBodyDeclaration()
    • getBodyDeclaration_Modifier

      org.eclipse.emf.ecore.EReference getBodyDeclaration_Modifier()
      Returns the meta object for the containment reference 'Modifier'.
      Returns:
      the meta object for the containment reference 'Modifier'.
      See Also:
      BodyDeclaration.getModifier(), getBodyDeclaration()
    • getBooleanLiteral

      org.eclipse.emf.ecore.EClass getBooleanLiteral()
      Returns the meta object for class 'Boolean Literal'.
      Returns:
      the meta object for class 'Boolean Literal'.
      See Also:
      BooleanLiteral
    • getBooleanLiteral_Value

      org.eclipse.emf.ecore.EAttribute getBooleanLiteral_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      BooleanLiteral.isValue(), getBooleanLiteral()
    • getBlockComment

      org.eclipse.emf.ecore.EClass getBlockComment()
      Returns the meta object for class 'Block Comment'.
      Returns:
      the meta object for class 'Block Comment'.
      See Also:
      BlockComment
    • getBlock

      org.eclipse.emf.ecore.EClass getBlock()
      Returns the meta object for class 'Block'.
      Returns:
      the meta object for class 'Block'.
      See Also:
      Block
    • getBlock_Statements

      org.eclipse.emf.ecore.EReference getBlock_Statements()
      Returns the meta object for the containment reference list 'Statements'.
      Returns:
      the meta object for the containment reference list 'Statements'.
      See Also:
      Block.getStatements(), getBlock()
    • getBreakStatement

      org.eclipse.emf.ecore.EClass getBreakStatement()
      Returns the meta object for class 'Break Statement'.
      Returns:
      the meta object for class 'Break Statement'.
      See Also:
      BreakStatement
    • getBreakStatement_Label

      org.eclipse.emf.ecore.EReference getBreakStatement_Label()
      Returns the meta object for the reference 'Label'.
      Returns:
      the meta object for the reference 'Label'.
      See Also:
      BreakStatement.getLabel(), getBreakStatement()
    • getCastExpression

      org.eclipse.emf.ecore.EClass getCastExpression()
      Returns the meta object for class 'Cast Expression'.
      Returns:
      the meta object for class 'Cast Expression'.
      See Also:
      CastExpression
    • getCastExpression_Expression

      org.eclipse.emf.ecore.EReference getCastExpression_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      CastExpression.getExpression(), getCastExpression()
    • getCastExpression_Type

      org.eclipse.emf.ecore.EReference getCastExpression_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      CastExpression.getType(), getCastExpression()
    • getCatchClause

      org.eclipse.emf.ecore.EClass getCatchClause()
      Returns the meta object for class 'Catch Clause'.
      Returns:
      the meta object for class 'Catch Clause'.
      See Also:
      CatchClause
    • getCatchClause_Exception

      org.eclipse.emf.ecore.EReference getCatchClause_Exception()
      Returns the meta object for the containment reference 'Exception'.
      Returns:
      the meta object for the containment reference 'Exception'.
      See Also:
      CatchClause.getException(), getCatchClause()
    • getCatchClause_Body

      org.eclipse.emf.ecore.EReference getCatchClause_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      CatchClause.getBody(), getCatchClause()
    • getCharacterLiteral

      org.eclipse.emf.ecore.EClass getCharacterLiteral()
      Returns the meta object for class 'Character Literal'.
      Returns:
      the meta object for class 'Character Literal'.
      See Also:
      CharacterLiteral
    • getCharacterLiteral_EscapedValue

      org.eclipse.emf.ecore.EAttribute getCharacterLiteral_EscapedValue()
      Returns the meta object for the attribute 'Escaped Value'.
      Returns:
      the meta object for the attribute 'Escaped Value'.
      See Also:
      CharacterLiteral.getEscapedValue(), getCharacterLiteral()
    • getClassFile

      org.eclipse.emf.ecore.EClass getClassFile()
      Returns the meta object for class 'Class File'.
      Returns:
      the meta object for class 'Class File'.
      See Also:
      ClassFile
    • getClassFile_OriginalFilePath

      org.eclipse.emf.ecore.EAttribute getClassFile_OriginalFilePath()
      Returns the meta object for the attribute 'Original File Path'.
      Returns:
      the meta object for the attribute 'Original File Path'.
      See Also:
      ClassFile.getOriginalFilePath(), getClassFile()
    • getClassFile_Type

      org.eclipse.emf.ecore.EReference getClassFile_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      ClassFile.getType(), getClassFile()
    • getClassFile_AttachedSource

      org.eclipse.emf.ecore.EReference getClassFile_AttachedSource()
      Returns the meta object for the reference 'Attached Source'.
      Returns:
      the meta object for the reference 'Attached Source'.
      See Also:
      ClassFile.getAttachedSource(), getClassFile()
    • getClassFile_Package

      org.eclipse.emf.ecore.EReference getClassFile_Package()
      Returns the meta object for the reference 'Package'.
      Returns:
      the meta object for the reference 'Package'.
      See Also:
      ClassFile.getPackage(), getClassFile()
    • getClassInstanceCreation

      org.eclipse.emf.ecore.EClass getClassInstanceCreation()
      Returns the meta object for class 'Class Instance Creation'.
      Returns:
      the meta object for class 'Class Instance Creation'.
      See Also:
      ClassInstanceCreation
    • getClassInstanceCreation_AnonymousClassDeclaration

      org.eclipse.emf.ecore.EReference getClassInstanceCreation_AnonymousClassDeclaration()
      Returns the meta object for the containment reference 'Anonymous Class Declaration'.
      Returns:
      the meta object for the containment reference 'Anonymous Class Declaration'.
      See Also:
      ClassInstanceCreation.getAnonymousClassDeclaration(), getClassInstanceCreation()
    • getClassInstanceCreation_Expression

      org.eclipse.emf.ecore.EReference getClassInstanceCreation_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ClassInstanceCreation.getExpression(), getClassInstanceCreation()
    • getClassInstanceCreation_Type

      org.eclipse.emf.ecore.EReference getClassInstanceCreation_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      ClassInstanceCreation.getType(), getClassInstanceCreation()
    • getConstructorDeclaration

      org.eclipse.emf.ecore.EClass getConstructorDeclaration()
      Returns the meta object for class 'Constructor Declaration'.
      Returns:
      the meta object for class 'Constructor Declaration'.
      See Also:
      ConstructorDeclaration
    • getConditionalExpression

      org.eclipse.emf.ecore.EClass getConditionalExpression()
      Returns the meta object for class 'Conditional Expression'.
      Returns:
      the meta object for class 'Conditional Expression'.
      See Also:
      ConditionalExpression
    • getConditionalExpression_ElseExpression

      org.eclipse.emf.ecore.EReference getConditionalExpression_ElseExpression()
      Returns the meta object for the containment reference 'Else Expression'.
      Returns:
      the meta object for the containment reference 'Else Expression'.
      See Also:
      ConditionalExpression.getElseExpression(), getConditionalExpression()
    • getConditionalExpression_Expression

      org.eclipse.emf.ecore.EReference getConditionalExpression_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ConditionalExpression.getExpression(), getConditionalExpression()
    • getConditionalExpression_ThenExpression

      org.eclipse.emf.ecore.EReference getConditionalExpression_ThenExpression()
      Returns the meta object for the containment reference 'Then Expression'.
      Returns:
      the meta object for the containment reference 'Then Expression'.
      See Also:
      ConditionalExpression.getThenExpression(), getConditionalExpression()
    • getConstructorInvocation

      org.eclipse.emf.ecore.EClass getConstructorInvocation()
      Returns the meta object for class 'Constructor Invocation'.
      Returns:
      the meta object for class 'Constructor Invocation'.
      See Also:
      ConstructorInvocation
    • getClassDeclaration

      org.eclipse.emf.ecore.EClass getClassDeclaration()
      Returns the meta object for class 'Class Declaration'.
      Returns:
      the meta object for class 'Class Declaration'.
      See Also:
      ClassDeclaration
    • getClassDeclaration_SuperClass

      org.eclipse.emf.ecore.EReference getClassDeclaration_SuperClass()
      Returns the meta object for the containment reference 'Super Class'.
      Returns:
      the meta object for the containment reference 'Super Class'.
      See Also:
      ClassDeclaration.getSuperClass(), getClassDeclaration()
    • getComment

      org.eclipse.emf.ecore.EClass getComment()
      Returns the meta object for class 'Comment'.
      Returns:
      the meta object for class 'Comment'.
      See Also:
      Comment
    • getComment_Content

      org.eclipse.emf.ecore.EAttribute getComment_Content()
      Returns the meta object for the attribute 'Content'.
      Returns:
      the meta object for the attribute 'Content'.
      See Also:
      Comment.getContent(), getComment()
    • getComment_EnclosedByParent

      org.eclipse.emf.ecore.EAttribute getComment_EnclosedByParent()
      Returns the meta object for the attribute 'Enclosed By Parent'.
      Returns:
      the meta object for the attribute 'Enclosed By Parent'.
      See Also:
      Comment.isEnclosedByParent(), getComment()
    • getComment_PrefixOfParent

      org.eclipse.emf.ecore.EAttribute getComment_PrefixOfParent()
      Returns the meta object for the attribute 'Prefix Of Parent'.
      Returns:
      the meta object for the attribute 'Prefix Of Parent'.
      See Also:
      Comment.isPrefixOfParent(), getComment()
    • getCompilationUnit

      org.eclipse.emf.ecore.EClass getCompilationUnit()
      Returns the meta object for class 'Compilation Unit'.
      Returns:
      the meta object for class 'Compilation Unit'.
      See Also:
      CompilationUnit
    • getCompilationUnit_OriginalFilePath

      org.eclipse.emf.ecore.EAttribute getCompilationUnit_OriginalFilePath()
      Returns the meta object for the attribute 'Original File Path'.
      Returns:
      the meta object for the attribute 'Original File Path'.
      See Also:
      CompilationUnit.getOriginalFilePath(), getCompilationUnit()
    • getCompilationUnit_CommentList

      org.eclipse.emf.ecore.EReference getCompilationUnit_CommentList()
      Returns the meta object for the reference list 'Comment List'.
      Returns:
      the meta object for the reference list 'Comment List'.
      See Also:
      CompilationUnit.getCommentList(), getCompilationUnit()
    • getCompilationUnit_Imports

      org.eclipse.emf.ecore.EReference getCompilationUnit_Imports()
      Returns the meta object for the containment reference list 'Imports'.
      Returns:
      the meta object for the containment reference list 'Imports'.
      See Also:
      CompilationUnit.getImports(), getCompilationUnit()
    • getCompilationUnit_Package

      org.eclipse.emf.ecore.EReference getCompilationUnit_Package()
      Returns the meta object for the reference 'Package'.
      Returns:
      the meta object for the reference 'Package'.
      See Also:
      CompilationUnit.getPackage(), getCompilationUnit()
    • getCompilationUnit_Types

      org.eclipse.emf.ecore.EReference getCompilationUnit_Types()
      Returns the meta object for the reference list 'Types'.
      Returns:
      the meta object for the reference list 'Types'.
      See Also:
      CompilationUnit.getTypes(), getCompilationUnit()
    • getContinueStatement

      org.eclipse.emf.ecore.EClass getContinueStatement()
      Returns the meta object for class 'Continue Statement'.
      Returns:
      the meta object for class 'Continue Statement'.
      See Also:
      ContinueStatement
    • getContinueStatement_Label

      org.eclipse.emf.ecore.EReference getContinueStatement_Label()
      Returns the meta object for the reference 'Label'.
      Returns:
      the meta object for the reference 'Label'.
      See Also:
      ContinueStatement.getLabel(), getContinueStatement()
    • getDoStatement

      org.eclipse.emf.ecore.EClass getDoStatement()
      Returns the meta object for class 'Do Statement'.
      Returns:
      the meta object for class 'Do Statement'.
      See Also:
      DoStatement
    • getDoStatement_Expression

      org.eclipse.emf.ecore.EReference getDoStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      DoStatement.getExpression(), getDoStatement()
    • getDoStatement_Body

      org.eclipse.emf.ecore.EReference getDoStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      DoStatement.getBody(), getDoStatement()
    • getEmptyStatement

      org.eclipse.emf.ecore.EClass getEmptyStatement()
      Returns the meta object for class 'Empty Statement'.
      Returns:
      the meta object for class 'Empty Statement'.
      See Also:
      EmptyStatement
    • getEnhancedForStatement

      org.eclipse.emf.ecore.EClass getEnhancedForStatement()
      Returns the meta object for class 'Enhanced For Statement'.
      Returns:
      the meta object for class 'Enhanced For Statement'.
      See Also:
      EnhancedForStatement
    • getEnhancedForStatement_Body

      org.eclipse.emf.ecore.EReference getEnhancedForStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      EnhancedForStatement.getBody(), getEnhancedForStatement()
    • getEnhancedForStatement_Expression

      org.eclipse.emf.ecore.EReference getEnhancedForStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      EnhancedForStatement.getExpression(), getEnhancedForStatement()
    • getEnhancedForStatement_Parameter

      org.eclipse.emf.ecore.EReference getEnhancedForStatement_Parameter()
      Returns the meta object for the containment reference 'Parameter'.
      Returns:
      the meta object for the containment reference 'Parameter'.
      See Also:
      EnhancedForStatement.getParameter(), getEnhancedForStatement()
    • getEnumConstantDeclaration

      org.eclipse.emf.ecore.EClass getEnumConstantDeclaration()
      Returns the meta object for class 'Enum Constant Declaration'.
      Returns:
      the meta object for class 'Enum Constant Declaration'.
      See Also:
      EnumConstantDeclaration
    • getEnumConstantDeclaration_AnonymousClassDeclaration

      org.eclipse.emf.ecore.EReference getEnumConstantDeclaration_AnonymousClassDeclaration()
      Returns the meta object for the containment reference 'Anonymous Class Declaration'.
      Returns:
      the meta object for the containment reference 'Anonymous Class Declaration'.
      See Also:
      EnumConstantDeclaration.getAnonymousClassDeclaration(), getEnumConstantDeclaration()
    • getEnumConstantDeclaration_Arguments

      org.eclipse.emf.ecore.EReference getEnumConstantDeclaration_Arguments()
      Returns the meta object for the containment reference list 'Arguments'.
      Returns:
      the meta object for the containment reference list 'Arguments'.
      See Also:
      EnumConstantDeclaration.getArguments(), getEnumConstantDeclaration()
    • getEnumDeclaration

      org.eclipse.emf.ecore.EClass getEnumDeclaration()
      Returns the meta object for class 'Enum Declaration'.
      Returns:
      the meta object for class 'Enum Declaration'.
      See Also:
      EnumDeclaration
    • getEnumDeclaration_EnumConstants

      org.eclipse.emf.ecore.EReference getEnumDeclaration_EnumConstants()
      Returns the meta object for the containment reference list 'Enum Constants'.
      Returns:
      the meta object for the containment reference list 'Enum Constants'.
      See Also:
      EnumDeclaration.getEnumConstants(), getEnumDeclaration()
    • getExpression

      org.eclipse.emf.ecore.EClass getExpression()
      Returns the meta object for class 'Expression'.
      Returns:
      the meta object for class 'Expression'.
      See Also:
      Expression
    • getExpressionStatement

      org.eclipse.emf.ecore.EClass getExpressionStatement()
      Returns the meta object for class 'Expression Statement'.
      Returns:
      the meta object for class 'Expression Statement'.
      See Also:
      ExpressionStatement
    • getExpressionStatement_Expression

      org.eclipse.emf.ecore.EReference getExpressionStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ExpressionStatement.getExpression(), getExpressionStatement()
    • getFieldAccess

      org.eclipse.emf.ecore.EClass getFieldAccess()
      Returns the meta object for class 'Field Access'.
      Returns:
      the meta object for class 'Field Access'.
      See Also:
      FieldAccess
    • getFieldAccess_Field

      org.eclipse.emf.ecore.EReference getFieldAccess_Field()
      Returns the meta object for the containment reference 'Field'.
      Returns:
      the meta object for the containment reference 'Field'.
      See Also:
      FieldAccess.getField(), getFieldAccess()
    • getFieldAccess_Expression

      org.eclipse.emf.ecore.EReference getFieldAccess_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      FieldAccess.getExpression(), getFieldAccess()
    • getFieldDeclaration

      org.eclipse.emf.ecore.EClass getFieldDeclaration()
      Returns the meta object for class 'Field Declaration'.
      Returns:
      the meta object for class 'Field Declaration'.
      See Also:
      FieldDeclaration
    • getForStatement

      org.eclipse.emf.ecore.EClass getForStatement()
      Returns the meta object for class 'For Statement'.
      Returns:
      the meta object for class 'For Statement'.
      See Also:
      ForStatement
    • getForStatement_Expression

      org.eclipse.emf.ecore.EReference getForStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ForStatement.getExpression(), getForStatement()
    • getForStatement_Updaters

      org.eclipse.emf.ecore.EReference getForStatement_Updaters()
      Returns the meta object for the containment reference list 'Updaters'.
      Returns:
      the meta object for the containment reference list 'Updaters'.
      See Also:
      ForStatement.getUpdaters(), getForStatement()
    • getForStatement_Initializers

      org.eclipse.emf.ecore.EReference getForStatement_Initializers()
      Returns the meta object for the containment reference list 'Initializers'.
      Returns:
      the meta object for the containment reference list 'Initializers'.
      See Also:
      ForStatement.getInitializers(), getForStatement()
    • getForStatement_Body

      org.eclipse.emf.ecore.EReference getForStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      ForStatement.getBody(), getForStatement()
    • getIfStatement

      org.eclipse.emf.ecore.EClass getIfStatement()
      Returns the meta object for class 'If Statement'.
      Returns:
      the meta object for class 'If Statement'.
      See Also:
      IfStatement
    • getIfStatement_Expression

      org.eclipse.emf.ecore.EReference getIfStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      IfStatement.getExpression(), getIfStatement()
    • getIfStatement_ThenStatement

      org.eclipse.emf.ecore.EReference getIfStatement_ThenStatement()
      Returns the meta object for the containment reference 'Then Statement'.
      Returns:
      the meta object for the containment reference 'Then Statement'.
      See Also:
      IfStatement.getThenStatement(), getIfStatement()
    • getIfStatement_ElseStatement

      org.eclipse.emf.ecore.EReference getIfStatement_ElseStatement()
      Returns the meta object for the containment reference 'Else Statement'.
      Returns:
      the meta object for the containment reference 'Else Statement'.
      See Also:
      IfStatement.getElseStatement(), getIfStatement()
    • getImportDeclaration

      org.eclipse.emf.ecore.EClass getImportDeclaration()
      Returns the meta object for class 'Import Declaration'.
      Returns:
      the meta object for class 'Import Declaration'.
      See Also:
      ImportDeclaration
    • getImportDeclaration_Static

      org.eclipse.emf.ecore.EAttribute getImportDeclaration_Static()
      Returns the meta object for the attribute 'Static'.
      Returns:
      the meta object for the attribute 'Static'.
      See Also:
      ImportDeclaration.isStatic(), getImportDeclaration()
    • getImportDeclaration_ImportedElement

      org.eclipse.emf.ecore.EReference getImportDeclaration_ImportedElement()
      Returns the meta object for the reference 'Imported Element'.
      Returns:
      the meta object for the reference 'Imported Element'.
      See Also:
      ImportDeclaration.getImportedElement(), getImportDeclaration()
    • getInfixExpression

      org.eclipse.emf.ecore.EClass getInfixExpression()
      Returns the meta object for class 'Infix Expression'.
      Returns:
      the meta object for class 'Infix Expression'.
      See Also:
      InfixExpression
    • getInfixExpression_Operator

      org.eclipse.emf.ecore.EAttribute getInfixExpression_Operator()
      Returns the meta object for the attribute 'Operator'.
      Returns:
      the meta object for the attribute 'Operator'.
      See Also:
      InfixExpression.getOperator(), getInfixExpression()
    • getInfixExpression_RightOperand

      org.eclipse.emf.ecore.EReference getInfixExpression_RightOperand()
      Returns the meta object for the containment reference 'Right Operand'.
      Returns:
      the meta object for the containment reference 'Right Operand'.
      See Also:
      InfixExpression.getRightOperand(), getInfixExpression()
    • getInfixExpression_LeftOperand

      org.eclipse.emf.ecore.EReference getInfixExpression_LeftOperand()
      Returns the meta object for the containment reference 'Left Operand'.
      Returns:
      the meta object for the containment reference 'Left Operand'.
      See Also:
      InfixExpression.getLeftOperand(), getInfixExpression()
    • getInfixExpression_ExtendedOperands

      org.eclipse.emf.ecore.EReference getInfixExpression_ExtendedOperands()
      Returns the meta object for the containment reference list 'Extended Operands'.
      Returns:
      the meta object for the containment reference list 'Extended Operands'.
      See Also:
      InfixExpression.getExtendedOperands(), getInfixExpression()
    • getInitializer

      org.eclipse.emf.ecore.EClass getInitializer()
      Returns the meta object for class 'Initializer'.
      Returns:
      the meta object for class 'Initializer'.
      See Also:
      Initializer
    • getInitializer_Body

      org.eclipse.emf.ecore.EReference getInitializer_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      Initializer.getBody(), getInitializer()
    • getInstanceofExpression

      org.eclipse.emf.ecore.EClass getInstanceofExpression()
      Returns the meta object for class 'Instanceof Expression'.
      Returns:
      the meta object for class 'Instanceof Expression'.
      See Also:
      InstanceofExpression
    • getInstanceofExpression_RightOperand

      org.eclipse.emf.ecore.EReference getInstanceofExpression_RightOperand()
      Returns the meta object for the containment reference 'Right Operand'.
      Returns:
      the meta object for the containment reference 'Right Operand'.
      See Also:
      InstanceofExpression.getRightOperand(), getInstanceofExpression()
    • getInstanceofExpression_LeftOperand

      org.eclipse.emf.ecore.EReference getInstanceofExpression_LeftOperand()
      Returns the meta object for the containment reference 'Left Operand'.
      Returns:
      the meta object for the containment reference 'Left Operand'.
      See Also:
      InstanceofExpression.getLeftOperand(), getInstanceofExpression()
    • getInterfaceDeclaration

      org.eclipse.emf.ecore.EClass getInterfaceDeclaration()
      Returns the meta object for class 'Interface Declaration'.
      Returns:
      the meta object for class 'Interface Declaration'.
      See Also:
      InterfaceDeclaration
    • getJavadoc

      org.eclipse.emf.ecore.EClass getJavadoc()
      Returns the meta object for class 'Javadoc'.
      Returns:
      the meta object for class 'Javadoc'.
      See Also:
      Javadoc
    • getJavadoc_Tags

      org.eclipse.emf.ecore.EReference getJavadoc_Tags()
      Returns the meta object for the containment reference list 'Tags'.
      Returns:
      the meta object for the containment reference list 'Tags'.
      See Also:
      Javadoc.getTags(), getJavadoc()
    • getLabeledStatement

      org.eclipse.emf.ecore.EClass getLabeledStatement()
      Returns the meta object for class 'Labeled Statement'.
      Returns:
      the meta object for class 'Labeled Statement'.
      See Also:
      LabeledStatement
    • getLabeledStatement_Body

      org.eclipse.emf.ecore.EReference getLabeledStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      LabeledStatement.getBody(), getLabeledStatement()
    • getLabeledStatement_UsagesInBreakStatements

      org.eclipse.emf.ecore.EReference getLabeledStatement_UsagesInBreakStatements()
      Returns the meta object for the reference list 'Usages In Break Statements'.
      Returns:
      the meta object for the reference list 'Usages In Break Statements'.
      See Also:
      LabeledStatement.getUsagesInBreakStatements(), getLabeledStatement()
    • getLabeledStatement_UsagesInContinueStatements

      org.eclipse.emf.ecore.EReference getLabeledStatement_UsagesInContinueStatements()
      Returns the meta object for the reference list 'Usages In Continue Statements'.
      Returns:
      the meta object for the reference list 'Usages In Continue Statements'.
      See Also:
      LabeledStatement.getUsagesInContinueStatements(), getLabeledStatement()
    • getLineComment

      org.eclipse.emf.ecore.EClass getLineComment()
      Returns the meta object for class 'Line Comment'.
      Returns:
      the meta object for class 'Line Comment'.
      See Also:
      LineComment
    • getManifest

      org.eclipse.emf.ecore.EClass getManifest()
      Returns the meta object for class 'Manifest'.
      Returns:
      the meta object for class 'Manifest'.
      See Also:
      Manifest
    • getManifest_MainAttributes

      org.eclipse.emf.ecore.EReference getManifest_MainAttributes()
      Returns the meta object for the containment reference list 'Main Attributes'.
      Returns:
      the meta object for the containment reference list 'Main Attributes'.
      See Also:
      Manifest.getMainAttributes(), getManifest()
    • getManifest_EntryAttributes

      org.eclipse.emf.ecore.EReference getManifest_EntryAttributes()
      Returns the meta object for the containment reference list 'Entry Attributes'.
      Returns:
      the meta object for the containment reference list 'Entry Attributes'.
      See Also:
      Manifest.getEntryAttributes(), getManifest()
    • getManifestAttribute

      org.eclipse.emf.ecore.EClass getManifestAttribute()
      Returns the meta object for class 'Manifest Attribute'.
      Returns:
      the meta object for class 'Manifest Attribute'.
      See Also:
      ManifestAttribute
    • getManifestAttribute_Key

      org.eclipse.emf.ecore.EAttribute getManifestAttribute_Key()
      Returns the meta object for the attribute 'Key'.
      Returns:
      the meta object for the attribute 'Key'.
      See Also:
      ManifestAttribute.getKey(), getManifestAttribute()
    • getManifestAttribute_Value

      org.eclipse.emf.ecore.EAttribute getManifestAttribute_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      ManifestAttribute.getValue(), getManifestAttribute()
    • getManifestEntry

      org.eclipse.emf.ecore.EClass getManifestEntry()
      Returns the meta object for class 'Manifest Entry'.
      Returns:
      the meta object for class 'Manifest Entry'.
      See Also:
      ManifestEntry
    • getManifestEntry_Name

      org.eclipse.emf.ecore.EAttribute getManifestEntry_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      ManifestEntry.getName(), getManifestEntry()
    • getManifestEntry_Attributes

      org.eclipse.emf.ecore.EReference getManifestEntry_Attributes()
      Returns the meta object for the containment reference list 'Attributes'.
      Returns:
      the meta object for the containment reference list 'Attributes'.
      See Also:
      ManifestEntry.getAttributes(), getManifestEntry()
    • getMemberRef

      org.eclipse.emf.ecore.EClass getMemberRef()
      Returns the meta object for class 'Member Ref'.
      Returns:
      the meta object for class 'Member Ref'.
      See Also:
      MemberRef
    • getMemberRef_Member

      org.eclipse.emf.ecore.EReference getMemberRef_Member()
      Returns the meta object for the reference 'Member'.
      Returns:
      the meta object for the reference 'Member'.
      See Also:
      MemberRef.getMember(), getMemberRef()
    • getMemberRef_Qualifier

      org.eclipse.emf.ecore.EReference getMemberRef_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      MemberRef.getQualifier(), getMemberRef()
    • getMethodDeclaration

      org.eclipse.emf.ecore.EClass getMethodDeclaration()
      Returns the meta object for class 'Method Declaration'.
      Returns:
      the meta object for class 'Method Declaration'.
      See Also:
      MethodDeclaration
    • getMethodDeclaration_ExtraArrayDimensions

      org.eclipse.emf.ecore.EAttribute getMethodDeclaration_ExtraArrayDimensions()
      Returns the meta object for the attribute 'Extra Array Dimensions'.
      Returns:
      the meta object for the attribute 'Extra Array Dimensions'.
      See Also:
      MethodDeclaration.getExtraArrayDimensions(), getMethodDeclaration()
    • getMethodDeclaration_ReturnType

      org.eclipse.emf.ecore.EReference getMethodDeclaration_ReturnType()
      Returns the meta object for the containment reference 'Return Type'.
      Returns:
      the meta object for the containment reference 'Return Type'.
      See Also:
      MethodDeclaration.getReturnType(), getMethodDeclaration()
    • getMethodDeclaration_RedefinedMethodDeclaration

      org.eclipse.emf.ecore.EReference getMethodDeclaration_RedefinedMethodDeclaration()
      Returns the meta object for the reference 'Redefined Method Declaration'.
      Returns:
      the meta object for the reference 'Redefined Method Declaration'.
      See Also:
      MethodDeclaration.getRedefinedMethodDeclaration(), getMethodDeclaration()
    • getMethodDeclaration_Redefinitions

      org.eclipse.emf.ecore.EReference getMethodDeclaration_Redefinitions()
      Returns the meta object for the reference list 'Redefinitions'.
      Returns:
      the meta object for the reference list 'Redefinitions'.
      See Also:
      MethodDeclaration.getRedefinitions(), getMethodDeclaration()
    • getMethodInvocation

      org.eclipse.emf.ecore.EClass getMethodInvocation()
      Returns the meta object for class 'Method Invocation'.
      Returns:
      the meta object for class 'Method Invocation'.
      See Also:
      MethodInvocation
    • getMethodInvocation_Expression

      org.eclipse.emf.ecore.EReference getMethodInvocation_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      MethodInvocation.getExpression(), getMethodInvocation()
    • getMethodRef

      org.eclipse.emf.ecore.EClass getMethodRef()
      Returns the meta object for class 'Method Ref'.
      Returns:
      the meta object for class 'Method Ref'.
      See Also:
      MethodRef
    • getMethodRef_Method

      org.eclipse.emf.ecore.EReference getMethodRef_Method()
      Returns the meta object for the reference 'Method'.
      Returns:
      the meta object for the reference 'Method'.
      See Also:
      MethodRef.getMethod(), getMethodRef()
    • getMethodRef_Qualifier

      org.eclipse.emf.ecore.EReference getMethodRef_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      MethodRef.getQualifier(), getMethodRef()
    • getMethodRef_Parameters

      org.eclipse.emf.ecore.EReference getMethodRef_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
      MethodRef.getParameters(), getMethodRef()
    • getMethodRefParameter

      org.eclipse.emf.ecore.EClass getMethodRefParameter()
      Returns the meta object for class 'Method Ref Parameter'.
      Returns:
      the meta object for class 'Method Ref Parameter'.
      See Also:
      MethodRefParameter
    • getMethodRefParameter_Name

      org.eclipse.emf.ecore.EAttribute getMethodRefParameter_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      MethodRefParameter.getName(), getMethodRefParameter()
    • getMethodRefParameter_Varargs

      org.eclipse.emf.ecore.EAttribute getMethodRefParameter_Varargs()
      Returns the meta object for the attribute 'Varargs'.
      Returns:
      the meta object for the attribute 'Varargs'.
      See Also:
      MethodRefParameter.isVarargs(), getMethodRefParameter()
    • getMethodRefParameter_Type

      org.eclipse.emf.ecore.EReference getMethodRefParameter_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      MethodRefParameter.getType(), getMethodRefParameter()
    • getModel

      org.eclipse.emf.ecore.EClass getModel()
      Returns the meta object for class 'Model'.
      Returns:
      the meta object for class 'Model'.
      See Also:
      Model
    • getModel_Name

      org.eclipse.emf.ecore.EAttribute getModel_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      Model.getName(), getModel()
    • getModel_OwnedElements

      org.eclipse.emf.ecore.EReference getModel_OwnedElements()
      Returns the meta object for the containment reference list 'Owned Elements'.
      Returns:
      the meta object for the containment reference list 'Owned Elements'.
      See Also:
      Model.getOwnedElements(), getModel()
    • getModel_OrphanTypes

      org.eclipse.emf.ecore.EReference getModel_OrphanTypes()
      Returns the meta object for the containment reference list 'Orphan Types'.
      Returns:
      the meta object for the containment reference list 'Orphan Types'.
      See Also:
      Model.getOrphanTypes(), getModel()
    • getModel_UnresolvedItems

      org.eclipse.emf.ecore.EReference getModel_UnresolvedItems()
      Returns the meta object for the containment reference list 'Unresolved Items'.
      Returns:
      the meta object for the containment reference list 'Unresolved Items'.
      See Also:
      Model.getUnresolvedItems(), getModel()
    • getModel_CompilationUnits

      org.eclipse.emf.ecore.EReference getModel_CompilationUnits()
      Returns the meta object for the containment reference list 'Compilation Units'.
      Returns:
      the meta object for the containment reference list 'Compilation Units'.
      See Also:
      Model.getCompilationUnits(), getModel()
    • getModel_ClassFiles

      org.eclipse.emf.ecore.EReference getModel_ClassFiles()
      Returns the meta object for the containment reference list 'Class Files'.
      Returns:
      the meta object for the containment reference list 'Class Files'.
      See Also:
      Model.getClassFiles(), getModel()
    • getModel_Archives

      org.eclipse.emf.ecore.EReference getModel_Archives()
      Returns the meta object for the containment reference list 'Archives'.
      Returns:
      the meta object for the containment reference list 'Archives'.
      See Also:
      Model.getArchives(), getModel()
    • getModifier

      org.eclipse.emf.ecore.EClass getModifier()
      Returns the meta object for class 'Modifier'.
      Returns:
      the meta object for class 'Modifier'.
      See Also:
      Modifier
    • getModifier_Visibility

      org.eclipse.emf.ecore.EAttribute getModifier_Visibility()
      Returns the meta object for the attribute 'Visibility'.
      Returns:
      the meta object for the attribute 'Visibility'.
      See Also:
      Modifier.getVisibility(), getModifier()
    • getModifier_Inheritance

      org.eclipse.emf.ecore.EAttribute getModifier_Inheritance()
      Returns the meta object for the attribute 'Inheritance'.
      Returns:
      the meta object for the attribute 'Inheritance'.
      See Also:
      Modifier.getInheritance(), getModifier()
    • getModifier_Static

      org.eclipse.emf.ecore.EAttribute getModifier_Static()
      Returns the meta object for the attribute 'Static'.
      Returns:
      the meta object for the attribute 'Static'.
      See Also:
      Modifier.isStatic(), getModifier()
    • getModifier_Transient

      org.eclipse.emf.ecore.EAttribute getModifier_Transient()
      Returns the meta object for the attribute 'Transient'.
      Returns:
      the meta object for the attribute 'Transient'.
      See Also:
      Modifier.isTransient(), getModifier()
    • getModifier_Volatile

      org.eclipse.emf.ecore.EAttribute getModifier_Volatile()
      Returns the meta object for the attribute 'Volatile'.
      Returns:
      the meta object for the attribute 'Volatile'.
      See Also:
      Modifier.isVolatile(), getModifier()
    • getModifier_Native

      org.eclipse.emf.ecore.EAttribute getModifier_Native()
      Returns the meta object for the attribute 'Native'.
      Returns:
      the meta object for the attribute 'Native'.
      See Also:
      Modifier.isNative(), getModifier()
    • getModifier_Strictfp

      org.eclipse.emf.ecore.EAttribute getModifier_Strictfp()
      Returns the meta object for the attribute 'Strictfp'.
      Returns:
      the meta object for the attribute 'Strictfp'.
      See Also:
      Modifier.isStrictfp(), getModifier()
    • getModifier_Synchronized

      org.eclipse.emf.ecore.EAttribute getModifier_Synchronized()
      Returns the meta object for the attribute 'Synchronized'.
      Returns:
      the meta object for the attribute 'Synchronized'.
      See Also:
      Modifier.isSynchronized(), getModifier()
    • getModifier_BodyDeclaration

      org.eclipse.emf.ecore.EReference getModifier_BodyDeclaration()
      Returns the meta object for the container reference 'Body Declaration'.
      Returns:
      the meta object for the container reference 'Body Declaration'.
      See Also:
      Modifier.getBodyDeclaration(), getModifier()
    • getModifier_SingleVariableDeclaration

      org.eclipse.emf.ecore.EReference getModifier_SingleVariableDeclaration()
      Returns the meta object for the container reference 'Single Variable Declaration'.
      Returns:
      the meta object for the container reference 'Single Variable Declaration'.
      See Also:
      Modifier.getSingleVariableDeclaration(), getModifier()
    • getModifier_VariableDeclarationStatement

      org.eclipse.emf.ecore.EReference getModifier_VariableDeclarationStatement()
      Returns the meta object for the container reference 'Variable Declaration Statement'.
      Returns:
      the meta object for the container reference 'Variable Declaration Statement'.
      See Also:
      Modifier.getVariableDeclarationStatement(), getModifier()
    • getModifier_VariableDeclarationExpression

      org.eclipse.emf.ecore.EReference getModifier_VariableDeclarationExpression()
      Returns the meta object for the container reference 'Variable Declaration Expression'.
      Returns:
      the meta object for the container reference 'Variable Declaration Expression'.
      See Also:
      Modifier.getVariableDeclarationExpression(), getModifier()
    • getNamedElement

      org.eclipse.emf.ecore.EClass getNamedElement()
      Returns the meta object for class 'Named Element'.
      Returns:
      the meta object for class 'Named Element'.
      See Also:
      NamedElement
    • getNamedElement_Name

      org.eclipse.emf.ecore.EAttribute getNamedElement_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      NamedElement.getName(), getNamedElement()
    • getNamedElement_Proxy

      org.eclipse.emf.ecore.EAttribute getNamedElement_Proxy()
      Returns the meta object for the attribute 'Proxy'.
      Returns:
      the meta object for the attribute 'Proxy'.
      See Also:
      NamedElement.isProxy(), getNamedElement()
    • getNamedElement_UsagesInImports

      org.eclipse.emf.ecore.EReference getNamedElement_UsagesInImports()
      Returns the meta object for the reference list 'Usages In Imports'.
      Returns:
      the meta object for the reference list 'Usages In Imports'.
      See Also:
      NamedElement.getUsagesInImports(), getNamedElement()
    • getNamespaceAccess

      org.eclipse.emf.ecore.EClass getNamespaceAccess()
      Returns the meta object for class 'Namespace Access'.
      Returns:
      the meta object for class 'Namespace Access'.
      See Also:
      NamespaceAccess
    • getNumberLiteral

      org.eclipse.emf.ecore.EClass getNumberLiteral()
      Returns the meta object for class 'Number Literal'.
      Returns:
      the meta object for class 'Number Literal'.
      See Also:
      NumberLiteral
    • getNumberLiteral_TokenValue

      org.eclipse.emf.ecore.EAttribute getNumberLiteral_TokenValue()
      Returns the meta object for the attribute 'Token Value'.
      Returns:
      the meta object for the attribute 'Token Value'.
      See Also:
      NumberLiteral.getTokenValue(), getNumberLiteral()
    • getNullLiteral

      org.eclipse.emf.ecore.EClass getNullLiteral()
      Returns the meta object for class 'Null Literal'.
      Returns:
      the meta object for class 'Null Literal'.
      See Also:
      NullLiteral
    • getPackage

      org.eclipse.emf.ecore.EClass getPackage()
      Returns the meta object for class 'Package'.
      Returns:
      the meta object for class 'Package'.
      See Also:
      Package
    • getPackage_OwnedElements

      org.eclipse.emf.ecore.EReference getPackage_OwnedElements()
      Returns the meta object for the containment reference list 'Owned Elements'.
      Returns:
      the meta object for the containment reference list 'Owned Elements'.
      See Also:
      Package.getOwnedElements(), getPackage()
    • getPackage_Model

      org.eclipse.emf.ecore.EReference getPackage_Model()
      Returns the meta object for the container reference 'Model'.
      Returns:
      the meta object for the container reference 'Model'.
      See Also:
      Package.getModel(), getPackage()
    • getPackage_OwnedPackages

      org.eclipse.emf.ecore.EReference getPackage_OwnedPackages()
      Returns the meta object for the containment reference list 'Owned Packages'.
      Returns:
      the meta object for the containment reference list 'Owned Packages'.
      See Also:
      Package.getOwnedPackages(), getPackage()
    • getPackage_Package

      org.eclipse.emf.ecore.EReference getPackage_Package()
      Returns the meta object for the container reference 'Package'.
      Returns:
      the meta object for the container reference 'Package'.
      See Also:
      Package.getPackage(), getPackage()
    • getPackage_UsagesInPackageAccess

      org.eclipse.emf.ecore.EReference getPackage_UsagesInPackageAccess()
      Returns the meta object for the reference list 'Usages In Package Access'.
      Returns:
      the meta object for the reference list 'Usages In Package Access'.
      See Also:
      Package.getUsagesInPackageAccess(), getPackage()
    • getPackageAccess

      org.eclipse.emf.ecore.EClass getPackageAccess()
      Returns the meta object for class 'Package Access'.
      Returns:
      the meta object for class 'Package Access'.
      See Also:
      PackageAccess
    • getPackageAccess_Package

      org.eclipse.emf.ecore.EReference getPackageAccess_Package()
      Returns the meta object for the reference 'Package'.
      Returns:
      the meta object for the reference 'Package'.
      See Also:
      PackageAccess.getPackage(), getPackageAccess()
    • getPackageAccess_Qualifier

      org.eclipse.emf.ecore.EReference getPackageAccess_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      PackageAccess.getQualifier(), getPackageAccess()
    • getParameterizedType

      org.eclipse.emf.ecore.EClass getParameterizedType()
      Returns the meta object for class 'Parameterized Type'.
      Returns:
      the meta object for class 'Parameterized Type'.
      See Also:
      ParameterizedType
    • getParameterizedType_Type

      org.eclipse.emf.ecore.EReference getParameterizedType_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      ParameterizedType.getType(), getParameterizedType()
    • getParameterizedType_TypeArguments

      org.eclipse.emf.ecore.EReference getParameterizedType_TypeArguments()
      Returns the meta object for the containment reference list 'Type Arguments'.
      Returns:
      the meta object for the containment reference list 'Type Arguments'.
      See Also:
      ParameterizedType.getTypeArguments(), getParameterizedType()
    • getParenthesizedExpression

      org.eclipse.emf.ecore.EClass getParenthesizedExpression()
      Returns the meta object for class 'Parenthesized Expression'.
      Returns:
      the meta object for class 'Parenthesized Expression'.
      See Also:
      ParenthesizedExpression
    • getParenthesizedExpression_Expression

      org.eclipse.emf.ecore.EReference getParenthesizedExpression_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ParenthesizedExpression.getExpression(), getParenthesizedExpression()
    • getPostfixExpression

      org.eclipse.emf.ecore.EClass getPostfixExpression()
      Returns the meta object for class 'Postfix Expression'.
      Returns:
      the meta object for class 'Postfix Expression'.
      See Also:
      PostfixExpression
    • getPostfixExpression_Operator

      org.eclipse.emf.ecore.EAttribute getPostfixExpression_Operator()
      Returns the meta object for the attribute 'Operator'.
      Returns:
      the meta object for the attribute 'Operator'.
      See Also:
      PostfixExpression.getOperator(), getPostfixExpression()
    • getPostfixExpression_Operand

      org.eclipse.emf.ecore.EReference getPostfixExpression_Operand()
      Returns the meta object for the containment reference 'Operand'.
      Returns:
      the meta object for the containment reference 'Operand'.
      See Also:
      PostfixExpression.getOperand(), getPostfixExpression()
    • getPrefixExpression

      org.eclipse.emf.ecore.EClass getPrefixExpression()
      Returns the meta object for class 'Prefix Expression'.
      Returns:
      the meta object for class 'Prefix Expression'.
      See Also:
      PrefixExpression
    • getPrefixExpression_Operator

      org.eclipse.emf.ecore.EAttribute getPrefixExpression_Operator()
      Returns the meta object for the attribute 'Operator'.
      Returns:
      the meta object for the attribute 'Operator'.
      See Also:
      PrefixExpression.getOperator(), getPrefixExpression()
    • getPrefixExpression_Operand

      org.eclipse.emf.ecore.EReference getPrefixExpression_Operand()
      Returns the meta object for the containment reference 'Operand'.
      Returns:
      the meta object for the containment reference 'Operand'.
      See Also:
      PrefixExpression.getOperand(), getPrefixExpression()
    • getPrimitiveType

      org.eclipse.emf.ecore.EClass getPrimitiveType()
      Returns the meta object for class 'Primitive Type'.
      Returns:
      the meta object for class 'Primitive Type'.
      See Also:
      PrimitiveType
    • getPrimitiveTypeBoolean

      org.eclipse.emf.ecore.EClass getPrimitiveTypeBoolean()
      Returns the meta object for class 'Primitive Type Boolean'.
      Returns:
      the meta object for class 'Primitive Type Boolean'.
      See Also:
      PrimitiveTypeBoolean
    • getPrimitiveTypeByte

      org.eclipse.emf.ecore.EClass getPrimitiveTypeByte()
      Returns the meta object for class 'Primitive Type Byte'.
      Returns:
      the meta object for class 'Primitive Type Byte'.
      See Also:
      PrimitiveTypeByte
    • getPrimitiveTypeChar

      org.eclipse.emf.ecore.EClass getPrimitiveTypeChar()
      Returns the meta object for class 'Primitive Type Char'.
      Returns:
      the meta object for class 'Primitive Type Char'.
      See Also:
      PrimitiveTypeChar
    • getPrimitiveTypeDouble

      org.eclipse.emf.ecore.EClass getPrimitiveTypeDouble()
      Returns the meta object for class 'Primitive Type Double'.
      Returns:
      the meta object for class 'Primitive Type Double'.
      See Also:
      PrimitiveTypeDouble
    • getPrimitiveTypeShort

      org.eclipse.emf.ecore.EClass getPrimitiveTypeShort()
      Returns the meta object for class 'Primitive Type Short'.
      Returns:
      the meta object for class 'Primitive Type Short'.
      See Also:
      PrimitiveTypeShort
    • getPrimitiveTypeFloat

      org.eclipse.emf.ecore.EClass getPrimitiveTypeFloat()
      Returns the meta object for class 'Primitive Type Float'.
      Returns:
      the meta object for class 'Primitive Type Float'.
      See Also:
      PrimitiveTypeFloat
    • getPrimitiveTypeInt

      org.eclipse.emf.ecore.EClass getPrimitiveTypeInt()
      Returns the meta object for class 'Primitive Type Int'.
      Returns:
      the meta object for class 'Primitive Type Int'.
      See Also:
      PrimitiveTypeInt
    • getPrimitiveTypeLong

      org.eclipse.emf.ecore.EClass getPrimitiveTypeLong()
      Returns the meta object for class 'Primitive Type Long'.
      Returns:
      the meta object for class 'Primitive Type Long'.
      See Also:
      PrimitiveTypeLong
    • getPrimitiveTypeVoid

      org.eclipse.emf.ecore.EClass getPrimitiveTypeVoid()
      Returns the meta object for class 'Primitive Type Void'.
      Returns:
      the meta object for class 'Primitive Type Void'.
      See Also:
      PrimitiveTypeVoid
    • getReturnStatement

      org.eclipse.emf.ecore.EClass getReturnStatement()
      Returns the meta object for class 'Return Statement'.
      Returns:
      the meta object for class 'Return Statement'.
      See Also:
      ReturnStatement
    • getReturnStatement_Expression

      org.eclipse.emf.ecore.EReference getReturnStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ReturnStatement.getExpression(), getReturnStatement()
    • getSingleVariableAccess

      org.eclipse.emf.ecore.EClass getSingleVariableAccess()
      Returns the meta object for class 'Single Variable Access'.
      Returns:
      the meta object for class 'Single Variable Access'.
      See Also:
      SingleVariableAccess
    • getSingleVariableAccess_Variable

      org.eclipse.emf.ecore.EReference getSingleVariableAccess_Variable()
      Returns the meta object for the reference 'Variable'.
      Returns:
      the meta object for the reference 'Variable'.
      See Also:
      SingleVariableAccess.getVariable(), getSingleVariableAccess()
    • getSingleVariableAccess_Qualifier

      org.eclipse.emf.ecore.EReference getSingleVariableAccess_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      SingleVariableAccess.getQualifier(), getSingleVariableAccess()
    • getSingleVariableDeclaration

      org.eclipse.emf.ecore.EClass getSingleVariableDeclaration()
      Returns the meta object for class 'Single Variable Declaration'.
      Returns:
      the meta object for class 'Single Variable Declaration'.
      See Also:
      SingleVariableDeclaration
    • getSingleVariableDeclaration_Modifier

      org.eclipse.emf.ecore.EReference getSingleVariableDeclaration_Modifier()
      Returns the meta object for the containment reference 'Modifier'.
      Returns:
      the meta object for the containment reference 'Modifier'.
      See Also:
      SingleVariableDeclaration.getModifier(), getSingleVariableDeclaration()
    • getSingleVariableDeclaration_Varargs

      org.eclipse.emf.ecore.EAttribute getSingleVariableDeclaration_Varargs()
      Returns the meta object for the attribute 'Varargs'.
      Returns:
      the meta object for the attribute 'Varargs'.
      See Also:
      SingleVariableDeclaration.isVarargs(), getSingleVariableDeclaration()
    • getSingleVariableDeclaration_Type

      org.eclipse.emf.ecore.EReference getSingleVariableDeclaration_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      SingleVariableDeclaration.getType(), getSingleVariableDeclaration()
    • getSingleVariableDeclaration_Annotations

      org.eclipse.emf.ecore.EReference getSingleVariableDeclaration_Annotations()
      Returns the meta object for the containment reference list 'Annotations'.
      Returns:
      the meta object for the containment reference list 'Annotations'.
      See Also:
      SingleVariableDeclaration.getAnnotations(), getSingleVariableDeclaration()
    • getSingleVariableDeclaration_MethodDeclaration

      org.eclipse.emf.ecore.EReference getSingleVariableDeclaration_MethodDeclaration()
      Returns the meta object for the container reference 'Method Declaration'.
      Returns:
      the meta object for the container reference 'Method Declaration'.
      See Also:
      SingleVariableDeclaration.getMethodDeclaration(), getSingleVariableDeclaration()
    • getSingleVariableDeclaration_CatchClause

      org.eclipse.emf.ecore.EReference getSingleVariableDeclaration_CatchClause()
      Returns the meta object for the container reference 'Catch Clause'.
      Returns:
      the meta object for the container reference 'Catch Clause'.
      See Also:
      SingleVariableDeclaration.getCatchClause(), getSingleVariableDeclaration()
    • getSingleVariableDeclaration_EnhancedForStatement

      org.eclipse.emf.ecore.EReference getSingleVariableDeclaration_EnhancedForStatement()
      Returns the meta object for the container reference 'Enhanced For Statement'.
      Returns:
      the meta object for the container reference 'Enhanced For Statement'.
      See Also:
      SingleVariableDeclaration.getEnhancedForStatement(), getSingleVariableDeclaration()
    • getStatement

      org.eclipse.emf.ecore.EClass getStatement()
      Returns the meta object for class 'Statement'.
      Returns:
      the meta object for class 'Statement'.
      See Also:
      Statement
    • getStringLiteral

      org.eclipse.emf.ecore.EClass getStringLiteral()
      Returns the meta object for class 'String Literal'.
      Returns:
      the meta object for class 'String Literal'.
      See Also:
      StringLiteral
    • getStringLiteral_EscapedValue

      org.eclipse.emf.ecore.EAttribute getStringLiteral_EscapedValue()
      Returns the meta object for the attribute 'Escaped Value'.
      Returns:
      the meta object for the attribute 'Escaped Value'.
      See Also:
      StringLiteral.getEscapedValue(), getStringLiteral()
    • getSuperConstructorInvocation

      org.eclipse.emf.ecore.EClass getSuperConstructorInvocation()
      Returns the meta object for class 'Super Constructor Invocation'.
      Returns:
      the meta object for class 'Super Constructor Invocation'.
      See Also:
      SuperConstructorInvocation
    • getSuperConstructorInvocation_Expression

      org.eclipse.emf.ecore.EReference getSuperConstructorInvocation_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      SuperConstructorInvocation.getExpression(), getSuperConstructorInvocation()
    • getSuperFieldAccess

      org.eclipse.emf.ecore.EClass getSuperFieldAccess()
      Returns the meta object for class 'Super Field Access'.
      Returns:
      the meta object for class 'Super Field Access'.
      See Also:
      SuperFieldAccess
    • getSuperFieldAccess_Field

      org.eclipse.emf.ecore.EReference getSuperFieldAccess_Field()
      Returns the meta object for the containment reference 'Field'.
      Returns:
      the meta object for the containment reference 'Field'.
      See Also:
      SuperFieldAccess.getField(), getSuperFieldAccess()
    • getSuperMethodInvocation

      org.eclipse.emf.ecore.EClass getSuperMethodInvocation()
      Returns the meta object for class 'Super Method Invocation'.
      Returns:
      the meta object for class 'Super Method Invocation'.
      See Also:
      SuperMethodInvocation
    • getSwitchCase

      org.eclipse.emf.ecore.EClass getSwitchCase()
      Returns the meta object for class 'Switch Case'.
      Returns:
      the meta object for class 'Switch Case'.
      See Also:
      SwitchCase
    • getSwitchCase_Default

      org.eclipse.emf.ecore.EAttribute getSwitchCase_Default()
      Returns the meta object for the attribute 'Default'.
      Returns:
      the meta object for the attribute 'Default'.
      See Also:
      SwitchCase.isDefault(), getSwitchCase()
    • getSwitchCase_Expression

      org.eclipse.emf.ecore.EReference getSwitchCase_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      SwitchCase.getExpression(), getSwitchCase()
    • getSwitchStatement

      org.eclipse.emf.ecore.EClass getSwitchStatement()
      Returns the meta object for class 'Switch Statement'.
      Returns:
      the meta object for class 'Switch Statement'.
      See Also:
      SwitchStatement
    • getSwitchStatement_Expression

      org.eclipse.emf.ecore.EReference getSwitchStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      SwitchStatement.getExpression(), getSwitchStatement()
    • getSwitchStatement_Statements

      org.eclipse.emf.ecore.EReference getSwitchStatement_Statements()
      Returns the meta object for the containment reference list 'Statements'.
      Returns:
      the meta object for the containment reference list 'Statements'.
      See Also:
      SwitchStatement.getStatements(), getSwitchStatement()
    • getSynchronizedStatement

      org.eclipse.emf.ecore.EClass getSynchronizedStatement()
      Returns the meta object for class 'Synchronized Statement'.
      Returns:
      the meta object for class 'Synchronized Statement'.
      See Also:
      SynchronizedStatement
    • getSynchronizedStatement_Body

      org.eclipse.emf.ecore.EReference getSynchronizedStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      SynchronizedStatement.getBody(), getSynchronizedStatement()
    • getSynchronizedStatement_Expression

      org.eclipse.emf.ecore.EReference getSynchronizedStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      SynchronizedStatement.getExpression(), getSynchronizedStatement()
    • getTagElement

      org.eclipse.emf.ecore.EClass getTagElement()
      Returns the meta object for class 'Tag Element'.
      Returns:
      the meta object for class 'Tag Element'.
      See Also:
      TagElement
    • getTagElement_TagName

      org.eclipse.emf.ecore.EAttribute getTagElement_TagName()
      Returns the meta object for the attribute 'Tag Name'.
      Returns:
      the meta object for the attribute 'Tag Name'.
      See Also:
      TagElement.getTagName(), getTagElement()
    • getTagElement_Fragments

      org.eclipse.emf.ecore.EReference getTagElement_Fragments()
      Returns the meta object for the containment reference list 'Fragments'.
      Returns:
      the meta object for the containment reference list 'Fragments'.
      See Also:
      TagElement.getFragments(), getTagElement()
    • getTextElement

      org.eclipse.emf.ecore.EClass getTextElement()
      Returns the meta object for class 'Text Element'.
      Returns:
      the meta object for class 'Text Element'.
      See Also:
      TextElement
    • getTextElement_Text

      org.eclipse.emf.ecore.EAttribute getTextElement_Text()
      Returns the meta object for the attribute 'Text'.
      Returns:
      the meta object for the attribute 'Text'.
      See Also:
      TextElement.getText(), getTextElement()
    • getThisExpression

      org.eclipse.emf.ecore.EClass getThisExpression()
      Returns the meta object for class 'This Expression'.
      Returns:
      the meta object for class 'This Expression'.
      See Also:
      ThisExpression
    • getThrowStatement

      org.eclipse.emf.ecore.EClass getThrowStatement()
      Returns the meta object for class 'Throw Statement'.
      Returns:
      the meta object for class 'Throw Statement'.
      See Also:
      ThrowStatement
    • getThrowStatement_Expression

      org.eclipse.emf.ecore.EReference getThrowStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      ThrowStatement.getExpression(), getThrowStatement()
    • getTryStatement

      org.eclipse.emf.ecore.EClass getTryStatement()
      Returns the meta object for class 'Try Statement'.
      Returns:
      the meta object for class 'Try Statement'.
      See Also:
      TryStatement
    • getTryStatement_Body

      org.eclipse.emf.ecore.EReference getTryStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      TryStatement.getBody(), getTryStatement()
    • getTryStatement_Finally

      org.eclipse.emf.ecore.EReference getTryStatement_Finally()
      Returns the meta object for the containment reference 'Finally'.
      Returns:
      the meta object for the containment reference 'Finally'.
      See Also:
      TryStatement.getFinally(), getTryStatement()
    • getTryStatement_CatchClauses

      org.eclipse.emf.ecore.EReference getTryStatement_CatchClauses()
      Returns the meta object for the containment reference list 'Catch Clauses'.
      Returns:
      the meta object for the containment reference list 'Catch Clauses'.
      See Also:
      TryStatement.getCatchClauses(), getTryStatement()
    • getType

      org.eclipse.emf.ecore.EClass getType()
      Returns the meta object for class 'Type'.
      Returns:
      the meta object for class 'Type'.
      See Also:
      Type
    • getType_UsagesInTypeAccess

      org.eclipse.emf.ecore.EReference getType_UsagesInTypeAccess()
      Returns the meta object for the reference list 'Usages In Type Access'.
      Returns:
      the meta object for the reference list 'Usages In Type Access'.
      See Also:
      Type.getUsagesInTypeAccess(), getType()
    • getTypeAccess

      org.eclipse.emf.ecore.EClass getTypeAccess()
      Returns the meta object for class 'Type Access'.
      Returns:
      the meta object for class 'Type Access'.
      See Also:
      TypeAccess
    • getTypeAccess_Type

      org.eclipse.emf.ecore.EReference getTypeAccess_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      TypeAccess.getType(), getTypeAccess()
    • getTypeAccess_Qualifier

      org.eclipse.emf.ecore.EReference getTypeAccess_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      TypeAccess.getQualifier(), getTypeAccess()
    • getTypeDeclaration

      org.eclipse.emf.ecore.EClass getTypeDeclaration()
      Returns the meta object for class 'Type Declaration'.
      Returns:
      the meta object for class 'Type Declaration'.
      See Also:
      TypeDeclaration
    • getTypeDeclaration_TypeParameters

      org.eclipse.emf.ecore.EReference getTypeDeclaration_TypeParameters()
      Returns the meta object for the containment reference list 'Type Parameters'.
      Returns:
      the meta object for the containment reference list 'Type Parameters'.
      See Also:
      TypeDeclaration.getTypeParameters(), getTypeDeclaration()
    • getTypeDeclarationStatement

      org.eclipse.emf.ecore.EClass getTypeDeclarationStatement()
      Returns the meta object for class 'Type Declaration Statement'.
      Returns:
      the meta object for class 'Type Declaration Statement'.
      See Also:
      TypeDeclarationStatement
    • getTypeDeclarationStatement_Declaration

      org.eclipse.emf.ecore.EReference getTypeDeclarationStatement_Declaration()
      Returns the meta object for the containment reference 'Declaration'.
      Returns:
      the meta object for the containment reference 'Declaration'.
      See Also:
      TypeDeclarationStatement.getDeclaration(), getTypeDeclarationStatement()
    • getTypeLiteral

      org.eclipse.emf.ecore.EClass getTypeLiteral()
      Returns the meta object for class 'Type Literal'.
      Returns:
      the meta object for class 'Type Literal'.
      See Also:
      TypeLiteral
    • getTypeLiteral_Type

      org.eclipse.emf.ecore.EReference getTypeLiteral_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
      TypeLiteral.getType(), getTypeLiteral()
    • getTypeParameter

      org.eclipse.emf.ecore.EClass getTypeParameter()
      Returns the meta object for class 'Type Parameter'.
      Returns:
      the meta object for class 'Type Parameter'.
      See Also:
      TypeParameter
    • getTypeParameter_Bounds

      org.eclipse.emf.ecore.EReference getTypeParameter_Bounds()
      Returns the meta object for the containment reference list 'Bounds'.
      Returns:
      the meta object for the containment reference list 'Bounds'.
      See Also:
      TypeParameter.getBounds(), getTypeParameter()
    • getUnresolvedItem

      org.eclipse.emf.ecore.EClass getUnresolvedItem()
      Returns the meta object for class 'Unresolved Item'.
      Returns:
      the meta object for class 'Unresolved Item'.
      See Also:
      UnresolvedItem
    • getUnresolvedItemAccess

      org.eclipse.emf.ecore.EClass getUnresolvedItemAccess()
      Returns the meta object for class 'Unresolved Item Access'.
      Returns:
      the meta object for class 'Unresolved Item Access'.
      See Also:
      UnresolvedItemAccess
    • getUnresolvedItemAccess_Element

      org.eclipse.emf.ecore.EReference getUnresolvedItemAccess_Element()
      Returns the meta object for the reference 'Element'.
      Returns:
      the meta object for the reference 'Element'.
      See Also:
      UnresolvedItemAccess.getElement(), getUnresolvedItemAccess()
    • getUnresolvedItemAccess_Qualifier

      org.eclipse.emf.ecore.EReference getUnresolvedItemAccess_Qualifier()
      Returns the meta object for the containment reference 'Qualifier'.
      Returns:
      the meta object for the containment reference 'Qualifier'.
      See Also:
      UnresolvedItemAccess.getQualifier(), getUnresolvedItemAccess()
    • getUnresolvedAnnotationDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedAnnotationDeclaration()
      Returns the meta object for class 'Unresolved Annotation Declaration'.
      Returns:
      the meta object for class 'Unresolved Annotation Declaration'.
      See Also:
      UnresolvedAnnotationDeclaration
    • getUnresolvedAnnotationTypeMemberDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedAnnotationTypeMemberDeclaration()
      Returns the meta object for class 'Unresolved Annotation Type Member Declaration'.
      Returns:
      the meta object for class 'Unresolved Annotation Type Member Declaration'.
      See Also:
      UnresolvedAnnotationTypeMemberDeclaration
    • getUnresolvedClassDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedClassDeclaration()
      Returns the meta object for class 'Unresolved Class Declaration'.
      Returns:
      the meta object for class 'Unresolved Class Declaration'.
      See Also:
      UnresolvedClassDeclaration
    • getUnresolvedEnumDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedEnumDeclaration()
      Returns the meta object for class 'Unresolved Enum Declaration'.
      Returns:
      the meta object for class 'Unresolved Enum Declaration'.
      See Also:
      UnresolvedEnumDeclaration
    • getUnresolvedInterfaceDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedInterfaceDeclaration()
      Returns the meta object for class 'Unresolved Interface Declaration'.
      Returns:
      the meta object for class 'Unresolved Interface Declaration'.
      See Also:
      UnresolvedInterfaceDeclaration
    • getUnresolvedLabeledStatement

      org.eclipse.emf.ecore.EClass getUnresolvedLabeledStatement()
      Returns the meta object for class 'Unresolved Labeled Statement'.
      Returns:
      the meta object for class 'Unresolved Labeled Statement'.
      See Also:
      UnresolvedLabeledStatement
    • getUnresolvedMethodDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedMethodDeclaration()
      Returns the meta object for class 'Unresolved Method Declaration'.
      Returns:
      the meta object for class 'Unresolved Method Declaration'.
      See Also:
      UnresolvedMethodDeclaration
    • getUnresolvedSingleVariableDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedSingleVariableDeclaration()
      Returns the meta object for class 'Unresolved Single Variable Declaration'.
      Returns:
      the meta object for class 'Unresolved Single Variable Declaration'.
      See Also:
      UnresolvedSingleVariableDeclaration
    • getUnresolvedType

      org.eclipse.emf.ecore.EClass getUnresolvedType()
      Returns the meta object for class 'Unresolved Type'.
      Returns:
      the meta object for class 'Unresolved Type'.
      See Also:
      UnresolvedType
    • getUnresolvedTypeDeclaration

      org.eclipse.emf.ecore.EClass getUnresolvedTypeDeclaration()
      Returns the meta object for class 'Unresolved Type Declaration'.
      Returns:
      the meta object for class 'Unresolved Type Declaration'.
      See Also:
      UnresolvedTypeDeclaration
    • getUnresolvedVariableDeclarationFragment

      org.eclipse.emf.ecore.EClass getUnresolvedVariableDeclarationFragment()
      Returns the meta object for class 'Unresolved Variable Declaration Fragment'.
      Returns:
      the meta object for class 'Unresolved Variable Declaration Fragment'.
      See Also:
      UnresolvedVariableDeclarationFragment
    • getVariableDeclaration

      org.eclipse.emf.ecore.EClass getVariableDeclaration()
      Returns the meta object for class 'Variable Declaration'.
      Returns:
      the meta object for class 'Variable Declaration'.
      See Also:
      VariableDeclaration
    • getVariableDeclaration_ExtraArrayDimensions

      org.eclipse.emf.ecore.EAttribute getVariableDeclaration_ExtraArrayDimensions()
      Returns the meta object for the attribute 'Extra Array Dimensions'.
      Returns:
      the meta object for the attribute 'Extra Array Dimensions'.
      See Also:
      VariableDeclaration.getExtraArrayDimensions(), getVariableDeclaration()
    • getVariableDeclaration_Initializer

      org.eclipse.emf.ecore.EReference getVariableDeclaration_Initializer()
      Returns the meta object for the containment reference 'Initializer'.
      Returns:
      the meta object for the containment reference 'Initializer'.
      See Also:
      VariableDeclaration.getInitializer(), getVariableDeclaration()
    • getVariableDeclaration_UsageInVariableAccess

      org.eclipse.emf.ecore.EReference getVariableDeclaration_UsageInVariableAccess()
      Returns the meta object for the reference list 'Usage In Variable Access'.
      Returns:
      the meta object for the reference list 'Usage In Variable Access'.
      See Also:
      VariableDeclaration.getUsageInVariableAccess(), getVariableDeclaration()
    • getVariableDeclarationExpression

      org.eclipse.emf.ecore.EClass getVariableDeclarationExpression()
      Returns the meta object for class 'Variable Declaration Expression'.
      Returns:
      the meta object for class 'Variable Declaration Expression'.
      See Also:
      VariableDeclarationExpression
    • getVariableDeclarationExpression_Modifier

      org.eclipse.emf.ecore.EReference getVariableDeclarationExpression_Modifier()
      Returns the meta object for the containment reference 'Modifier'.
      Returns:
      the meta object for the containment reference 'Modifier'.
      See Also:
      VariableDeclarationExpression.getModifier(), getVariableDeclarationExpression()
    • getVariableDeclarationExpression_Annotations

      org.eclipse.emf.ecore.EReference getVariableDeclarationExpression_Annotations()
      Returns the meta object for the containment reference list 'Annotations'.
      Returns:
      the meta object for the containment reference list 'Annotations'.
      See Also:
      VariableDeclarationExpression.getAnnotations(), getVariableDeclarationExpression()
    • getVariableDeclarationFragment

      org.eclipse.emf.ecore.EClass getVariableDeclarationFragment()
      Returns the meta object for class 'Variable Declaration Fragment'.
      Returns:
      the meta object for class 'Variable Declaration Fragment'.
      See Also:
      VariableDeclarationFragment
    • getVariableDeclarationFragment_VariablesContainer

      org.eclipse.emf.ecore.EReference getVariableDeclarationFragment_VariablesContainer()
      Returns the meta object for the container reference 'Variables Container'.
      Returns:
      the meta object for the container reference 'Variables Container'.
      See Also:
      VariableDeclarationFragment.getVariablesContainer(), getVariableDeclarationFragment()
    • getVariableDeclarationStatement

      org.eclipse.emf.ecore.EClass getVariableDeclarationStatement()
      Returns the meta object for class 'Variable Declaration Statement'.
      Returns:
      the meta object for class 'Variable Declaration Statement'.
      See Also:
      VariableDeclarationStatement
    • getVariableDeclarationStatement_ExtraArrayDimensions

      org.eclipse.emf.ecore.EAttribute getVariableDeclarationStatement_ExtraArrayDimensions()
      Returns the meta object for the attribute 'Extra Array Dimensions'.
      Returns:
      the meta object for the attribute 'Extra Array Dimensions'.
      See Also:
      VariableDeclarationStatement.getExtraArrayDimensions(), getVariableDeclarationStatement()
    • getVariableDeclarationStatement_Modifier

      org.eclipse.emf.ecore.EReference getVariableDeclarationStatement_Modifier()
      Returns the meta object for the containment reference 'Modifier'.
      Returns:
      the meta object for the containment reference 'Modifier'.
      See Also:
      VariableDeclarationStatement.getModifier(), getVariableDeclarationStatement()
    • getVariableDeclarationStatement_Annotations

      org.eclipse.emf.ecore.EReference getVariableDeclarationStatement_Annotations()
      Returns the meta object for the containment reference list 'Annotations'.
      Returns:
      the meta object for the containment reference list 'Annotations'.
      See Also:
      VariableDeclarationStatement.getAnnotations(), getVariableDeclarationStatement()
    • getWildCardType

      org.eclipse.emf.ecore.EClass getWildCardType()
      Returns the meta object for class 'Wild Card Type'.
      Returns:
      the meta object for class 'Wild Card Type'.
      See Also:
      WildCardType
    • getWildCardType_UpperBound

      org.eclipse.emf.ecore.EAttribute getWildCardType_UpperBound()
      Returns the meta object for the attribute 'Upper Bound'.
      Returns:
      the meta object for the attribute 'Upper Bound'.
      See Also:
      WildCardType.isUpperBound(), getWildCardType()
    • getWildCardType_Bound

      org.eclipse.emf.ecore.EReference getWildCardType_Bound()
      Returns the meta object for the containment reference 'Bound'.
      Returns:
      the meta object for the containment reference 'Bound'.
      See Also:
      WildCardType.getBound(), getWildCardType()
    • getWhileStatement

      org.eclipse.emf.ecore.EClass getWhileStatement()
      Returns the meta object for class 'While Statement'.
      Returns:
      the meta object for class 'While Statement'.
      See Also:
      WhileStatement
    • getWhileStatement_Expression

      org.eclipse.emf.ecore.EReference getWhileStatement_Expression()
      Returns the meta object for the containment reference 'Expression'.
      Returns:
      the meta object for the containment reference 'Expression'.
      See Also:
      WhileStatement.getExpression(), getWhileStatement()
    • getWhileStatement_Body

      org.eclipse.emf.ecore.EReference getWhileStatement_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
      WhileStatement.getBody(), getWhileStatement()
    • getAssignmentKind

      org.eclipse.emf.ecore.EEnum getAssignmentKind()
      Returns the meta object for enum 'Assignment Kind'.
      Returns:
      the meta object for enum 'Assignment Kind'.
      See Also:
      AssignmentKind
    • getInfixExpressionKind

      org.eclipse.emf.ecore.EEnum getInfixExpressionKind()
      Returns the meta object for enum 'Infix Expression Kind'.
      Returns:
      the meta object for enum 'Infix Expression Kind'.
      See Also:
      InfixExpressionKind
    • getInheritanceKind

      org.eclipse.emf.ecore.EEnum getInheritanceKind()
      Returns the meta object for enum 'Inheritance Kind'.
      Returns:
      the meta object for enum 'Inheritance Kind'.
      See Also:
      InheritanceKind
    • getPostfixExpressionKind

      org.eclipse.emf.ecore.EEnum getPostfixExpressionKind()
      Returns the meta object for enum 'Postfix Expression Kind'.
      Returns:
      the meta object for enum 'Postfix Expression Kind'.
      See Also:
      PostfixExpressionKind
    • getPrefixExpressionKind

      org.eclipse.emf.ecore.EEnum getPrefixExpressionKind()
      Returns the meta object for enum 'Prefix Expression Kind'.
      Returns:
      the meta object for enum 'Prefix Expression Kind'.
      See Also:
      PrefixExpressionKind
    • getVisibilityKind

      org.eclipse.emf.ecore.EEnum getVisibilityKind()
      Returns the meta object for enum 'Visibility Kind'.
      Returns:
      the meta object for enum 'Visibility Kind'.
      See Also:
      VisibilityKind
    • getJavaFactory

      JavaFactory getJavaFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.