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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
Fields Modifier and Type Field Description static intABSTRACT_METHOD_DECLARATIONThe meta object id for the 'Abstract Method Declaration' class.static intABSTRACT_METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intABSTRACT_METHOD_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intABSTRACT_METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intABSTRACT_METHOD_DECLARATION__BODYThe feature id for the 'Body' containment reference.static intABSTRACT_METHOD_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intABSTRACT_METHOD_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intABSTRACT_METHOD_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intABSTRACT_METHOD_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intABSTRACT_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intABSTRACT_METHOD_DECLARATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.static intABSTRACT_METHOD_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intABSTRACT_METHOD_DECLARATION__THROWN_EXCEPTIONSThe feature id for the 'Thrown Exceptions' containment reference list.static intABSTRACT_METHOD_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intABSTRACT_METHOD_DECLARATION__USAGESThe feature id for the 'Usages' reference list.static intABSTRACT_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTSThe feature id for the 'Usages In Doc Comments' reference list.static intABSTRACT_METHOD_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intABSTRACT_METHOD_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Abstract Method Declaration' class.static intABSTRACT_METHOD_DECLARATION_OPERATION_COUNTThe number of operations of the 'Abstract Method Declaration' class.static intABSTRACT_METHOD_INVOCATIONThe meta object id for the 'Abstract Method Invocation' class.static intABSTRACT_METHOD_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intABSTRACT_METHOD_INVOCATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intABSTRACT_METHOD_INVOCATION__METHODThe feature id for the 'Method' reference.static intABSTRACT_METHOD_INVOCATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intABSTRACT_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intABSTRACT_METHOD_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intABSTRACT_METHOD_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Abstract Method Invocation' class.static intABSTRACT_METHOD_INVOCATION_OPERATION_COUNTThe number of operations of the 'Abstract Method Invocation' class.static intABSTRACT_TYPE_DECLARATIONThe meta object id for the 'Abstract Type Declaration' class.static intABSTRACT_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intABSTRACT_TYPE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intABSTRACT_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intABSTRACT_TYPE_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intABSTRACT_TYPE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intABSTRACT_TYPE_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intABSTRACT_TYPE_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intABSTRACT_TYPE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intABSTRACT_TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intABSTRACT_TYPE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intABSTRACT_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intABSTRACT_TYPE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intABSTRACT_TYPE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intABSTRACT_TYPE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intABSTRACT_TYPE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intABSTRACT_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intABSTRACT_TYPE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Abstract Type Declaration' class.static intABSTRACT_TYPE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Abstract Type Declaration' class.static intABSTRACT_TYPE_QUALIFIED_EXPRESSIONThe meta object id for the 'Abstract Type Qualified Expression' class.static intABSTRACT_TYPE_QUALIFIED_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intABSTRACT_TYPE_QUALIFIED_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intABSTRACT_TYPE_QUALIFIED_EXPRESSION__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intABSTRACT_TYPE_QUALIFIED_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Abstract Type Qualified Expression' class.static intABSTRACT_TYPE_QUALIFIED_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Abstract Type Qualified Expression' class.static intABSTRACT_VARIABLES_CONTAINERThe meta object id for the 'Abstract Variables Container' class.static intABSTRACT_VARIABLES_CONTAINER__COMMENTSThe feature id for the 'Comments' containment reference list.static intABSTRACT_VARIABLES_CONTAINER__FRAGMENTSThe feature id for the 'Fragments' containment reference list.static intABSTRACT_VARIABLES_CONTAINER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intABSTRACT_VARIABLES_CONTAINER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intABSTRACT_VARIABLES_CONTAINER__TYPEThe feature id for the 'Type' containment reference.static intABSTRACT_VARIABLES_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Abstract Variables Container' class.static intABSTRACT_VARIABLES_CONTAINER_OPERATION_COUNTThe number of operations of the 'Abstract Variables Container' class.static intANNOTATIONThe meta object id for the 'Annotation' class.static intANNOTATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intANNOTATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intANNOTATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intANNOTATION__TYPEThe feature id for the 'Type' containment reference.static intANNOTATION__VALUESThe feature id for the 'Values' containment reference list.static intANNOTATION_FEATURE_COUNTThe number of structural features of the 'Annotation' class.static intANNOTATION_MEMBER_VALUE_PAIRThe meta object id for the 'Annotation Member Value Pair' class.static intANNOTATION_MEMBER_VALUE_PAIR__COMMENTSThe feature id for the 'Comments' containment reference list.static intANNOTATION_MEMBER_VALUE_PAIR__MEMBERThe feature id for the 'Member' reference.static intANNOTATION_MEMBER_VALUE_PAIR__NAMEThe feature id for the 'Name' attribute.static intANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intANNOTATION_MEMBER_VALUE_PAIR__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intANNOTATION_MEMBER_VALUE_PAIR__PROXYThe feature id for the 'Proxy' attribute.static intANNOTATION_MEMBER_VALUE_PAIR__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intANNOTATION_MEMBER_VALUE_PAIR__VALUEThe feature id for the 'Value' containment reference.static intANNOTATION_MEMBER_VALUE_PAIR_FEATURE_COUNTThe number of structural features of the 'Annotation Member Value Pair' class.static intANNOTATION_MEMBER_VALUE_PAIR_OPERATION_COUNTThe number of operations of the 'Annotation Member Value Pair' class.static intANNOTATION_OPERATION_COUNTThe number of operations of the 'Annotation' class.static intANNOTATION_TYPE_DECLARATIONThe meta object id for the 'Annotation Type Declaration' class.static intANNOTATION_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intANNOTATION_TYPE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intANNOTATION_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intANNOTATION_TYPE_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intANNOTATION_TYPE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intANNOTATION_TYPE_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intANNOTATION_TYPE_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intANNOTATION_TYPE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intANNOTATION_TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intANNOTATION_TYPE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intANNOTATION_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intANNOTATION_TYPE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intANNOTATION_TYPE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intANNOTATION_TYPE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intANNOTATION_TYPE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intANNOTATION_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intANNOTATION_TYPE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Annotation Type Declaration' class.static intANNOTATION_TYPE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Annotation Type Declaration' class.static intANNOTATION_TYPE_MEMBER_DECLARATIONThe meta object id for the 'Annotation Type Member Declaration' class.static intANNOTATION_TYPE_MEMBER_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intANNOTATION_TYPE_MEMBER_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULTThe feature id for the 'Default' containment reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intANNOTATION_TYPE_MEMBER_DECLARATION__TYPEThe feature id for the 'Type' containment reference.static intANNOTATION_TYPE_MEMBER_DECLARATION__USAGESThe feature id for the 'Usages' reference list.static intANNOTATION_TYPE_MEMBER_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intANNOTATION_TYPE_MEMBER_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Annotation Type Member Declaration' class.static intANNOTATION_TYPE_MEMBER_DECLARATION_OPERATION_COUNTThe number of operations of the 'Annotation Type Member Declaration' class.static intANONYMOUS_CLASS_DECLARATIONThe meta object id for the 'Anonymous Class Declaration' class.static intANONYMOUS_CLASS_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intANONYMOUS_CLASS_DECLARATION__CLASS_INSTANCE_CREATIONThe feature id for the 'Class Instance Creation' container reference.static intANONYMOUS_CLASS_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intANONYMOUS_CLASS_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intANONYMOUS_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intANONYMOUS_CLASS_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Anonymous Class Declaration' class.static intANONYMOUS_CLASS_DECLARATION_OPERATION_COUNTThe number of operations of the 'Anonymous Class Declaration' class.static intARCHIVEThe meta object id for the 'Archive' class.static intARCHIVE__CLASS_FILESThe feature id for the 'Class Files' containment reference list.static intARCHIVE__COMMENTSThe feature id for the 'Comments' containment reference list.static intARCHIVE__MANIFESTThe feature id for the 'Manifest' containment reference.static intARCHIVE__NAMEThe feature id for the 'Name' attribute.static intARCHIVE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intARCHIVE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intARCHIVE__ORIGINAL_FILE_PATHThe feature id for the 'Original File Path' attribute.static intARCHIVE__PROXYThe feature id for the 'Proxy' attribute.static intARCHIVE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intARCHIVE_FEATURE_COUNTThe number of structural features of the 'Archive' class.static intARCHIVE_OPERATION_COUNTThe number of operations of the 'Archive' class.static intARRAY_ACCESSThe meta object id for the 'Array Access' class.static intARRAY_ACCESS__ARRAYThe feature id for the 'Array' containment reference.static intARRAY_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intARRAY_ACCESS__INDEXThe feature id for the 'Index' containment reference.static intARRAY_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intARRAY_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intARRAY_ACCESS_FEATURE_COUNTThe number of structural features of the 'Array Access' class.static intARRAY_ACCESS_OPERATION_COUNTThe number of operations of the 'Array Access' class.static intARRAY_CREATIONThe meta object id for the 'Array Creation' class.static intARRAY_CREATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intARRAY_CREATION__DIMENSIONSThe feature id for the 'Dimensions' containment reference list.static intARRAY_CREATION__INITIALIZERThe feature id for the 'Initializer' containment reference.static intARRAY_CREATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intARRAY_CREATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intARRAY_CREATION__TYPEThe feature id for the 'Type' containment reference.static intARRAY_CREATION_FEATURE_COUNTThe number of structural features of the 'Array Creation' class.static intARRAY_CREATION_OPERATION_COUNTThe number of operations of the 'Array Creation' class.static intARRAY_INITIALIZERThe meta object id for the 'Array Initializer' class.static intARRAY_INITIALIZER__COMMENTSThe feature id for the 'Comments' containment reference list.static intARRAY_INITIALIZER__EXPRESSIONSThe feature id for the 'Expressions' containment reference list.static intARRAY_INITIALIZER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intARRAY_INITIALIZER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intARRAY_INITIALIZER_FEATURE_COUNTThe number of structural features of the 'Array Initializer' class.static intARRAY_INITIALIZER_OPERATION_COUNTThe number of operations of the 'Array Initializer' class.static intARRAY_LENGTH_ACCESSThe meta object id for the 'Array Length Access' class.static intARRAY_LENGTH_ACCESS__ARRAYThe feature id for the 'Array' containment reference.static intARRAY_LENGTH_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intARRAY_LENGTH_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intARRAY_LENGTH_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intARRAY_LENGTH_ACCESS_FEATURE_COUNTThe number of structural features of the 'Array Length Access' class.static intARRAY_LENGTH_ACCESS_OPERATION_COUNTThe number of operations of the 'Array Length Access' class.static intARRAY_TYPEThe meta object id for the 'Array Type' class.static intARRAY_TYPE__COMMENTSThe feature id for the 'Comments' containment reference list.static intARRAY_TYPE__DIMENSIONSThe feature id for the 'Dimensions' attribute.static intARRAY_TYPE__ELEMENT_TYPEThe feature id for the 'Element Type' containment reference.static intARRAY_TYPE__NAMEThe feature id for the 'Name' attribute.static intARRAY_TYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intARRAY_TYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intARRAY_TYPE__PROXYThe feature id for the 'Proxy' attribute.static intARRAY_TYPE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intARRAY_TYPE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intARRAY_TYPE_FEATURE_COUNTThe number of structural features of the 'Array Type' class.static intARRAY_TYPE_OPERATION_COUNTThe number of operations of the 'Array Type' class.static intASSERT_STATEMENTThe meta object id for the 'Assert Statement' class.static intASSERT_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intASSERT_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intASSERT_STATEMENT__MESSAGEThe feature id for the 'Message' containment reference.static intASSERT_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intASSERT_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intASSERT_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Assert Statement' class.static intASSERT_STATEMENT_OPERATION_COUNTThe number of operations of the 'Assert Statement' class.static intASSIGNMENTThe meta object id for the 'Assignment' class.static intASSIGNMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intASSIGNMENT__LEFT_HAND_SIDEThe feature id for the 'Left Hand Side' containment reference.static intASSIGNMENT__OPERATORThe feature id for the 'Operator' attribute.static intASSIGNMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intASSIGNMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intASSIGNMENT__RIGHT_HAND_SIDEThe feature id for the 'Right Hand Side' containment reference.static intASSIGNMENT_FEATURE_COUNTThe number of structural features of the 'Assignment' class.static intASSIGNMENT_KINDThe meta object id for the 'Assignment Kind' enum.static intASSIGNMENT_OPERATION_COUNTThe number of operations of the 'Assignment' class.static intAST_NODEThe meta object id for the 'AST Node' class.static intAST_NODE__COMMENTSThe feature id for the 'Comments' containment reference list.static intAST_NODE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intAST_NODE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intAST_NODE_FEATURE_COUNTThe number of structural features of the 'AST Node' class.static intAST_NODE_OPERATION_COUNTThe number of operations of the 'AST Node' class.static intBLOCKThe meta object id for the 'Block' class.static intBLOCK__COMMENTSThe feature id for the 'Comments' containment reference list.static intBLOCK__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intBLOCK__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intBLOCK__STATEMENTSThe feature id for the 'Statements' containment reference list.static intBLOCK_COMMENTThe meta object id for the 'Block Comment' class.static intBLOCK_COMMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intBLOCK_COMMENT__CONTENTThe feature id for the 'Content' attribute.static intBLOCK_COMMENT__ENCLOSED_BY_PARENTThe feature id for the 'Enclosed By Parent' attribute.static intBLOCK_COMMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intBLOCK_COMMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intBLOCK_COMMENT__PREFIX_OF_PARENTThe feature id for the 'Prefix Of Parent' attribute.static intBLOCK_COMMENT_FEATURE_COUNTThe number of structural features of the 'Block Comment' class.static intBLOCK_COMMENT_OPERATION_COUNTThe number of operations of the 'Block Comment' class.static intBLOCK_FEATURE_COUNTThe number of structural features of the 'Block' class.static intBLOCK_OPERATION_COUNTThe number of operations of the 'Block' class.static intBODY_DECLARATIONThe meta object id for the 'Body Declaration' class.static intBODY_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intBODY_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intBODY_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intBODY_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intBODY_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intBODY_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intBODY_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intBODY_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intBODY_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intBODY_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intBODY_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Body Declaration' class.static intBODY_DECLARATION_OPERATION_COUNTThe number of operations of the 'Body Declaration' class.static intBOOLEAN_LITERALThe meta object id for the 'Boolean Literal' class.static intBOOLEAN_LITERAL__COMMENTSThe feature id for the 'Comments' containment reference list.static intBOOLEAN_LITERAL__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intBOOLEAN_LITERAL__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intBOOLEAN_LITERAL__VALUEThe feature id for the 'Value' attribute.static intBOOLEAN_LITERAL_FEATURE_COUNTThe number of structural features of the 'Boolean Literal' class.static intBOOLEAN_LITERAL_OPERATION_COUNTThe number of operations of the 'Boolean Literal' class.static intBREAK_STATEMENTThe meta object id for the 'Break Statement' class.static intBREAK_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intBREAK_STATEMENT__LABELThe feature id for the 'Label' reference.static intBREAK_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intBREAK_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intBREAK_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Break Statement' class.static intBREAK_STATEMENT_OPERATION_COUNTThe number of operations of the 'Break Statement' class.static intCAST_EXPRESSIONThe meta object id for the 'Cast Expression' class.static intCAST_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intCAST_EXPRESSION__EXPRESSIONThe feature id for the 'Expression' containment reference.static intCAST_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCAST_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCAST_EXPRESSION__TYPEThe feature id for the 'Type' containment reference.static intCAST_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Cast Expression' class.static intCAST_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Cast Expression' class.static intCATCH_CLAUSEThe meta object id for the 'Catch Clause' class.static intCATCH_CLAUSE__BODYThe feature id for the 'Body' containment reference.static intCATCH_CLAUSE__COMMENTSThe feature id for the 'Comments' containment reference list.static intCATCH_CLAUSE__EXCEPTIONThe feature id for the 'Exception' containment reference.static intCATCH_CLAUSE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCATCH_CLAUSE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCATCH_CLAUSE_FEATURE_COUNTThe number of structural features of the 'Catch Clause' class.static intCATCH_CLAUSE_OPERATION_COUNTThe number of operations of the 'Catch Clause' class.static intCHARACTER_LITERALThe meta object id for the 'Character Literal' class.static intCHARACTER_LITERAL__COMMENTSThe feature id for the 'Comments' containment reference list.static intCHARACTER_LITERAL__ESCAPED_VALUEThe feature id for the 'Escaped Value' attribute.static intCHARACTER_LITERAL__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCHARACTER_LITERAL__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCHARACTER_LITERAL_FEATURE_COUNTThe number of structural features of the 'Character Literal' class.static intCHARACTER_LITERAL_OPERATION_COUNTThe number of operations of the 'Character Literal' class.static intCLASS_DECLARATIONThe meta object id for the 'Class Declaration' class.static intCLASS_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intCLASS_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intCLASS_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intCLASS_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intCLASS_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intCLASS_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intCLASS_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intCLASS_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intCLASS_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intCLASS_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCLASS_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCLASS_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intCLASS_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intCLASS_DECLARATION__SUPER_CLASSThe feature id for the 'Super Class' containment reference.static intCLASS_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intCLASS_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intCLASS_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intCLASS_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intCLASS_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Class Declaration' class.static intCLASS_DECLARATION_OPERATION_COUNTThe number of operations of the 'Class Declaration' class.static intCLASS_FILEThe meta object id for the 'Class File' class.static intCLASS_FILE__ATTACHED_SOURCEThe feature id for the 'Attached Source' reference.static intCLASS_FILE__COMMENTSThe feature id for the 'Comments' containment reference list.static intCLASS_FILE__NAMEThe feature id for the 'Name' attribute.static intCLASS_FILE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCLASS_FILE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCLASS_FILE__ORIGINAL_FILE_PATHThe feature id for the 'Original File Path' attribute.static intCLASS_FILE__PACKAGEThe feature id for the 'Package' reference.static intCLASS_FILE__PROXYThe feature id for the 'Proxy' attribute.static intCLASS_FILE__TYPEThe feature id for the 'Type' reference.static intCLASS_FILE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intCLASS_FILE_FEATURE_COUNTThe number of structural features of the 'Class File' class.static intCLASS_FILE_OPERATION_COUNTThe number of operations of the 'Class File' class.static intCLASS_INSTANCE_CREATIONThe meta object id for the 'Class Instance Creation' class.static intCLASS_INSTANCE_CREATION__ANONYMOUS_CLASS_DECLARATIONThe feature id for the 'Anonymous Class Declaration' containment reference.static intCLASS_INSTANCE_CREATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intCLASS_INSTANCE_CREATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intCLASS_INSTANCE_CREATION__EXPRESSIONThe feature id for the 'Expression' containment reference.static intCLASS_INSTANCE_CREATION__METHODThe feature id for the 'Method' reference.static intCLASS_INSTANCE_CREATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCLASS_INSTANCE_CREATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCLASS_INSTANCE_CREATION__TYPEThe feature id for the 'Type' containment reference.static intCLASS_INSTANCE_CREATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intCLASS_INSTANCE_CREATION_FEATURE_COUNTThe number of structural features of the 'Class Instance Creation' class.static intCLASS_INSTANCE_CREATION_OPERATION_COUNTThe number of operations of the 'Class Instance Creation' class.static intCOMMENTThe meta object id for the 'Comment' class.static intCOMMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intCOMMENT__CONTENTThe feature id for the 'Content' attribute.static intCOMMENT__ENCLOSED_BY_PARENTThe feature id for the 'Enclosed By Parent' attribute.static intCOMMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCOMMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCOMMENT__PREFIX_OF_PARENTThe feature id for the 'Prefix Of Parent' attribute.static intCOMMENT_FEATURE_COUNTThe number of structural features of the 'Comment' class.static intCOMMENT_OPERATION_COUNTThe number of operations of the 'Comment' class.static intCOMPILATION_UNITThe meta object id for the 'Compilation Unit' class.static intCOMPILATION_UNIT__COMMENT_LISTThe feature id for the 'Comment List' reference list.static intCOMPILATION_UNIT__COMMENTSThe feature id for the 'Comments' containment reference list.static intCOMPILATION_UNIT__IMPORTSThe feature id for the 'Imports' containment reference list.static intCOMPILATION_UNIT__NAMEThe feature id for the 'Name' attribute.static intCOMPILATION_UNIT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCOMPILATION_UNIT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCOMPILATION_UNIT__ORIGINAL_FILE_PATHThe feature id for the 'Original File Path' attribute.static intCOMPILATION_UNIT__PACKAGEThe feature id for the 'Package' reference.static intCOMPILATION_UNIT__PROXYThe feature id for the 'Proxy' attribute.static intCOMPILATION_UNIT__TYPESThe feature id for the 'Types' reference list.static intCOMPILATION_UNIT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intCOMPILATION_UNIT_FEATURE_COUNTThe number of structural features of the 'Compilation Unit' class.static intCOMPILATION_UNIT_OPERATION_COUNTThe number of operations of the 'Compilation Unit' class.static intCONDITIONAL_EXPRESSIONThe meta object id for the 'Conditional Expression' class.static intCONDITIONAL_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intCONDITIONAL_EXPRESSION__ELSE_EXPRESSIONThe feature id for the 'Else Expression' containment reference.static intCONDITIONAL_EXPRESSION__EXPRESSIONThe feature id for the 'Expression' containment reference.static intCONDITIONAL_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCONDITIONAL_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCONDITIONAL_EXPRESSION__THEN_EXPRESSIONThe feature id for the 'Then Expression' containment reference.static intCONDITIONAL_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Conditional Expression' class.static intCONDITIONAL_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Conditional Expression' class.static intCONSTRUCTOR_DECLARATIONThe meta object id for the 'Constructor Declaration' class.static intCONSTRUCTOR_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intCONSTRUCTOR_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intCONSTRUCTOR_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intCONSTRUCTOR_DECLARATION__BODYThe feature id for the 'Body' containment reference.static intCONSTRUCTOR_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intCONSTRUCTOR_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intCONSTRUCTOR_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intCONSTRUCTOR_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCONSTRUCTOR_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCONSTRUCTOR_DECLARATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.static intCONSTRUCTOR_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intCONSTRUCTOR_DECLARATION__THROWN_EXCEPTIONSThe feature id for the 'Thrown Exceptions' containment reference list.static intCONSTRUCTOR_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intCONSTRUCTOR_DECLARATION__USAGESThe feature id for the 'Usages' reference list.static intCONSTRUCTOR_DECLARATION__USAGES_IN_DOC_COMMENTSThe feature id for the 'Usages In Doc Comments' reference list.static intCONSTRUCTOR_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intCONSTRUCTOR_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Constructor Declaration' class.static intCONSTRUCTOR_DECLARATION_OPERATION_COUNTThe number of operations of the 'Constructor Declaration' class.static intCONSTRUCTOR_INVOCATIONThe meta object id for the 'Constructor Invocation' class.static intCONSTRUCTOR_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intCONSTRUCTOR_INVOCATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intCONSTRUCTOR_INVOCATION__METHODThe feature id for the 'Method' reference.static intCONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCONSTRUCTOR_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intCONSTRUCTOR_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Constructor Invocation' class.static intCONSTRUCTOR_INVOCATION_OPERATION_COUNTThe number of operations of the 'Constructor Invocation' class.static intCONTINUE_STATEMENTThe meta object id for the 'Continue Statement' class.static intCONTINUE_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intCONTINUE_STATEMENT__LABELThe feature id for the 'Label' reference.static intCONTINUE_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intCONTINUE_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intCONTINUE_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Continue Statement' class.static intCONTINUE_STATEMENT_OPERATION_COUNTThe number of operations of the 'Continue Statement' class.static intDO_STATEMENTThe meta object id for the 'Do Statement' class.static intDO_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intDO_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intDO_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intDO_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intDO_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intDO_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Do Statement' class.static intDO_STATEMENT_OPERATION_COUNTThe number of operations of the 'Do Statement' class.static JavaPackageeINSTANCEThe singleton instance of the package.static intEMPTY_STATEMENTThe meta object id for the 'Empty Statement' class.static intEMPTY_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intEMPTY_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intEMPTY_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intEMPTY_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Empty Statement' class.static intEMPTY_STATEMENT_OPERATION_COUNTThe number of operations of the 'Empty Statement' class.static StringeNAMEThe package name.static intENHANCED_FOR_STATEMENTThe meta object id for the 'Enhanced For Statement' class.static intENHANCED_FOR_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intENHANCED_FOR_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intENHANCED_FOR_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intENHANCED_FOR_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intENHANCED_FOR_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intENHANCED_FOR_STATEMENT__PARAMETERThe feature id for the 'Parameter' containment reference.static intENHANCED_FOR_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Enhanced For Statement' class.static intENHANCED_FOR_STATEMENT_OPERATION_COUNTThe number of operations of the 'Enhanced For Statement' class.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intENUM_CONSTANT_DECLARATIONThe meta object id for the 'Enum Constant Declaration' class.static intENUM_CONSTANT_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intENUM_CONSTANT_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intENUM_CONSTANT_DECLARATION__ANONYMOUS_CLASS_DECLARATIONThe feature id for the 'Anonymous Class Declaration' containment reference.static intENUM_CONSTANT_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intENUM_CONSTANT_DECLARATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intENUM_CONSTANT_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intENUM_CONSTANT_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intENUM_CONSTANT_DECLARATION__INITIALIZERThe feature id for the 'Initializer' containment reference.static intENUM_CONSTANT_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intENUM_CONSTANT_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intENUM_CONSTANT_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intENUM_CONSTANT_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intENUM_CONSTANT_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intENUM_CONSTANT_DECLARATION__USAGE_IN_VARIABLE_ACCESSThe feature id for the 'Usage In Variable Access' reference list.static intENUM_CONSTANT_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intENUM_CONSTANT_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Enum Constant Declaration' class.static intENUM_CONSTANT_DECLARATION_OPERATION_COUNTThe number of operations of the 'Enum Constant Declaration' class.static intENUM_DECLARATIONThe meta object id for the 'Enum Declaration' class.static intENUM_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intENUM_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intENUM_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intENUM_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intENUM_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intENUM_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intENUM_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intENUM_DECLARATION__ENUM_CONSTANTSThe feature id for the 'Enum Constants' containment reference list.static intENUM_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intENUM_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intENUM_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intENUM_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intENUM_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intENUM_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intENUM_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intENUM_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intENUM_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intENUM_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Enum Declaration' class.static intENUM_DECLARATION_OPERATION_COUNTThe number of operations of the 'Enum Declaration' class.static intEXPRESSIONThe meta object id for the 'Expression' class.static intEXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intEXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intEXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intEXPRESSION_FEATURE_COUNTThe number of structural features of the 'Expression' class.static intEXPRESSION_OPERATION_COUNTThe number of operations of the 'Expression' class.static intEXPRESSION_STATEMENTThe meta object id for the 'Expression Statement' class.static intEXPRESSION_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intEXPRESSION_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intEXPRESSION_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intEXPRESSION_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intEXPRESSION_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Expression Statement' class.static intEXPRESSION_STATEMENT_OPERATION_COUNTThe number of operations of the 'Expression Statement' class.static intFIELD_ACCESSThe meta object id for the 'Field Access' class.static intFIELD_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intFIELD_ACCESS__EXPRESSIONThe feature id for the 'Expression' containment reference.static intFIELD_ACCESS__FIELDThe feature id for the 'Field' containment reference.static intFIELD_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intFIELD_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intFIELD_ACCESS_FEATURE_COUNTThe number of structural features of the 'Field Access' class.static intFIELD_ACCESS_OPERATION_COUNTThe number of operations of the 'Field Access' class.static intFIELD_DECLARATIONThe meta object id for the 'Field Declaration' class.static intFIELD_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intFIELD_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intFIELD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intFIELD_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intFIELD_DECLARATION__FRAGMENTSThe feature id for the 'Fragments' containment reference list.static intFIELD_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intFIELD_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intFIELD_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intFIELD_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intFIELD_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intFIELD_DECLARATION__TYPEThe feature id for the 'Type' containment reference.static intFIELD_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intFIELD_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Field Declaration' class.static intFIELD_DECLARATION_OPERATION_COUNTThe number of operations of the 'Field Declaration' class.static intFOR_STATEMENTThe meta object id for the 'For Statement' class.static intFOR_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intFOR_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intFOR_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intFOR_STATEMENT__INITIALIZERSThe feature id for the 'Initializers' containment reference list.static intFOR_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intFOR_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intFOR_STATEMENT__UPDATERSThe feature id for the 'Updaters' containment reference list.static intFOR_STATEMENT_FEATURE_COUNTThe number of structural features of the 'For Statement' class.static intFOR_STATEMENT_OPERATION_COUNTThe number of operations of the 'For Statement' class.static intIF_STATEMENTThe meta object id for the 'If Statement' class.static intIF_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intIF_STATEMENT__ELSE_STATEMENTThe feature id for the 'Else Statement' containment reference.static intIF_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intIF_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intIF_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intIF_STATEMENT__THEN_STATEMENTThe feature id for the 'Then Statement' containment reference.static intIF_STATEMENT_FEATURE_COUNTThe number of structural features of the 'If Statement' class.static intIF_STATEMENT_OPERATION_COUNTThe number of operations of the 'If Statement' class.static intIMPORT_DECLARATIONThe meta object id for the 'Import Declaration' class.static intIMPORT_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intIMPORT_DECLARATION__IMPORTED_ELEMENTThe feature id for the 'Imported Element' reference.static intIMPORT_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intIMPORT_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intIMPORT_DECLARATION__STATICThe feature id for the 'Static' attribute.static intIMPORT_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Import Declaration' class.static intIMPORT_DECLARATION_OPERATION_COUNTThe number of operations of the 'Import Declaration' class.static intINFIX_EXPRESSIONThe meta object id for the 'Infix Expression' class.static intINFIX_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intINFIX_EXPRESSION__EXTENDED_OPERANDSThe feature id for the 'Extended Operands' containment reference list.static intINFIX_EXPRESSION__LEFT_OPERANDThe feature id for the 'Left Operand' containment reference.static intINFIX_EXPRESSION__OPERATORThe feature id for the 'Operator' attribute.static intINFIX_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intINFIX_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intINFIX_EXPRESSION__RIGHT_OPERANDThe feature id for the 'Right Operand' containment reference.static intINFIX_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Infix Expression' class.static intINFIX_EXPRESSION_KINDThe meta object id for the 'Infix Expression Kind' enum.static intINFIX_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Infix Expression' class.static intINHERITANCE_KINDThe meta object id for the 'Inheritance Kind' enum.static intINITIALIZERThe meta object id for the 'Initializer' class.static intINITIALIZER__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intINITIALIZER__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intINITIALIZER__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intINITIALIZER__BODYThe feature id for the 'Body' containment reference.static intINITIALIZER__COMMENTSThe feature id for the 'Comments' containment reference list.static intINITIALIZER__MODIFIERThe feature id for the 'Modifier' containment reference.static intINITIALIZER__NAMEThe feature id for the 'Name' attribute.static intINITIALIZER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intINITIALIZER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intINITIALIZER__PROXYThe feature id for the 'Proxy' attribute.static intINITIALIZER__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intINITIALIZER_FEATURE_COUNTThe number of structural features of the 'Initializer' class.static intINITIALIZER_OPERATION_COUNTThe number of operations of the 'Initializer' class.static intINSTANCEOF_EXPRESSIONThe meta object id for the 'Instanceof Expression' class.static intINSTANCEOF_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intINSTANCEOF_EXPRESSION__LEFT_OPERANDThe feature id for the 'Left Operand' containment reference.static intINSTANCEOF_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intINSTANCEOF_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intINSTANCEOF_EXPRESSION__RIGHT_OPERANDThe feature id for the 'Right Operand' containment reference.static intINSTANCEOF_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Instanceof Expression' class.static intINSTANCEOF_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Instanceof Expression' class.static intINTERFACE_DECLARATIONThe meta object id for the 'Interface Declaration' class.static intINTERFACE_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intINTERFACE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intINTERFACE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intINTERFACE_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intINTERFACE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intINTERFACE_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intINTERFACE_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intINTERFACE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intINTERFACE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intINTERFACE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intINTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intINTERFACE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intINTERFACE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intINTERFACE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intINTERFACE_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intINTERFACE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intINTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intINTERFACE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Interface Declaration' class.static intINTERFACE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Interface Declaration' class.static intJAVADOCThe meta object id for the 'Javadoc' class.static intJAVADOC__COMMENTSThe feature id for the 'Comments' containment reference list.static intJAVADOC__CONTENTThe feature id for the 'Content' attribute.static intJAVADOC__ENCLOSED_BY_PARENTThe feature id for the 'Enclosed By Parent' attribute.static intJAVADOC__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intJAVADOC__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intJAVADOC__PREFIX_OF_PARENTThe feature id for the 'Prefix Of Parent' attribute.static intJAVADOC__TAGSThe feature id for the 'Tags' containment reference list.static intJAVADOC_FEATURE_COUNTThe number of structural features of the 'Javadoc' class.static intJAVADOC_OPERATION_COUNTThe number of operations of the 'Javadoc' class.static intLABELED_STATEMENTThe meta object id for the 'Labeled Statement' class.static intLABELED_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intLABELED_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intLABELED_STATEMENT__NAMEThe feature id for the 'Name' attribute.static intLABELED_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intLABELED_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intLABELED_STATEMENT__PROXYThe feature id for the 'Proxy' attribute.static intLABELED_STATEMENT__USAGES_IN_BREAK_STATEMENTSThe feature id for the 'Usages In Break Statements' reference list.static intLABELED_STATEMENT__USAGES_IN_CONTINUE_STATEMENTSThe feature id for the 'Usages In Continue Statements' reference list.static intLABELED_STATEMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intLABELED_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Labeled Statement' class.static intLABELED_STATEMENT_OPERATION_COUNTThe number of operations of the 'Labeled Statement' class.static intLINE_COMMENTThe meta object id for the 'Line Comment' class.static intLINE_COMMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intLINE_COMMENT__CONTENTThe feature id for the 'Content' attribute.static intLINE_COMMENT__ENCLOSED_BY_PARENTThe feature id for the 'Enclosed By Parent' attribute.static intLINE_COMMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intLINE_COMMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intLINE_COMMENT__PREFIX_OF_PARENTThe feature id for the 'Prefix Of Parent' attribute.static intLINE_COMMENT_FEATURE_COUNTThe number of structural features of the 'Line Comment' class.static intLINE_COMMENT_OPERATION_COUNTThe number of operations of the 'Line Comment' class.static intMANIFESTThe meta object id for the 'Manifest' class.static intMANIFEST__ENTRY_ATTRIBUTESThe feature id for the 'Entry Attributes' containment reference list.static intMANIFEST__MAIN_ATTRIBUTESThe feature id for the 'Main Attributes' containment reference list.static intMANIFEST_ATTRIBUTEThe meta object id for the 'Manifest Attribute' class.static intMANIFEST_ATTRIBUTE__KEYThe feature id for the 'Key' attribute.static intMANIFEST_ATTRIBUTE__VALUEThe feature id for the 'Value' attribute.static intMANIFEST_ATTRIBUTE_FEATURE_COUNTThe number of structural features of the 'Manifest Attribute' class.static intMANIFEST_ATTRIBUTE_OPERATION_COUNTThe number of operations of the 'Manifest Attribute' class.static intMANIFEST_ENTRYThe meta object id for the 'Manifest Entry' class.static intMANIFEST_ENTRY__ATTRIBUTESThe feature id for the 'Attributes' containment reference list.static intMANIFEST_ENTRY__NAMEThe feature id for the 'Name' attribute.static intMANIFEST_ENTRY_FEATURE_COUNTThe number of structural features of the 'Manifest Entry' class.static intMANIFEST_ENTRY_OPERATION_COUNTThe number of operations of the 'Manifest Entry' class.static intMANIFEST_FEATURE_COUNTThe number of structural features of the 'Manifest' class.static intMANIFEST_OPERATION_COUNTThe number of operations of the 'Manifest' class.static intMEMBER_REFThe meta object id for the 'Member Ref' class.static intMEMBER_REF__COMMENTSThe feature id for the 'Comments' containment reference list.static intMEMBER_REF__MEMBERThe feature id for the 'Member' reference.static intMEMBER_REF__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intMEMBER_REF__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intMEMBER_REF__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intMEMBER_REF_FEATURE_COUNTThe number of structural features of the 'Member Ref' class.static intMEMBER_REF_OPERATION_COUNTThe number of operations of the 'Member Ref' class.static intMETHOD_DECLARATIONThe meta object id for the 'Method Declaration' class.static intMETHOD_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intMETHOD_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intMETHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intMETHOD_DECLARATION__BODYThe feature id for the 'Body' containment reference.static intMETHOD_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intMETHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intMETHOD_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intMETHOD_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intMETHOD_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intMETHOD_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intMETHOD_DECLARATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.static intMETHOD_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intMETHOD_DECLARATION__REDEFINED_METHOD_DECLARATIONThe feature id for the 'Redefined Method Declaration' reference.static intMETHOD_DECLARATION__REDEFINITIONSThe feature id for the 'Redefinitions' reference list.static intMETHOD_DECLARATION__RETURN_TYPEThe feature id for the 'Return Type' containment reference.static intMETHOD_DECLARATION__THROWN_EXCEPTIONSThe feature id for the 'Thrown Exceptions' containment reference list.static intMETHOD_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intMETHOD_DECLARATION__USAGESThe feature id for the 'Usages' reference list.static intMETHOD_DECLARATION__USAGES_IN_DOC_COMMENTSThe feature id for the 'Usages In Doc Comments' reference list.static intMETHOD_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intMETHOD_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Method Declaration' class.static intMETHOD_DECLARATION_OPERATION_COUNTThe number of operations of the 'Method Declaration' class.static intMETHOD_INVOCATIONThe meta object id for the 'Method Invocation' class.static intMETHOD_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intMETHOD_INVOCATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intMETHOD_INVOCATION__EXPRESSIONThe feature id for the 'Expression' containment reference.static intMETHOD_INVOCATION__METHODThe feature id for the 'Method' reference.static intMETHOD_INVOCATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intMETHOD_INVOCATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intMETHOD_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intMETHOD_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Method Invocation' class.static intMETHOD_INVOCATION_OPERATION_COUNTThe number of operations of the 'Method Invocation' class.static intMETHOD_REFThe meta object id for the 'Method Ref' class.static intMETHOD_REF__COMMENTSThe feature id for the 'Comments' containment reference list.static intMETHOD_REF__METHODThe feature id for the 'Method' reference.static intMETHOD_REF__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intMETHOD_REF__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intMETHOD_REF__PARAMETERSThe feature id for the 'Parameters' containment reference list.static intMETHOD_REF__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intMETHOD_REF_FEATURE_COUNTThe number of structural features of the 'Method Ref' class.static intMETHOD_REF_OPERATION_COUNTThe number of operations of the 'Method Ref' class.static intMETHOD_REF_PARAMETERThe meta object id for the 'Method Ref Parameter' class.static intMETHOD_REF_PARAMETER__COMMENTSThe feature id for the 'Comments' containment reference list.static intMETHOD_REF_PARAMETER__NAMEThe feature id for the 'Name' attribute.static intMETHOD_REF_PARAMETER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intMETHOD_REF_PARAMETER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intMETHOD_REF_PARAMETER__TYPEThe feature id for the 'Type' containment reference.static intMETHOD_REF_PARAMETER__VARARGSThe feature id for the 'Varargs' attribute.static intMETHOD_REF_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Method Ref Parameter' class.static intMETHOD_REF_PARAMETER_OPERATION_COUNTThe number of operations of the 'Method Ref Parameter' class.static intMODELThe meta object id for the 'Model' class.static intMODEL__ARCHIVESThe feature id for the 'Archives' containment reference list.static intMODEL__CLASS_FILESThe feature id for the 'Class Files' containment reference list.static intMODEL__COMPILATION_UNITSThe feature id for the 'Compilation Units' containment reference list.static intMODEL__NAMEThe feature id for the 'Name' attribute.static intMODEL__ORPHAN_TYPESThe feature id for the 'Orphan Types' containment reference list.static intMODEL__OWNED_ELEMENTSThe feature id for the 'Owned Elements' containment reference list.static intMODEL__UNRESOLVED_ITEMSThe feature id for the 'Unresolved Items' containment reference list.static intMODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.static intMODEL_OPERATION_COUNTThe number of operations of the 'Model' class.static intMODIFIERThe meta object id for the 'Modifier' class.static intMODIFIER__BODY_DECLARATIONThe feature id for the 'Body Declaration' container reference.static intMODIFIER__COMMENTSThe feature id for the 'Comments' containment reference list.static intMODIFIER__INHERITANCEThe feature id for the 'Inheritance' attribute.static intMODIFIER__NATIVEThe feature id for the 'Native' attribute.static intMODIFIER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intMODIFIER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intMODIFIER__SINGLE_VARIABLE_DECLARATIONThe feature id for the 'Single Variable Declaration' container reference.static intMODIFIER__STATICThe feature id for the 'Static' attribute.static intMODIFIER__STRICTFPThe feature id for the 'Strictfp' attribute.static intMODIFIER__SYNCHRONIZEDThe feature id for the 'Synchronized' attribute.static intMODIFIER__TRANSIENTThe feature id for the 'Transient' attribute.static intMODIFIER__VARIABLE_DECLARATION_EXPRESSIONThe feature id for the 'Variable Declaration Expression' container reference.static intMODIFIER__VARIABLE_DECLARATION_STATEMENTThe feature id for the 'Variable Declaration Statement' container reference.static intMODIFIER__VISIBILITYThe feature id for the 'Visibility' attribute.static intMODIFIER__VOLATILEThe feature id for the 'Volatile' attribute.static intMODIFIER_FEATURE_COUNTThe number of structural features of the 'Modifier' class.static intMODIFIER_OPERATION_COUNTThe number of operations of the 'Modifier' class.static intNAMED_ELEMENTThe meta object id for the 'Named Element' class.static intNAMED_ELEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intNAMED_ELEMENT__NAMEThe feature id for the 'Name' attribute.static intNAMED_ELEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intNAMED_ELEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intNAMED_ELEMENT__PROXYThe feature id for the 'Proxy' attribute.static intNAMED_ELEMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intNAMED_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Named Element' class.static intNAMED_ELEMENT_OPERATION_COUNTThe number of operations of the 'Named Element' class.static intNAMESPACE_ACCESSThe meta object id for the 'Namespace Access' class.static intNAMESPACE_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intNAMESPACE_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intNAMESPACE_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intNAMESPACE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Namespace Access' class.static intNAMESPACE_ACCESS_OPERATION_COUNTThe number of operations of the 'Namespace Access' class.static intNULL_LITERALThe meta object id for the 'Null Literal' class.static intNULL_LITERAL__COMMENTSThe feature id for the 'Comments' containment reference list.static intNULL_LITERAL__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intNULL_LITERAL__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intNULL_LITERAL_FEATURE_COUNTThe number of structural features of the 'Null Literal' class.static intNULL_LITERAL_OPERATION_COUNTThe number of operations of the 'Null Literal' class.static intNUMBER_LITERALThe meta object id for the 'Number Literal' class.static intNUMBER_LITERAL__COMMENTSThe feature id for the 'Comments' containment reference list.static intNUMBER_LITERAL__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intNUMBER_LITERAL__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intNUMBER_LITERAL__TOKEN_VALUEThe feature id for the 'Token Value' attribute.static intNUMBER_LITERAL_FEATURE_COUNTThe number of structural features of the 'Number Literal' class.static intNUMBER_LITERAL_OPERATION_COUNTThe number of operations of the 'Number Literal' class.static intPACKAGEThe meta object id for the 'Package' class.static intPACKAGE__COMMENTSThe feature id for the 'Comments' containment reference list.static intPACKAGE__MODELThe feature id for the 'Model' container reference.static intPACKAGE__NAMEThe feature id for the 'Name' attribute.static intPACKAGE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPACKAGE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPACKAGE__OWNED_ELEMENTSThe feature id for the 'Owned Elements' containment reference list.static intPACKAGE__OWNED_PACKAGESThe feature id for the 'Owned Packages' containment reference list.static intPACKAGE__PACKAGEThe feature id for the 'Package' container reference.static intPACKAGE__PROXYThe feature id for the 'Proxy' attribute.static intPACKAGE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPACKAGE__USAGES_IN_PACKAGE_ACCESSThe feature id for the 'Usages In Package Access' reference list.static intPACKAGE_ACCESSThe meta object id for the 'Package Access' class.static intPACKAGE_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intPACKAGE_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPACKAGE_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPACKAGE_ACCESS__PACKAGEThe feature id for the 'Package' reference.static intPACKAGE_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intPACKAGE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Package Access' class.static intPACKAGE_ACCESS_OPERATION_COUNTThe number of operations of the 'Package Access' class.static intPACKAGE_FEATURE_COUNTThe number of structural features of the 'Package' class.static intPACKAGE_OPERATION_COUNTThe number of operations of the 'Package' class.static intPARAMETERIZED_TYPEThe meta object id for the 'Parameterized Type' class.static intPARAMETERIZED_TYPE__COMMENTSThe feature id for the 'Comments' containment reference list.static intPARAMETERIZED_TYPE__NAMEThe feature id for the 'Name' attribute.static intPARAMETERIZED_TYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPARAMETERIZED_TYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPARAMETERIZED_TYPE__PROXYThe feature id for the 'Proxy' attribute.static intPARAMETERIZED_TYPE__TYPEThe feature id for the 'Type' containment reference.static intPARAMETERIZED_TYPE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intPARAMETERIZED_TYPE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPARAMETERIZED_TYPE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPARAMETERIZED_TYPE_FEATURE_COUNTThe number of structural features of the 'Parameterized Type' class.static intPARAMETERIZED_TYPE_OPERATION_COUNTThe number of operations of the 'Parameterized Type' class.static intPARENTHESIZED_EXPRESSIONThe meta object id for the 'Parenthesized Expression' class.static intPARENTHESIZED_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intPARENTHESIZED_EXPRESSION__EXPRESSIONThe feature id for the 'Expression' containment reference.static intPARENTHESIZED_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPARENTHESIZED_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPARENTHESIZED_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Parenthesized Expression' class.static intPARENTHESIZED_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Parenthesized Expression' class.static intPOSTFIX_EXPRESSIONThe meta object id for the 'Postfix Expression' class.static intPOSTFIX_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intPOSTFIX_EXPRESSION__OPERANDThe feature id for the 'Operand' containment reference.static intPOSTFIX_EXPRESSION__OPERATORThe feature id for the 'Operator' attribute.static intPOSTFIX_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPOSTFIX_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPOSTFIX_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Postfix Expression' class.static intPOSTFIX_EXPRESSION_KINDThe meta object id for the 'Postfix Expression Kind' enum.static intPOSTFIX_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Postfix Expression' class.static intPREFIX_EXPRESSIONThe meta object id for the 'Prefix Expression' class.static intPREFIX_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intPREFIX_EXPRESSION__OPERANDThe feature id for the 'Operand' containment reference.static intPREFIX_EXPRESSION__OPERATORThe feature id for the 'Operator' attribute.static intPREFIX_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPREFIX_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPREFIX_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Prefix Expression' class.static intPREFIX_EXPRESSION_KINDThe meta object id for the 'Prefix Expression Kind' enum.static intPREFIX_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Prefix Expression' class.static intPRIMITIVE_TYPEThe meta object id for the 'Primitive Type' class.static intPRIMITIVE_TYPE__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_BOOLEANThe meta object id for the 'Primitive Type Boolean' class.static intPRIMITIVE_TYPE_BOOLEAN__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_BOOLEAN__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_BOOLEAN__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_BOOLEAN__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_BOOLEAN__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_BOOLEAN__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_BOOLEAN__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_BOOLEAN_FEATURE_COUNTThe number of structural features of the 'Primitive Type Boolean' class.static intPRIMITIVE_TYPE_BOOLEAN_OPERATION_COUNTThe number of operations of the 'Primitive Type Boolean' class.static intPRIMITIVE_TYPE_BYTEThe meta object id for the 'Primitive Type Byte' class.static intPRIMITIVE_TYPE_BYTE__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_BYTE__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_BYTE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_BYTE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_BYTE__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_BYTE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_BYTE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_BYTE_FEATURE_COUNTThe number of structural features of the 'Primitive Type Byte' class.static intPRIMITIVE_TYPE_BYTE_OPERATION_COUNTThe number of operations of the 'Primitive Type Byte' class.static intPRIMITIVE_TYPE_CHARThe meta object id for the 'Primitive Type Char' class.static intPRIMITIVE_TYPE_CHAR__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_CHAR__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_CHAR__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_CHAR__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_CHAR__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_CHAR__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_CHAR__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_CHAR_FEATURE_COUNTThe number of structural features of the 'Primitive Type Char' class.static intPRIMITIVE_TYPE_CHAR_OPERATION_COUNTThe number of operations of the 'Primitive Type Char' class.static intPRIMITIVE_TYPE_DOUBLEThe meta object id for the 'Primitive Type Double' class.static intPRIMITIVE_TYPE_DOUBLE__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_DOUBLE__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_DOUBLE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_DOUBLE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_DOUBLE__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_DOUBLE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_DOUBLE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_DOUBLE_FEATURE_COUNTThe number of structural features of the 'Primitive Type Double' class.static intPRIMITIVE_TYPE_DOUBLE_OPERATION_COUNTThe number of operations of the 'Primitive Type Double' class.static intPRIMITIVE_TYPE_FEATURE_COUNTThe number of structural features of the 'Primitive Type' class.static intPRIMITIVE_TYPE_FLOATThe meta object id for the 'Primitive Type Float' class.static intPRIMITIVE_TYPE_FLOAT__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_FLOAT__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_FLOAT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_FLOAT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_FLOAT__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_FLOAT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_FLOAT__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_FLOAT_FEATURE_COUNTThe number of structural features of the 'Primitive Type Float' class.static intPRIMITIVE_TYPE_FLOAT_OPERATION_COUNTThe number of operations of the 'Primitive Type Float' class.static intPRIMITIVE_TYPE_INTThe meta object id for the 'Primitive Type Int' class.static intPRIMITIVE_TYPE_INT__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_INT__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_INT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_INT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_INT__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_INT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_INT__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_INT_FEATURE_COUNTThe number of structural features of the 'Primitive Type Int' class.static intPRIMITIVE_TYPE_INT_OPERATION_COUNTThe number of operations of the 'Primitive Type Int' class.static intPRIMITIVE_TYPE_LONGThe meta object id for the 'Primitive Type Long' class.static intPRIMITIVE_TYPE_LONG__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_LONG__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_LONG__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_LONG__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_LONG__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_LONG__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_LONG__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_LONG_FEATURE_COUNTThe number of structural features of the 'Primitive Type Long' class.static intPRIMITIVE_TYPE_LONG_OPERATION_COUNTThe number of operations of the 'Primitive Type Long' class.static intPRIMITIVE_TYPE_OPERATION_COUNTThe number of operations of the 'Primitive Type' class.static intPRIMITIVE_TYPE_SHORTThe meta object id for the 'Primitive Type Short' class.static intPRIMITIVE_TYPE_SHORT__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_SHORT__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_SHORT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_SHORT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_SHORT__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_SHORT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_SHORT__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_SHORT_FEATURE_COUNTThe number of structural features of the 'Primitive Type Short' class.static intPRIMITIVE_TYPE_SHORT_OPERATION_COUNTThe number of operations of the 'Primitive Type Short' class.static intPRIMITIVE_TYPE_VOIDThe meta object id for the 'Primitive Type Void' class.static intPRIMITIVE_TYPE_VOID__COMMENTSThe feature id for the 'Comments' containment reference list.static intPRIMITIVE_TYPE_VOID__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_TYPE_VOID__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intPRIMITIVE_TYPE_VOID__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intPRIMITIVE_TYPE_VOID__PROXYThe feature id for the 'Proxy' attribute.static intPRIMITIVE_TYPE_VOID__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intPRIMITIVE_TYPE_VOID__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intPRIMITIVE_TYPE_VOID_FEATURE_COUNTThe number of structural features of the 'Primitive Type Void' class.static intPRIMITIVE_TYPE_VOID_OPERATION_COUNTThe number of operations of the 'Primitive Type Void' class.static intRETURN_STATEMENTThe meta object id for the 'Return Statement' class.static intRETURN_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intRETURN_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intRETURN_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intRETURN_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intRETURN_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Return Statement' class.static intRETURN_STATEMENT_OPERATION_COUNTThe number of operations of the 'Return Statement' class.static intSINGLE_VARIABLE_ACCESSThe meta object id for the 'Single Variable Access' class.static intSINGLE_VARIABLE_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intSINGLE_VARIABLE_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSINGLE_VARIABLE_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSINGLE_VARIABLE_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intSINGLE_VARIABLE_ACCESS__VARIABLEThe feature id for the 'Variable' reference.static intSINGLE_VARIABLE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Single Variable Access' class.static intSINGLE_VARIABLE_ACCESS_OPERATION_COUNTThe number of operations of the 'Single Variable Access' class.static intSINGLE_VARIABLE_DECLARATIONThe meta object id for the 'Single Variable Declaration' class.static intSINGLE_VARIABLE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intSINGLE_VARIABLE_DECLARATION__CATCH_CLAUSEThe feature id for the 'Catch Clause' container reference.static intSINGLE_VARIABLE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intSINGLE_VARIABLE_DECLARATION__ENHANCED_FOR_STATEMENTThe feature id for the 'Enhanced For Statement' container reference.static intSINGLE_VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intSINGLE_VARIABLE_DECLARATION__INITIALIZERThe feature id for the 'Initializer' containment reference.static intSINGLE_VARIABLE_DECLARATION__METHOD_DECLARATIONThe feature id for the 'Method Declaration' container reference.static intSINGLE_VARIABLE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intSINGLE_VARIABLE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intSINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSINGLE_VARIABLE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intSINGLE_VARIABLE_DECLARATION__TYPEThe feature id for the 'Type' containment reference.static intSINGLE_VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESSThe feature id for the 'Usage In Variable Access' reference list.static intSINGLE_VARIABLE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intSINGLE_VARIABLE_DECLARATION__VARARGSThe feature id for the 'Varargs' attribute.static intSINGLE_VARIABLE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Single Variable Declaration' class.static intSINGLE_VARIABLE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Single Variable Declaration' class.static intSTATEMENTThe meta object id for the 'Statement' class.static intSTATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intSTATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSTATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSTATEMENT_FEATURE_COUNTThe number of structural features of the 'Statement' class.static intSTATEMENT_OPERATION_COUNTThe number of operations of the 'Statement' class.static intSTRING_LITERALThe meta object id for the 'String Literal' class.static intSTRING_LITERAL__COMMENTSThe feature id for the 'Comments' containment reference list.static intSTRING_LITERAL__ESCAPED_VALUEThe feature id for the 'Escaped Value' attribute.static intSTRING_LITERAL__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSTRING_LITERAL__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSTRING_LITERAL_FEATURE_COUNTThe number of structural features of the 'String Literal' class.static intSTRING_LITERAL_OPERATION_COUNTThe number of operations of the 'String Literal' class.static intSUPER_CONSTRUCTOR_INVOCATIONThe meta object id for the 'Super Constructor Invocation' class.static intSUPER_CONSTRUCTOR_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intSUPER_CONSTRUCTOR_INVOCATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intSUPER_CONSTRUCTOR_INVOCATION__EXPRESSIONThe feature id for the 'Expression' containment reference.static intSUPER_CONSTRUCTOR_INVOCATION__METHODThe feature id for the 'Method' reference.static intSUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSUPER_CONSTRUCTOR_INVOCATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSUPER_CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intSUPER_CONSTRUCTOR_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Super Constructor Invocation' class.static intSUPER_CONSTRUCTOR_INVOCATION_OPERATION_COUNTThe number of operations of the 'Super Constructor Invocation' class.static intSUPER_FIELD_ACCESSThe meta object id for the 'Super Field Access' class.static intSUPER_FIELD_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intSUPER_FIELD_ACCESS__FIELDThe feature id for the 'Field' containment reference.static intSUPER_FIELD_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSUPER_FIELD_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSUPER_FIELD_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intSUPER_FIELD_ACCESS_FEATURE_COUNTThe number of structural features of the 'Super Field Access' class.static intSUPER_FIELD_ACCESS_OPERATION_COUNTThe number of operations of the 'Super Field Access' class.static intSUPER_METHOD_INVOCATIONThe meta object id for the 'Super Method Invocation' class.static intSUPER_METHOD_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.static intSUPER_METHOD_INVOCATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intSUPER_METHOD_INVOCATION__METHODThe feature id for the 'Method' reference.static intSUPER_METHOD_INVOCATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSUPER_METHOD_INVOCATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSUPER_METHOD_INVOCATION__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intSUPER_METHOD_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intSUPER_METHOD_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Super Method Invocation' class.static intSUPER_METHOD_INVOCATION_OPERATION_COUNTThe number of operations of the 'Super Method Invocation' class.static intSWITCH_CASEThe meta object id for the 'Switch Case' class.static intSWITCH_CASE__COMMENTSThe feature id for the 'Comments' containment reference list.static intSWITCH_CASE__DEFAULTThe feature id for the 'Default' attribute.static intSWITCH_CASE__EXPRESSIONThe feature id for the 'Expression' containment reference.static intSWITCH_CASE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSWITCH_CASE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSWITCH_CASE_FEATURE_COUNTThe number of structural features of the 'Switch Case' class.static intSWITCH_CASE_OPERATION_COUNTThe number of operations of the 'Switch Case' class.static intSWITCH_STATEMENTThe meta object id for the 'Switch Statement' class.static intSWITCH_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intSWITCH_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intSWITCH_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSWITCH_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSWITCH_STATEMENT__STATEMENTSThe feature id for the 'Statements' containment reference list.static intSWITCH_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Switch Statement' class.static intSWITCH_STATEMENT_OPERATION_COUNTThe number of operations of the 'Switch Statement' class.static intSYNCHRONIZED_STATEMENTThe meta object id for the 'Synchronized Statement' class.static intSYNCHRONIZED_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intSYNCHRONIZED_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intSYNCHRONIZED_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intSYNCHRONIZED_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intSYNCHRONIZED_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intSYNCHRONIZED_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Synchronized Statement' class.static intSYNCHRONIZED_STATEMENT_OPERATION_COUNTThe number of operations of the 'Synchronized Statement' class.static intTAG_ELEMENTThe meta object id for the 'Tag Element' class.static intTAG_ELEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intTAG_ELEMENT__FRAGMENTSThe feature id for the 'Fragments' containment reference list.static intTAG_ELEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTAG_ELEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTAG_ELEMENT__TAG_NAMEThe feature id for the 'Tag Name' attribute.static intTAG_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Tag Element' class.static intTAG_ELEMENT_OPERATION_COUNTThe number of operations of the 'Tag Element' class.static intTEXT_ELEMENTThe meta object id for the 'Text Element' class.static intTEXT_ELEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intTEXT_ELEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTEXT_ELEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTEXT_ELEMENT__TEXTThe feature id for the 'Text' attribute.static intTEXT_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Text Element' class.static intTEXT_ELEMENT_OPERATION_COUNTThe number of operations of the 'Text Element' class.static intTHIS_EXPRESSIONThe meta object id for the 'This Expression' class.static intTHIS_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intTHIS_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTHIS_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTHIS_EXPRESSION__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intTHIS_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'This Expression' class.static intTHIS_EXPRESSION_OPERATION_COUNTThe number of operations of the 'This Expression' class.static intTHROW_STATEMENTThe meta object id for the 'Throw Statement' class.static intTHROW_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intTHROW_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intTHROW_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTHROW_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTHROW_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Throw Statement' class.static intTHROW_STATEMENT_OPERATION_COUNTThe number of operations of the 'Throw Statement' class.static intTRY_STATEMENTThe meta object id for the 'Try Statement' class.static intTRY_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intTRY_STATEMENT__CATCH_CLAUSESThe feature id for the 'Catch Clauses' containment reference list.static intTRY_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intTRY_STATEMENT__FINALLYThe feature id for the 'Finally' containment reference.static intTRY_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTRY_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTRY_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Try Statement' class.static intTRY_STATEMENT_OPERATION_COUNTThe number of operations of the 'Try Statement' class.static intTYPEThe meta object id for the 'Type' class.static intTYPE__COMMENTSThe feature id for the 'Comments' containment reference list.static intTYPE__NAMEThe feature id for the 'Name' attribute.static intTYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTYPE__PROXYThe feature id for the 'Proxy' attribute.static intTYPE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intTYPE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intTYPE_ACCESSThe meta object id for the 'Type Access' class.static intTYPE_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intTYPE_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTYPE_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTYPE_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intTYPE_ACCESS__TYPEThe feature id for the 'Type' reference.static intTYPE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Type Access' class.static intTYPE_ACCESS_OPERATION_COUNTThe number of operations of the 'Type Access' class.static intTYPE_DECLARATIONThe meta object id for the 'Type Declaration' class.static intTYPE_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intTYPE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intTYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intTYPE_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intTYPE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intTYPE_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intTYPE_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intTYPE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intTYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intTYPE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTYPE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTYPE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intTYPE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intTYPE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intTYPE_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intTYPE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intTYPE_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intTYPE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Type Declaration' class.static intTYPE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Type Declaration' class.static intTYPE_DECLARATION_STATEMENTThe meta object id for the 'Type Declaration Statement' class.static intTYPE_DECLARATION_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intTYPE_DECLARATION_STATEMENT__DECLARATIONThe feature id for the 'Declaration' containment reference.static intTYPE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTYPE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTYPE_DECLARATION_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Type Declaration Statement' class.static intTYPE_DECLARATION_STATEMENT_OPERATION_COUNTThe number of operations of the 'Type Declaration Statement' class.static intTYPE_FEATURE_COUNTThe number of structural features of the 'Type' class.static intTYPE_LITERALThe meta object id for the 'Type Literal' class.static intTYPE_LITERAL__COMMENTSThe feature id for the 'Comments' containment reference list.static intTYPE_LITERAL__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTYPE_LITERAL__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTYPE_LITERAL__TYPEThe feature id for the 'Type' containment reference.static intTYPE_LITERAL_FEATURE_COUNTThe number of structural features of the 'Type Literal' class.static intTYPE_LITERAL_OPERATION_COUNTThe number of operations of the 'Type Literal' class.static intTYPE_OPERATION_COUNTThe number of operations of the 'Type' class.static intTYPE_PARAMETERThe meta object id for the 'Type Parameter' class.static intTYPE_PARAMETER__BOUNDSThe feature id for the 'Bounds' containment reference list.static intTYPE_PARAMETER__COMMENTSThe feature id for the 'Comments' containment reference list.static intTYPE_PARAMETER__NAMEThe feature id for the 'Name' attribute.static intTYPE_PARAMETER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intTYPE_PARAMETER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intTYPE_PARAMETER__PROXYThe feature id for the 'Proxy' attribute.static intTYPE_PARAMETER__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intTYPE_PARAMETER__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intTYPE_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Type Parameter' class.static intTYPE_PARAMETER_OPERATION_COUNTThe number of operations of the 'Type Parameter' class.static intUNRESOLVED_ANNOTATION_DECLARATIONThe meta object id for the 'Unresolved Annotation Declaration' class.static intUNRESOLVED_ANNOTATION_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_ANNOTATION_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_ANNOTATION_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_ANNOTATION_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_ANNOTATION_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_ANNOTATION_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intUNRESOLVED_ANNOTATION_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_ANNOTATION_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_ANNOTATION_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intUNRESOLVED_ANNOTATION_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Annotation Declaration' class.static intUNRESOLVED_ANNOTATION_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Annotation Declaration' class.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATIONThe meta object id for the 'Unresolved Annotation Type Member Declaration' class.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULTThe feature id for the 'Default' containment reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__TYPEThe feature id for the 'Type' containment reference.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__USAGESThe feature id for the 'Usages' reference list.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Annotation Type Member Declaration' class.static intUNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Annotation Type Member Declaration' class.static intUNRESOLVED_CLASS_DECLARATIONThe meta object id for the 'Unresolved Class Declaration' class.static intUNRESOLVED_CLASS_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_CLASS_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_CLASS_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_CLASS_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_CLASS_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_CLASS_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_CLASS_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intUNRESOLVED_CLASS_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_CLASS_DECLARATION__SUPER_CLASSThe feature id for the 'Super Class' containment reference.static intUNRESOLVED_CLASS_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intUNRESOLVED_CLASS_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_CLASS_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intUNRESOLVED_CLASS_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Class Declaration' class.static intUNRESOLVED_CLASS_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Class Declaration' class.static intUNRESOLVED_ENUM_DECLARATIONThe meta object id for the 'Unresolved Enum Declaration' class.static intUNRESOLVED_ENUM_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_ENUM_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_ENUM_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__ENUM_CONSTANTSThe feature id for the 'Enum Constants' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_ENUM_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_ENUM_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_ENUM_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_ENUM_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intUNRESOLVED_ENUM_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_ENUM_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intUNRESOLVED_ENUM_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_ENUM_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intUNRESOLVED_ENUM_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Enum Declaration' class.static intUNRESOLVED_ENUM_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Enum Declaration' class.static intUNRESOLVED_INTERFACE_DECLARATIONThe meta object id for the 'Unresolved Interface Declaration' class.static intUNRESOLVED_INTERFACE_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_INTERFACE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_INTERFACE_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_INTERFACE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_INTERFACE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_INTERFACE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intUNRESOLVED_INTERFACE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_INTERFACE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intUNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_INTERFACE_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intUNRESOLVED_INTERFACE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Interface Declaration' class.static intUNRESOLVED_INTERFACE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Interface Declaration' class.static intUNRESOLVED_ITEMThe meta object id for the 'Unresolved Item' class.static intUNRESOLVED_ITEM__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_ITEM__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_ITEM__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_ITEM__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_ITEM__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_ITEM__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_ITEM_ACCESSThe meta object id for the 'Unresolved Item Access' class.static intUNRESOLVED_ITEM_ACCESS__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_ITEM_ACCESS__ELEMENTThe feature id for the 'Element' reference.static intUNRESOLVED_ITEM_ACCESS__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_ITEM_ACCESS__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_ITEM_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.static intUNRESOLVED_ITEM_ACCESS_FEATURE_COUNTThe number of structural features of the 'Unresolved Item Access' class.static intUNRESOLVED_ITEM_ACCESS_OPERATION_COUNTThe number of operations of the 'Unresolved Item Access' class.static intUNRESOLVED_ITEM_FEATURE_COUNTThe number of structural features of the 'Unresolved Item' class.static intUNRESOLVED_ITEM_OPERATION_COUNTThe number of operations of the 'Unresolved Item' class.static intUNRESOLVED_LABELED_STATEMENTThe meta object id for the 'Unresolved Labeled Statement' class.static intUNRESOLVED_LABELED_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intUNRESOLVED_LABELED_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_LABELED_STATEMENT__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_LABELED_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_LABELED_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_LABELED_STATEMENT__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_LABELED_STATEMENT__USAGES_IN_BREAK_STATEMENTSThe feature id for the 'Usages In Break Statements' reference list.static intUNRESOLVED_LABELED_STATEMENT__USAGES_IN_CONTINUE_STATEMENTSThe feature id for the 'Usages In Continue Statements' reference list.static intUNRESOLVED_LABELED_STATEMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_LABELED_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Unresolved Labeled Statement' class.static intUNRESOLVED_LABELED_STATEMENT_OPERATION_COUNTThe number of operations of the 'Unresolved Labeled Statement' class.static intUNRESOLVED_METHOD_DECLARATIONThe meta object id for the 'Unresolved Method Declaration' class.static intUNRESOLVED_METHOD_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_METHOD_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_METHOD_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_METHOD_DECLARATION__BODYThe feature id for the 'Body' containment reference.static intUNRESOLVED_METHOD_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intUNRESOLVED_METHOD_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_METHOD_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_METHOD_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_METHOD_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_METHOD_DECLARATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.static intUNRESOLVED_METHOD_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_METHOD_DECLARATION__REDEFINED_METHOD_DECLARATIONThe feature id for the 'Redefined Method Declaration' reference.static intUNRESOLVED_METHOD_DECLARATION__REDEFINITIONSThe feature id for the 'Redefinitions' reference list.static intUNRESOLVED_METHOD_DECLARATION__RETURN_TYPEThe feature id for the 'Return Type' containment reference.static intUNRESOLVED_METHOD_DECLARATION__THROWN_EXCEPTIONSThe feature id for the 'Thrown Exceptions' containment reference list.static intUNRESOLVED_METHOD_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.static intUNRESOLVED_METHOD_DECLARATION__USAGESThe feature id for the 'Usages' reference list.static intUNRESOLVED_METHOD_DECLARATION__USAGES_IN_DOC_COMMENTSThe feature id for the 'Usages In Doc Comments' reference list.static intUNRESOLVED_METHOD_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_METHOD_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Method Declaration' class.static intUNRESOLVED_METHOD_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Method Declaration' class.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATIONThe meta object id for the 'Unresolved Single Variable Declaration' class.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__CATCH_CLAUSEThe feature id for the 'Catch Clause' container reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__ENHANCED_FOR_STATEMENTThe feature id for the 'Enhanced For Statement' container reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__INITIALIZERThe feature id for the 'Initializer' containment reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__METHOD_DECLARATIONThe feature id for the 'Method Declaration' container reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__TYPEThe feature id for the 'Type' containment reference.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESSThe feature id for the 'Usage In Variable Access' reference list.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION__VARARGSThe feature id for the 'Varargs' attribute.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Single Variable Declaration' class.static intUNRESOLVED_SINGLE_VARIABLE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Single Variable Declaration' class.static intUNRESOLVED_TYPEThe meta object id for the 'Unresolved Type' class.static intUNRESOLVED_TYPE__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_TYPE__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_TYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_TYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_TYPE__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_TYPE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_TYPE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intUNRESOLVED_TYPE_DECLARATIONThe meta object id for the 'Unresolved Type Declaration' class.static intUNRESOLVED_TYPE_DECLARATION__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.static intUNRESOLVED_TYPE_DECLARATION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intUNRESOLVED_TYPE_DECLARATION__ANONYMOUS_CLASS_DECLARATION_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.static intUNRESOLVED_TYPE_DECLARATION__BODY_DECLARATIONSThe feature id for the 'Body Declarations' containment reference list.static intUNRESOLVED_TYPE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_TYPE_DECLARATION__COMMENTS_AFTER_BODYThe feature id for the 'Comments After Body' containment reference list.static intUNRESOLVED_TYPE_DECLARATION__COMMENTS_BEFORE_BODYThe feature id for the 'Comments Before Body' containment reference list.static intUNRESOLVED_TYPE_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.static intUNRESOLVED_TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_TYPE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_TYPE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_TYPE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.static intUNRESOLVED_TYPE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_TYPE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.static intUNRESOLVED_TYPE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_TYPE_DECLARATION__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intUNRESOLVED_TYPE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Unresolved Type Declaration' class.static intUNRESOLVED_TYPE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Unresolved Type Declaration' class.static intUNRESOLVED_TYPE_FEATURE_COUNTThe number of structural features of the 'Unresolved Type' class.static intUNRESOLVED_TYPE_OPERATION_COUNTThe number of operations of the 'Unresolved Type' class.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENTThe meta object id for the 'Unresolved Variable Declaration Fragment' class.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__INITIALIZERThe feature id for the 'Initializer' containment reference.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__NAMEThe feature id for the 'Name' attribute.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__PROXYThe feature id for the 'Proxy' attribute.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESSThe feature id for the 'Usage In Variable Access' reference list.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINERThe feature id for the 'Variables Container' container reference.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNTThe number of structural features of the 'Unresolved Variable Declaration Fragment' class.static intUNRESOLVED_VARIABLE_DECLARATION_FRAGMENT_OPERATION_COUNTThe number of operations of the 'Unresolved Variable Declaration Fragment' class.static intVARIABLE_DECLARATIONThe meta object id for the 'Variable Declaration' class.static intVARIABLE_DECLARATION__COMMENTSThe feature id for the 'Comments' containment reference list.static intVARIABLE_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intVARIABLE_DECLARATION__INITIALIZERThe feature id for the 'Initializer' containment reference.static intVARIABLE_DECLARATION__NAMEThe feature id for the 'Name' attribute.static intVARIABLE_DECLARATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intVARIABLE_DECLARATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intVARIABLE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.static intVARIABLE_DECLARATION__USAGE_IN_VARIABLE_ACCESSThe feature id for the 'Usage In Variable Access' reference list.static intVARIABLE_DECLARATION__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intVARIABLE_DECLARATION_EXPRESSIONThe meta object id for the 'Variable Declaration Expression' class.static intVARIABLE_DECLARATION_EXPRESSION__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intVARIABLE_DECLARATION_EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.static intVARIABLE_DECLARATION_EXPRESSION__FRAGMENTSThe feature id for the 'Fragments' containment reference list.static intVARIABLE_DECLARATION_EXPRESSION__MODIFIERThe feature id for the 'Modifier' containment reference.static intVARIABLE_DECLARATION_EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intVARIABLE_DECLARATION_EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intVARIABLE_DECLARATION_EXPRESSION__TYPEThe feature id for the 'Type' containment reference.static intVARIABLE_DECLARATION_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Variable Declaration Expression' class.static intVARIABLE_DECLARATION_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Variable Declaration Expression' class.static intVARIABLE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Variable Declaration' class.static intVARIABLE_DECLARATION_FRAGMENTThe meta object id for the 'Variable Declaration Fragment' class.static intVARIABLE_DECLARATION_FRAGMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intVARIABLE_DECLARATION_FRAGMENT__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intVARIABLE_DECLARATION_FRAGMENT__INITIALIZERThe feature id for the 'Initializer' containment reference.static intVARIABLE_DECLARATION_FRAGMENT__NAMEThe feature id for the 'Name' attribute.static intVARIABLE_DECLARATION_FRAGMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intVARIABLE_DECLARATION_FRAGMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intVARIABLE_DECLARATION_FRAGMENT__PROXYThe feature id for the 'Proxy' attribute.static intVARIABLE_DECLARATION_FRAGMENT__USAGE_IN_VARIABLE_ACCESSThe feature id for the 'Usage In Variable Access' reference list.static intVARIABLE_DECLARATION_FRAGMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intVARIABLE_DECLARATION_FRAGMENT__VARIABLES_CONTAINERThe feature id for the 'Variables Container' container reference.static intVARIABLE_DECLARATION_FRAGMENT_FEATURE_COUNTThe number of structural features of the 'Variable Declaration Fragment' class.static intVARIABLE_DECLARATION_FRAGMENT_OPERATION_COUNTThe number of operations of the 'Variable Declaration Fragment' class.static intVARIABLE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Variable Declaration' class.static intVARIABLE_DECLARATION_STATEMENTThe meta object id for the 'Variable Declaration Statement' class.static intVARIABLE_DECLARATION_STATEMENT__ANNOTATIONSThe feature id for the 'Annotations' containment reference list.static intVARIABLE_DECLARATION_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intVARIABLE_DECLARATION_STATEMENT__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.static intVARIABLE_DECLARATION_STATEMENT__FRAGMENTSThe feature id for the 'Fragments' containment reference list.static intVARIABLE_DECLARATION_STATEMENT__MODIFIERThe feature id for the 'Modifier' containment reference.static intVARIABLE_DECLARATION_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intVARIABLE_DECLARATION_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intVARIABLE_DECLARATION_STATEMENT__TYPEThe feature id for the 'Type' containment reference.static intVARIABLE_DECLARATION_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Variable Declaration Statement' class.static intVARIABLE_DECLARATION_STATEMENT_OPERATION_COUNTThe number of operations of the 'Variable Declaration Statement' class.static intVISIBILITY_KINDThe meta object id for the 'Visibility Kind' enum.static intWHILE_STATEMENTThe meta object id for the 'While Statement' class.static intWHILE_STATEMENT__BODYThe feature id for the 'Body' containment reference.static intWHILE_STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.static intWHILE_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.static intWHILE_STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intWHILE_STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intWHILE_STATEMENT_FEATURE_COUNTThe number of structural features of the 'While Statement' class.static intWHILE_STATEMENT_OPERATION_COUNTThe number of operations of the 'While Statement' class.static intWILD_CARD_TYPEThe meta object id for the 'Wild Card Type' class.static intWILD_CARD_TYPE__BOUNDThe feature id for the 'Bound' containment reference.static intWILD_CARD_TYPE__COMMENTSThe feature id for the 'Comments' containment reference list.static intWILD_CARD_TYPE__NAMEThe feature id for the 'Name' attribute.static intWILD_CARD_TYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.static intWILD_CARD_TYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.static intWILD_CARD_TYPE__PROXYThe feature id for the 'Proxy' attribute.static intWILD_CARD_TYPE__UPPER_BOUNDThe feature id for the 'Upper Bound' attribute.static intWILD_CARD_TYPE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.static intWILD_CARD_TYPE__USAGES_IN_TYPE_ACCESSThe feature id for the 'Usages In Type Access' reference list.static intWILD_CARD_TYPE_FEATURE_COUNTThe number of structural features of the 'Wild Card Type' class.static intWILD_CARD_TYPE_OPERATION_COUNTThe number of operations of the 'Wild Card Type' class. -
Method Summary
Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetAbstractMethodDeclaration()Returns the meta object for class 'Abstract Method Declaration'.org.eclipse.emf.ecore.EReferencegetAbstractMethodDeclaration_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetAbstractMethodDeclaration_Parameters()Returns the meta object for the containment reference list 'Parameters'.org.eclipse.emf.ecore.EReferencegetAbstractMethodDeclaration_ThrownExceptions()Returns the meta object for the containment reference list 'Thrown Exceptions'.org.eclipse.emf.ecore.EReferencegetAbstractMethodDeclaration_TypeParameters()Returns the meta object for the containment reference list 'Type Parameters'.org.eclipse.emf.ecore.EReferencegetAbstractMethodDeclaration_Usages()Returns the meta object for the reference list 'Usages'.org.eclipse.emf.ecore.EReferencegetAbstractMethodDeclaration_UsagesInDocComments()Returns the meta object for the reference list 'Usages In Doc Comments'.org.eclipse.emf.ecore.EClassgetAbstractMethodInvocation()Returns the meta object for class 'Abstract Method Invocation'.org.eclipse.emf.ecore.EReferencegetAbstractMethodInvocation_Arguments()Returns the meta object for the containment reference list 'Arguments'.org.eclipse.emf.ecore.EReferencegetAbstractMethodInvocation_Method()Returns the meta object for the reference 'Method'.org.eclipse.emf.ecore.EReferencegetAbstractMethodInvocation_TypeArguments()Returns the meta object for the containment reference list 'Type Arguments'.org.eclipse.emf.ecore.EClassgetAbstractTypeDeclaration()Returns the meta object for class 'Abstract Type Declaration'.org.eclipse.emf.ecore.EReferencegetAbstractTypeDeclaration_BodyDeclarations()Returns the meta object for the containment reference list 'Body Declarations'.org.eclipse.emf.ecore.EReferencegetAbstractTypeDeclaration_CommentsAfterBody()Returns the meta object for the containment reference list 'Comments After Body'.org.eclipse.emf.ecore.EReferencegetAbstractTypeDeclaration_CommentsBeforeBody()Returns the meta object for the containment reference list 'Comments Before Body'.org.eclipse.emf.ecore.EReferencegetAbstractTypeDeclaration_Package()Returns the meta object for the container reference 'Package'.org.eclipse.emf.ecore.EReferencegetAbstractTypeDeclaration_SuperInterfaces()Returns the meta object for the containment reference list 'Super Interfaces'.org.eclipse.emf.ecore.EClassgetAbstractTypeQualifiedExpression()Returns the meta object for class 'Abstract Type Qualified Expression'.org.eclipse.emf.ecore.EReferencegetAbstractTypeQualifiedExpression_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EClassgetAbstractVariablesContainer()Returns the meta object for class 'Abstract Variables Container'.org.eclipse.emf.ecore.EReferencegetAbstractVariablesContainer_Fragments()Returns the meta object for the containment reference list 'Fragments'.org.eclipse.emf.ecore.EReferencegetAbstractVariablesContainer_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetAnnotation()Returns the meta object for class 'Annotation'.org.eclipse.emf.ecore.EReferencegetAnnotation_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EReferencegetAnnotation_Values()Returns the meta object for the containment reference list 'Values'.org.eclipse.emf.ecore.EClassgetAnnotationMemberValuePair()Returns the meta object for class 'Annotation Member Value Pair'.org.eclipse.emf.ecore.EReferencegetAnnotationMemberValuePair_Member()Returns the meta object for the reference 'Member'.org.eclipse.emf.ecore.EReferencegetAnnotationMemberValuePair_Value()Returns the meta object for the containment reference 'Value'.org.eclipse.emf.ecore.EClassgetAnnotationTypeDeclaration()Returns the meta object for class 'Annotation Type Declaration'.org.eclipse.emf.ecore.EClassgetAnnotationTypeMemberDeclaration()Returns the meta object for class 'Annotation Type Member Declaration'.org.eclipse.emf.ecore.EReferencegetAnnotationTypeMemberDeclaration_Default()Returns the meta object for the containment reference 'Default'.org.eclipse.emf.ecore.EReferencegetAnnotationTypeMemberDeclaration_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EReferencegetAnnotationTypeMemberDeclaration_Usages()Returns the meta object for the reference list 'Usages'.org.eclipse.emf.ecore.EClassgetAnonymousClassDeclaration()Returns the meta object for class 'Anonymous Class Declaration'.org.eclipse.emf.ecore.EReferencegetAnonymousClassDeclaration_BodyDeclarations()Returns the meta object for the containment reference list 'Body Declarations'.org.eclipse.emf.ecore.EReferencegetAnonymousClassDeclaration_ClassInstanceCreation()Returns the meta object for the container reference 'Class Instance Creation'.org.eclipse.emf.ecore.EClassgetArchive()Returns the meta object for class 'Archive'.org.eclipse.emf.ecore.EReferencegetArchive_ClassFiles()Returns the meta object for the containment reference list 'Class Files'.org.eclipse.emf.ecore.EReferencegetArchive_Manifest()Returns the meta object for the containment reference 'Manifest'.org.eclipse.emf.ecore.EAttributegetArchive_OriginalFilePath()Returns the meta object for the attribute 'Original File Path'.org.eclipse.emf.ecore.EClassgetArrayAccess()Returns the meta object for class 'Array Access'.org.eclipse.emf.ecore.EReferencegetArrayAccess_Array()Returns the meta object for the containment reference 'Array'.org.eclipse.emf.ecore.EReferencegetArrayAccess_Index()Returns the meta object for the containment reference 'Index'.org.eclipse.emf.ecore.EClassgetArrayCreation()Returns the meta object for class 'Array Creation'.org.eclipse.emf.ecore.EReferencegetArrayCreation_Dimensions()Returns the meta object for the containment reference list 'Dimensions'.org.eclipse.emf.ecore.EReferencegetArrayCreation_Initializer()Returns the meta object for the containment reference 'Initializer'.org.eclipse.emf.ecore.EReferencegetArrayCreation_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetArrayInitializer()Returns the meta object for class 'Array Initializer'.org.eclipse.emf.ecore.EReferencegetArrayInitializer_Expressions()Returns the meta object for the containment reference list 'Expressions'.org.eclipse.emf.ecore.EClassgetArrayLengthAccess()Returns the meta object for class 'Array Length Access'.org.eclipse.emf.ecore.EReferencegetArrayLengthAccess_Array()Returns the meta object for the containment reference 'Array'.org.eclipse.emf.ecore.EClassgetArrayType()Returns the meta object for class 'Array Type'.org.eclipse.emf.ecore.EAttributegetArrayType_Dimensions()Returns the meta object for the attribute 'Dimensions'.org.eclipse.emf.ecore.EReferencegetArrayType_ElementType()Returns the meta object for the containment reference 'Element Type'.org.eclipse.emf.ecore.EClassgetAssertStatement()Returns the meta object for class 'Assert Statement'.org.eclipse.emf.ecore.EReferencegetAssertStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetAssertStatement_Message()Returns the meta object for the containment reference 'Message'.org.eclipse.emf.ecore.EClassgetAssignment()Returns the meta object for class 'Assignment'.org.eclipse.emf.ecore.EReferencegetAssignment_LeftHandSide()Returns the meta object for the containment reference 'Left Hand Side'.org.eclipse.emf.ecore.EAttributegetAssignment_Operator()Returns the meta object for the attribute 'Operator'.org.eclipse.emf.ecore.EReferencegetAssignment_RightHandSide()Returns the meta object for the containment reference 'Right Hand Side'.org.eclipse.emf.ecore.EEnumgetAssignmentKind()Returns the meta object for enum 'Assignment Kind'.org.eclipse.emf.ecore.EClassgetASTNode()Returns the meta object for class 'AST Node'.org.eclipse.emf.ecore.EReferencegetASTNode_Comments()Returns the meta object for the containment reference list 'Comments'.org.eclipse.emf.ecore.EReferencegetASTNode_OriginalClassFile()Returns the meta object for the reference 'Original Class File'.org.eclipse.emf.ecore.EReferencegetASTNode_OriginalCompilationUnit()Returns the meta object for the reference 'Original Compilation Unit'.org.eclipse.emf.ecore.EClassgetBlock()Returns the meta object for class 'Block'.org.eclipse.emf.ecore.EReferencegetBlock_Statements()Returns the meta object for the containment reference list 'Statements'.org.eclipse.emf.ecore.EClassgetBlockComment()Returns the meta object for class 'Block Comment'.org.eclipse.emf.ecore.EClassgetBodyDeclaration()Returns the meta object for class 'Body Declaration'.org.eclipse.emf.ecore.EReferencegetBodyDeclaration_AbstractTypeDeclaration()Returns the meta object for the container reference 'Abstract Type Declaration'.org.eclipse.emf.ecore.EReferencegetBodyDeclaration_Annotations()Returns the meta object for the containment reference list 'Annotations'.org.eclipse.emf.ecore.EReferencegetBodyDeclaration_AnonymousClassDeclarationOwner()Returns the meta object for the container reference 'Anonymous Class Declaration Owner'.org.eclipse.emf.ecore.EReferencegetBodyDeclaration_Modifier()Returns the meta object for the containment reference 'Modifier'.org.eclipse.emf.ecore.EClassgetBooleanLiteral()Returns the meta object for class 'Boolean Literal'.org.eclipse.emf.ecore.EAttributegetBooleanLiteral_Value()Returns the meta object for the attribute 'Value'.org.eclipse.emf.ecore.EClassgetBreakStatement()Returns the meta object for class 'Break Statement'.org.eclipse.emf.ecore.EReferencegetBreakStatement_Label()Returns the meta object for the reference 'Label'.org.eclipse.emf.ecore.EClassgetCastExpression()Returns the meta object for class 'Cast Expression'.org.eclipse.emf.ecore.EReferencegetCastExpression_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetCastExpression_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetCatchClause()Returns the meta object for class 'Catch Clause'.org.eclipse.emf.ecore.EReferencegetCatchClause_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetCatchClause_Exception()Returns the meta object for the containment reference 'Exception'.org.eclipse.emf.ecore.EClassgetCharacterLiteral()Returns the meta object for class 'Character Literal'.org.eclipse.emf.ecore.EAttributegetCharacterLiteral_EscapedValue()Returns the meta object for the attribute 'Escaped Value'.org.eclipse.emf.ecore.EClassgetClassDeclaration()Returns the meta object for class 'Class Declaration'.org.eclipse.emf.ecore.EReferencegetClassDeclaration_SuperClass()Returns the meta object for the containment reference 'Super Class'.org.eclipse.emf.ecore.EClassgetClassFile()Returns the meta object for class 'Class File'.org.eclipse.emf.ecore.EReferencegetClassFile_AttachedSource()Returns the meta object for the reference 'Attached Source'.org.eclipse.emf.ecore.EAttributegetClassFile_OriginalFilePath()Returns the meta object for the attribute 'Original File Path'.org.eclipse.emf.ecore.EReferencegetClassFile_Package()Returns the meta object for the reference 'Package'.org.eclipse.emf.ecore.EReferencegetClassFile_Type()Returns the meta object for the reference 'Type'.org.eclipse.emf.ecore.EClassgetClassInstanceCreation()Returns the meta object for class 'Class Instance Creation'.org.eclipse.emf.ecore.EReferencegetClassInstanceCreation_AnonymousClassDeclaration()Returns the meta object for the containment reference 'Anonymous Class Declaration'.org.eclipse.emf.ecore.EReferencegetClassInstanceCreation_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetClassInstanceCreation_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetComment()Returns the meta object for class 'Comment'.org.eclipse.emf.ecore.EAttributegetComment_Content()Returns the meta object for the attribute 'Content'.org.eclipse.emf.ecore.EAttributegetComment_EnclosedByParent()Returns the meta object for the attribute 'Enclosed By Parent'.org.eclipse.emf.ecore.EAttributegetComment_PrefixOfParent()Returns the meta object for the attribute 'Prefix Of Parent'.org.eclipse.emf.ecore.EClassgetCompilationUnit()Returns the meta object for class 'Compilation Unit'.org.eclipse.emf.ecore.EReferencegetCompilationUnit_CommentList()Returns the meta object for the reference list 'Comment List'.org.eclipse.emf.ecore.EReferencegetCompilationUnit_Imports()Returns the meta object for the containment reference list 'Imports'.org.eclipse.emf.ecore.EAttributegetCompilationUnit_OriginalFilePath()Returns the meta object for the attribute 'Original File Path'.org.eclipse.emf.ecore.EReferencegetCompilationUnit_Package()Returns the meta object for the reference 'Package'.org.eclipse.emf.ecore.EReferencegetCompilationUnit_Types()Returns the meta object for the reference list 'Types'.org.eclipse.emf.ecore.EClassgetConditionalExpression()Returns the meta object for class 'Conditional Expression'.org.eclipse.emf.ecore.EReferencegetConditionalExpression_ElseExpression()Returns the meta object for the containment reference 'Else Expression'.org.eclipse.emf.ecore.EReferencegetConditionalExpression_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetConditionalExpression_ThenExpression()Returns the meta object for the containment reference 'Then Expression'.org.eclipse.emf.ecore.EClassgetConstructorDeclaration()Returns the meta object for class 'Constructor Declaration'.org.eclipse.emf.ecore.EClassgetConstructorInvocation()Returns the meta object for class 'Constructor Invocation'.org.eclipse.emf.ecore.EClassgetContinueStatement()Returns the meta object for class 'Continue Statement'.org.eclipse.emf.ecore.EReferencegetContinueStatement_Label()Returns the meta object for the reference 'Label'.org.eclipse.emf.ecore.EClassgetDoStatement()Returns the meta object for class 'Do Statement'.org.eclipse.emf.ecore.EReferencegetDoStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetDoStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetEmptyStatement()Returns the meta object for class 'Empty Statement'.org.eclipse.emf.ecore.EClassgetEnhancedForStatement()Returns the meta object for class 'Enhanced For Statement'.org.eclipse.emf.ecore.EReferencegetEnhancedForStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetEnhancedForStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetEnhancedForStatement_Parameter()Returns the meta object for the containment reference 'Parameter'.org.eclipse.emf.ecore.EClassgetEnumConstantDeclaration()Returns the meta object for class 'Enum Constant Declaration'.org.eclipse.emf.ecore.EReferencegetEnumConstantDeclaration_AnonymousClassDeclaration()Returns the meta object for the containment reference 'Anonymous Class Declaration'.org.eclipse.emf.ecore.EReferencegetEnumConstantDeclaration_Arguments()Returns the meta object for the containment reference list 'Arguments'.org.eclipse.emf.ecore.EClassgetEnumDeclaration()Returns the meta object for class 'Enum Declaration'.org.eclipse.emf.ecore.EReferencegetEnumDeclaration_EnumConstants()Returns the meta object for the containment reference list 'Enum Constants'.org.eclipse.emf.ecore.EClassgetExpression()Returns the meta object for class 'Expression'.org.eclipse.emf.ecore.EClassgetExpressionStatement()Returns the meta object for class 'Expression Statement'.org.eclipse.emf.ecore.EReferencegetExpressionStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetFieldAccess()Returns the meta object for class 'Field Access'.org.eclipse.emf.ecore.EReferencegetFieldAccess_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetFieldAccess_Field()Returns the meta object for the containment reference 'Field'.org.eclipse.emf.ecore.EClassgetFieldDeclaration()Returns the meta object for class 'Field Declaration'.org.eclipse.emf.ecore.EClassgetForStatement()Returns the meta object for class 'For Statement'.org.eclipse.emf.ecore.EReferencegetForStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetForStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetForStatement_Initializers()Returns the meta object for the containment reference list 'Initializers'.org.eclipse.emf.ecore.EReferencegetForStatement_Updaters()Returns the meta object for the containment reference list 'Updaters'.org.eclipse.emf.ecore.EClassgetIfStatement()Returns the meta object for class 'If Statement'.org.eclipse.emf.ecore.EReferencegetIfStatement_ElseStatement()Returns the meta object for the containment reference 'Else Statement'.org.eclipse.emf.ecore.EReferencegetIfStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetIfStatement_ThenStatement()Returns the meta object for the containment reference 'Then Statement'.org.eclipse.emf.ecore.EClassgetImportDeclaration()Returns the meta object for class 'Import Declaration'.org.eclipse.emf.ecore.EReferencegetImportDeclaration_ImportedElement()Returns the meta object for the reference 'Imported Element'.org.eclipse.emf.ecore.EAttributegetImportDeclaration_Static()Returns the meta object for the attribute 'Static'.org.eclipse.emf.ecore.EClassgetInfixExpression()Returns the meta object for class 'Infix Expression'.org.eclipse.emf.ecore.EReferencegetInfixExpression_ExtendedOperands()Returns the meta object for the containment reference list 'Extended Operands'.org.eclipse.emf.ecore.EReferencegetInfixExpression_LeftOperand()Returns the meta object for the containment reference 'Left Operand'.org.eclipse.emf.ecore.EAttributegetInfixExpression_Operator()Returns the meta object for the attribute 'Operator'.org.eclipse.emf.ecore.EReferencegetInfixExpression_RightOperand()Returns the meta object for the containment reference 'Right Operand'.org.eclipse.emf.ecore.EEnumgetInfixExpressionKind()Returns the meta object for enum 'Infix Expression Kind'.org.eclipse.emf.ecore.EEnumgetInheritanceKind()Returns the meta object for enum 'Inheritance Kind'.org.eclipse.emf.ecore.EClassgetInitializer()Returns the meta object for class 'Initializer'.org.eclipse.emf.ecore.EReferencegetInitializer_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EClassgetInstanceofExpression()Returns the meta object for class 'Instanceof Expression'.org.eclipse.emf.ecore.EReferencegetInstanceofExpression_LeftOperand()Returns the meta object for the containment reference 'Left Operand'.org.eclipse.emf.ecore.EReferencegetInstanceofExpression_RightOperand()Returns the meta object for the containment reference 'Right Operand'.org.eclipse.emf.ecore.EClassgetInterfaceDeclaration()Returns the meta object for class 'Interface Declaration'.org.eclipse.emf.ecore.EClassgetJavadoc()Returns the meta object for class 'Javadoc'.org.eclipse.emf.ecore.EReferencegetJavadoc_Tags()Returns the meta object for the containment reference list 'Tags'.JavaFactorygetJavaFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetLabeledStatement()Returns the meta object for class 'Labeled Statement'.org.eclipse.emf.ecore.EReferencegetLabeledStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetLabeledStatement_UsagesInBreakStatements()Returns the meta object for the reference list 'Usages In Break Statements'.org.eclipse.emf.ecore.EReferencegetLabeledStatement_UsagesInContinueStatements()Returns the meta object for the reference list 'Usages In Continue Statements'.org.eclipse.emf.ecore.EClassgetLineComment()Returns the meta object for class 'Line Comment'.org.eclipse.emf.ecore.EClassgetManifest()Returns the meta object for class 'Manifest'.org.eclipse.emf.ecore.EReferencegetManifest_EntryAttributes()Returns the meta object for the containment reference list 'Entry Attributes'.org.eclipse.emf.ecore.EReferencegetManifest_MainAttributes()Returns the meta object for the containment reference list 'Main Attributes'.org.eclipse.emf.ecore.EClassgetManifestAttribute()Returns the meta object for class 'Manifest Attribute'.org.eclipse.emf.ecore.EAttributegetManifestAttribute_Key()Returns the meta object for the attribute 'Key'.org.eclipse.emf.ecore.EAttributegetManifestAttribute_Value()Returns the meta object for the attribute 'Value'.org.eclipse.emf.ecore.EClassgetManifestEntry()Returns the meta object for class 'Manifest Entry'.org.eclipse.emf.ecore.EReferencegetManifestEntry_Attributes()Returns the meta object for the containment reference list 'Attributes'.org.eclipse.emf.ecore.EAttributegetManifestEntry_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EClassgetMemberRef()Returns the meta object for class 'Member Ref'.org.eclipse.emf.ecore.EReferencegetMemberRef_Member()Returns the meta object for the reference 'Member'.org.eclipse.emf.ecore.EReferencegetMemberRef_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EClassgetMethodDeclaration()Returns the meta object for class 'Method Declaration'.org.eclipse.emf.ecore.EAttributegetMethodDeclaration_ExtraArrayDimensions()Returns the meta object for the attribute 'Extra Array Dimensions'.org.eclipse.emf.ecore.EReferencegetMethodDeclaration_RedefinedMethodDeclaration()Returns the meta object for the reference 'Redefined Method Declaration'.org.eclipse.emf.ecore.EReferencegetMethodDeclaration_Redefinitions()Returns the meta object for the reference list 'Redefinitions'.org.eclipse.emf.ecore.EReferencegetMethodDeclaration_ReturnType()Returns the meta object for the containment reference 'Return Type'.org.eclipse.emf.ecore.EClassgetMethodInvocation()Returns the meta object for class 'Method Invocation'.org.eclipse.emf.ecore.EReferencegetMethodInvocation_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetMethodRef()Returns the meta object for class 'Method Ref'.org.eclipse.emf.ecore.EReferencegetMethodRef_Method()Returns the meta object for the reference 'Method'.org.eclipse.emf.ecore.EReferencegetMethodRef_Parameters()Returns the meta object for the containment reference list 'Parameters'.org.eclipse.emf.ecore.EReferencegetMethodRef_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EClassgetMethodRefParameter()Returns the meta object for class 'Method Ref Parameter'.org.eclipse.emf.ecore.EAttributegetMethodRefParameter_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EReferencegetMethodRefParameter_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EAttributegetMethodRefParameter_Varargs()Returns the meta object for the attribute 'Varargs'.org.eclipse.emf.ecore.EClassgetModel()Returns the meta object for class 'Model'.org.eclipse.emf.ecore.EReferencegetModel_Archives()Returns the meta object for the containment reference list 'Archives'.org.eclipse.emf.ecore.EReferencegetModel_ClassFiles()Returns the meta object for the containment reference list 'Class Files'.org.eclipse.emf.ecore.EReferencegetModel_CompilationUnits()Returns the meta object for the containment reference list 'Compilation Units'.org.eclipse.emf.ecore.EAttributegetModel_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EReferencegetModel_OrphanTypes()Returns the meta object for the containment reference list 'Orphan Types'.org.eclipse.emf.ecore.EReferencegetModel_OwnedElements()Returns the meta object for the containment reference list 'Owned Elements'.org.eclipse.emf.ecore.EReferencegetModel_UnresolvedItems()Returns the meta object for the containment reference list 'Unresolved Items'.org.eclipse.emf.ecore.EClassgetModifier()Returns the meta object for class 'Modifier'.org.eclipse.emf.ecore.EReferencegetModifier_BodyDeclaration()Returns the meta object for the container reference 'Body Declaration'.org.eclipse.emf.ecore.EAttributegetModifier_Inheritance()Returns the meta object for the attribute 'Inheritance'.org.eclipse.emf.ecore.EAttributegetModifier_Native()Returns the meta object for the attribute 'Native'.org.eclipse.emf.ecore.EReferencegetModifier_SingleVariableDeclaration()Returns the meta object for the container reference 'Single Variable Declaration'.org.eclipse.emf.ecore.EAttributegetModifier_Static()Returns the meta object for the attribute 'Static'.org.eclipse.emf.ecore.EAttributegetModifier_Strictfp()Returns the meta object for the attribute 'Strictfp'.org.eclipse.emf.ecore.EAttributegetModifier_Synchronized()Returns the meta object for the attribute 'Synchronized'.org.eclipse.emf.ecore.EAttributegetModifier_Transient()Returns the meta object for the attribute 'Transient'.org.eclipse.emf.ecore.EReferencegetModifier_VariableDeclarationExpression()Returns the meta object for the container reference 'Variable Declaration Expression'.org.eclipse.emf.ecore.EReferencegetModifier_VariableDeclarationStatement()Returns the meta object for the container reference 'Variable Declaration Statement'.org.eclipse.emf.ecore.EAttributegetModifier_Visibility()Returns the meta object for the attribute 'Visibility'.org.eclipse.emf.ecore.EAttributegetModifier_Volatile()Returns the meta object for the attribute 'Volatile'.org.eclipse.emf.ecore.EClassgetNamedElement()Returns the meta object for class 'Named Element'.org.eclipse.emf.ecore.EAttributegetNamedElement_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EAttributegetNamedElement_Proxy()Returns the meta object for the attribute 'Proxy'.org.eclipse.emf.ecore.EReferencegetNamedElement_UsagesInImports()Returns the meta object for the reference list 'Usages In Imports'.org.eclipse.emf.ecore.EClassgetNamespaceAccess()Returns the meta object for class 'Namespace Access'.org.eclipse.emf.ecore.EClassgetNullLiteral()Returns the meta object for class 'Null Literal'.org.eclipse.emf.ecore.EClassgetNumberLiteral()Returns the meta object for class 'Number Literal'.org.eclipse.emf.ecore.EAttributegetNumberLiteral_TokenValue()Returns the meta object for the attribute 'Token Value'.org.eclipse.emf.ecore.EClassgetPackage()Returns the meta object for class 'Package'.org.eclipse.emf.ecore.EReferencegetPackage_Model()Returns the meta object for the container reference 'Model'.org.eclipse.emf.ecore.EReferencegetPackage_OwnedElements()Returns the meta object for the containment reference list 'Owned Elements'.org.eclipse.emf.ecore.EReferencegetPackage_OwnedPackages()Returns the meta object for the containment reference list 'Owned Packages'.org.eclipse.emf.ecore.EReferencegetPackage_Package()Returns the meta object for the container reference 'Package'.org.eclipse.emf.ecore.EReferencegetPackage_UsagesInPackageAccess()Returns the meta object for the reference list 'Usages In Package Access'.org.eclipse.emf.ecore.EClassgetPackageAccess()Returns the meta object for class 'Package Access'.org.eclipse.emf.ecore.EReferencegetPackageAccess_Package()Returns the meta object for the reference 'Package'.org.eclipse.emf.ecore.EReferencegetPackageAccess_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EClassgetParameterizedType()Returns the meta object for class 'Parameterized Type'.org.eclipse.emf.ecore.EReferencegetParameterizedType_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EReferencegetParameterizedType_TypeArguments()Returns the meta object for the containment reference list 'Type Arguments'.org.eclipse.emf.ecore.EClassgetParenthesizedExpression()Returns the meta object for class 'Parenthesized Expression'.org.eclipse.emf.ecore.EReferencegetParenthesizedExpression_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetPostfixExpression()Returns the meta object for class 'Postfix Expression'.org.eclipse.emf.ecore.EReferencegetPostfixExpression_Operand()Returns the meta object for the containment reference 'Operand'.org.eclipse.emf.ecore.EAttributegetPostfixExpression_Operator()Returns the meta object for the attribute 'Operator'.org.eclipse.emf.ecore.EEnumgetPostfixExpressionKind()Returns the meta object for enum 'Postfix Expression Kind'.org.eclipse.emf.ecore.EClassgetPrefixExpression()Returns the meta object for class 'Prefix Expression'.org.eclipse.emf.ecore.EReferencegetPrefixExpression_Operand()Returns the meta object for the containment reference 'Operand'.org.eclipse.emf.ecore.EAttributegetPrefixExpression_Operator()Returns the meta object for the attribute 'Operator'.org.eclipse.emf.ecore.EEnumgetPrefixExpressionKind()Returns the meta object for enum 'Prefix Expression Kind'.org.eclipse.emf.ecore.EClassgetPrimitiveType()Returns the meta object for class 'Primitive Type'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeBoolean()Returns the meta object for class 'Primitive Type Boolean'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeByte()Returns the meta object for class 'Primitive Type Byte'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeChar()Returns the meta object for class 'Primitive Type Char'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeDouble()Returns the meta object for class 'Primitive Type Double'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeFloat()Returns the meta object for class 'Primitive Type Float'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeInt()Returns the meta object for class 'Primitive Type Int'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeLong()Returns the meta object for class 'Primitive Type Long'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeShort()Returns the meta object for class 'Primitive Type Short'.org.eclipse.emf.ecore.EClassgetPrimitiveTypeVoid()Returns the meta object for class 'Primitive Type Void'.org.eclipse.emf.ecore.EClassgetReturnStatement()Returns the meta object for class 'Return Statement'.org.eclipse.emf.ecore.EReferencegetReturnStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetSingleVariableAccess()Returns the meta object for class 'Single Variable Access'.org.eclipse.emf.ecore.EReferencegetSingleVariableAccess_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EReferencegetSingleVariableAccess_Variable()Returns the meta object for the reference 'Variable'.org.eclipse.emf.ecore.EClassgetSingleVariableDeclaration()Returns the meta object for class 'Single Variable Declaration'.org.eclipse.emf.ecore.EReferencegetSingleVariableDeclaration_Annotations()Returns the meta object for the containment reference list 'Annotations'.org.eclipse.emf.ecore.EReferencegetSingleVariableDeclaration_CatchClause()Returns the meta object for the container reference 'Catch Clause'.org.eclipse.emf.ecore.EReferencegetSingleVariableDeclaration_EnhancedForStatement()Returns the meta object for the container reference 'Enhanced For Statement'.org.eclipse.emf.ecore.EReferencegetSingleVariableDeclaration_MethodDeclaration()Returns the meta object for the container reference 'Method Declaration'.org.eclipse.emf.ecore.EReferencegetSingleVariableDeclaration_Modifier()Returns the meta object for the containment reference 'Modifier'.org.eclipse.emf.ecore.EReferencegetSingleVariableDeclaration_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EAttributegetSingleVariableDeclaration_Varargs()Returns the meta object for the attribute 'Varargs'.org.eclipse.emf.ecore.EClassgetStatement()Returns the meta object for class 'Statement'.org.eclipse.emf.ecore.EClassgetStringLiteral()Returns the meta object for class 'String Literal'.org.eclipse.emf.ecore.EAttributegetStringLiteral_EscapedValue()Returns the meta object for the attribute 'Escaped Value'.org.eclipse.emf.ecore.EClassgetSuperConstructorInvocation()Returns the meta object for class 'Super Constructor Invocation'.org.eclipse.emf.ecore.EReferencegetSuperConstructorInvocation_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetSuperFieldAccess()Returns the meta object for class 'Super Field Access'.org.eclipse.emf.ecore.EReferencegetSuperFieldAccess_Field()Returns the meta object for the containment reference 'Field'.org.eclipse.emf.ecore.EClassgetSuperMethodInvocation()Returns the meta object for class 'Super Method Invocation'.org.eclipse.emf.ecore.EClassgetSwitchCase()Returns the meta object for class 'Switch Case'.org.eclipse.emf.ecore.EAttributegetSwitchCase_Default()Returns the meta object for the attribute 'Default'.org.eclipse.emf.ecore.EReferencegetSwitchCase_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetSwitchStatement()Returns the meta object for class 'Switch Statement'.org.eclipse.emf.ecore.EReferencegetSwitchStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EReferencegetSwitchStatement_Statements()Returns the meta object for the containment reference list 'Statements'.org.eclipse.emf.ecore.EClassgetSynchronizedStatement()Returns the meta object for class 'Synchronized Statement'.org.eclipse.emf.ecore.EReferencegetSynchronizedStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetSynchronizedStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetTagElement()Returns the meta object for class 'Tag Element'.org.eclipse.emf.ecore.EReferencegetTagElement_Fragments()Returns the meta object for the containment reference list 'Fragments'.org.eclipse.emf.ecore.EAttributegetTagElement_TagName()Returns the meta object for the attribute 'Tag Name'.org.eclipse.emf.ecore.EClassgetTextElement()Returns the meta object for class 'Text Element'.org.eclipse.emf.ecore.EAttributegetTextElement_Text()Returns the meta object for the attribute 'Text'.org.eclipse.emf.ecore.EClassgetThisExpression()Returns the meta object for class 'This Expression'.org.eclipse.emf.ecore.EClassgetThrowStatement()Returns the meta object for class 'Throw Statement'.org.eclipse.emf.ecore.EReferencegetThrowStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetTryStatement()Returns the meta object for class 'Try Statement'.org.eclipse.emf.ecore.EReferencegetTryStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetTryStatement_CatchClauses()Returns the meta object for the containment reference list 'Catch Clauses'.org.eclipse.emf.ecore.EReferencegetTryStatement_Finally()Returns the meta object for the containment reference 'Finally'.org.eclipse.emf.ecore.EClassgetType()Returns the meta object for class 'Type'.org.eclipse.emf.ecore.EReferencegetType_UsagesInTypeAccess()Returns the meta object for the reference list 'Usages In Type Access'.org.eclipse.emf.ecore.EClassgetTypeAccess()Returns the meta object for class 'Type Access'.org.eclipse.emf.ecore.EReferencegetTypeAccess_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EReferencegetTypeAccess_Type()Returns the meta object for the reference 'Type'.org.eclipse.emf.ecore.EClassgetTypeDeclaration()Returns the meta object for class 'Type Declaration'.org.eclipse.emf.ecore.EReferencegetTypeDeclaration_TypeParameters()Returns the meta object for the containment reference list 'Type Parameters'.org.eclipse.emf.ecore.EClassgetTypeDeclarationStatement()Returns the meta object for class 'Type Declaration Statement'.org.eclipse.emf.ecore.EReferencegetTypeDeclarationStatement_Declaration()Returns the meta object for the containment reference 'Declaration'.org.eclipse.emf.ecore.EClassgetTypeLiteral()Returns the meta object for class 'Type Literal'.org.eclipse.emf.ecore.EReferencegetTypeLiteral_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetTypeParameter()Returns the meta object for class 'Type Parameter'.org.eclipse.emf.ecore.EReferencegetTypeParameter_Bounds()Returns the meta object for the containment reference list 'Bounds'.org.eclipse.emf.ecore.EClassgetUnresolvedAnnotationDeclaration()Returns the meta object for class 'Unresolved Annotation Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedAnnotationTypeMemberDeclaration()Returns the meta object for class 'Unresolved Annotation Type Member Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedClassDeclaration()Returns the meta object for class 'Unresolved Class Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedEnumDeclaration()Returns the meta object for class 'Unresolved Enum Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedInterfaceDeclaration()Returns the meta object for class 'Unresolved Interface Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedItem()Returns the meta object for class 'Unresolved Item'.org.eclipse.emf.ecore.EClassgetUnresolvedItemAccess()Returns the meta object for class 'Unresolved Item Access'.org.eclipse.emf.ecore.EReferencegetUnresolvedItemAccess_Element()Returns the meta object for the reference 'Element'.org.eclipse.emf.ecore.EReferencegetUnresolvedItemAccess_Qualifier()Returns the meta object for the containment reference 'Qualifier'.org.eclipse.emf.ecore.EClassgetUnresolvedLabeledStatement()Returns the meta object for class 'Unresolved Labeled Statement'.org.eclipse.emf.ecore.EClassgetUnresolvedMethodDeclaration()Returns the meta object for class 'Unresolved Method Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedSingleVariableDeclaration()Returns the meta object for class 'Unresolved Single Variable Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedType()Returns the meta object for class 'Unresolved Type'.org.eclipse.emf.ecore.EClassgetUnresolvedTypeDeclaration()Returns the meta object for class 'Unresolved Type Declaration'.org.eclipse.emf.ecore.EClassgetUnresolvedVariableDeclarationFragment()Returns the meta object for class 'Unresolved Variable Declaration Fragment'.org.eclipse.emf.ecore.EClassgetVariableDeclaration()Returns the meta object for class 'Variable Declaration'.org.eclipse.emf.ecore.EAttributegetVariableDeclaration_ExtraArrayDimensions()Returns the meta object for the attribute 'Extra Array Dimensions'.org.eclipse.emf.ecore.EReferencegetVariableDeclaration_Initializer()Returns the meta object for the containment reference 'Initializer'.org.eclipse.emf.ecore.EReferencegetVariableDeclaration_UsageInVariableAccess()Returns the meta object for the reference list 'Usage In Variable Access'.org.eclipse.emf.ecore.EClassgetVariableDeclarationExpression()Returns the meta object for class 'Variable Declaration Expression'.org.eclipse.emf.ecore.EReferencegetVariableDeclarationExpression_Annotations()Returns the meta object for the containment reference list 'Annotations'.org.eclipse.emf.ecore.EReferencegetVariableDeclarationExpression_Modifier()Returns the meta object for the containment reference 'Modifier'.org.eclipse.emf.ecore.EClassgetVariableDeclarationFragment()Returns the meta object for class 'Variable Declaration Fragment'.org.eclipse.emf.ecore.EReferencegetVariableDeclarationFragment_VariablesContainer()Returns the meta object for the container reference 'Variables Container'.org.eclipse.emf.ecore.EClassgetVariableDeclarationStatement()Returns the meta object for class 'Variable Declaration Statement'.org.eclipse.emf.ecore.EReferencegetVariableDeclarationStatement_Annotations()Returns the meta object for the containment reference list 'Annotations'.org.eclipse.emf.ecore.EAttributegetVariableDeclarationStatement_ExtraArrayDimensions()Returns the meta object for the attribute 'Extra Array Dimensions'.org.eclipse.emf.ecore.EReferencegetVariableDeclarationStatement_Modifier()Returns the meta object for the containment reference 'Modifier'.org.eclipse.emf.ecore.EEnumgetVisibilityKind()Returns the meta object for enum 'Visibility Kind'.org.eclipse.emf.ecore.EClassgetWhileStatement()Returns the meta object for class 'While Statement'.org.eclipse.emf.ecore.EReferencegetWhileStatement_Body()Returns the meta object for the containment reference 'Body'.org.eclipse.emf.ecore.EReferencegetWhileStatement_Expression()Returns the meta object for the containment reference 'Expression'.org.eclipse.emf.ecore.EClassgetWildCardType()Returns the meta object for class 'Wild Card Type'.org.eclipse.emf.ecore.EReferencegetWildCardType_Bound()Returns the meta object for the containment reference 'Bound'.org.eclipse.emf.ecore.EAttributegetWildCardType_UpperBound()Returns the meta object for the attribute 'Upper Bound'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
The singleton instance of the package. -
AST_NODE
static final int AST_NODEThe meta object id for the 'AST Node' class. -
AST_NODE__COMMENTS
static final int AST_NODE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
AST_NODE_FEATURE_COUNT
static final int AST_NODE_FEATURE_COUNTThe number of structural features of the 'AST Node' class.- See Also:
- Constant Field Values
-
AST_NODE_OPERATION_COUNT
static final int AST_NODE_OPERATION_COUNTThe number of operations of the 'AST Node' class.- See Also:
- Constant Field Values
-
NAMED_ELEMENT
static final int NAMED_ELEMENTThe meta object id for the 'Named Element' class. -
NAMED_ELEMENT__COMMENTS
static final int NAMED_ELEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
NAMED_ELEMENT__NAME
static final int NAMED_ELEMENT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
NAMED_ELEMENT__PROXY
static final int NAMED_ELEMENT__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
NAMED_ELEMENT__USAGES_IN_IMPORTS
static final int NAMED_ELEMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
NAMED_ELEMENT_FEATURE_COUNT
static final int NAMED_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Named Element' class.- See Also:
- Constant Field Values
-
NAMED_ELEMENT_OPERATION_COUNT
static final int NAMED_ELEMENT_OPERATION_COUNTThe number of operations of the 'Named Element' class.- See Also:
- Constant Field Values
-
BODY_DECLARATION
static final int BODY_DECLARATIONThe meta object id for the 'Body Declaration' class. -
BODY_DECLARATION__COMMENTS
static final int BODY_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
BODY_DECLARATION__NAME
static final int BODY_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
BODY_DECLARATION__PROXY
static final int BODY_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
BODY_DECLARATION__USAGES_IN_IMPORTS
static final int BODY_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
BODY_DECLARATION__ANNOTATIONS
static final int BODY_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
BODY_DECLARATION__MODIFIER
static final int BODY_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
BODY_DECLARATION_FEATURE_COUNT
static final int BODY_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Body Declaration' class.- See Also:
- Constant Field Values
-
BODY_DECLARATION_OPERATION_COUNT
static final int BODY_DECLARATION_OPERATION_COUNTThe number of operations of the 'Body Declaration' class.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION
static final int ABSTRACT_METHOD_DECLARATIONThe meta object id for the 'Abstract Method Declaration' class. -
ABSTRACT_METHOD_DECLARATION__COMMENTS
static final int ABSTRACT_METHOD_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION__NAME
static final int ABSTRACT_METHOD_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION__PROXY
static final int ABSTRACT_METHOD_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION__ANNOTATIONS
static final int ABSTRACT_METHOD_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION__BODY
static final int ABSTRACT_METHOD_DECLARATION__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION__PARAMETERS
static final int ABSTRACT_METHOD_DECLARATION__PARAMETERSThe 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_EXCEPTIONSThe 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_PARAMETERSThe 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_COMMENTSThe 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__USAGESThe feature id for the 'Usages' reference list.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_DECLARATION_FEATURE_COUNT
static final int ABSTRACT_METHOD_DECLARATION_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Abstract Method Declaration' class.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_INVOCATION
static final int ABSTRACT_METHOD_INVOCATIONThe meta object id for the 'Abstract Method Invocation' class. -
ABSTRACT_METHOD_INVOCATION__COMMENTS
static final int ABSTRACT_METHOD_INVOCATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_INVOCATION__METHOD
static final int ABSTRACT_METHOD_INVOCATION__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
ABSTRACT_METHOD_INVOCATION__ARGUMENTS
static final int ABSTRACT_METHOD_INVOCATION__ARGUMENTSThe 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_ARGUMENTSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Abstract Method Invocation' class.- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_DECLARATION
static final int ABSTRACT_TYPE_DECLARATIONThe meta object id for the 'Abstract Type Declaration' class. -
ABSTRACT_TYPE_DECLARATION__COMMENTS
static final int ABSTRACT_TYPE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_DECLARATION__NAME
static final int ABSTRACT_TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_DECLARATION__PROXY
static final int ABSTRACT_TYPE_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_DECLARATION__ANNOTATIONS
static final int ABSTRACT_TYPE_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_DECLARATION__SUPER_INTERFACES
static final int ABSTRACT_TYPE_DECLARATION__SUPER_INTERFACESThe 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_COUNTThe 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_COUNTThe number of operations of the 'Abstract Type Declaration' class.- See Also:
- Constant Field Values
-
EXPRESSION
static final int EXPRESSIONThe meta object id for the 'Expression' class. -
EXPRESSION__COMMENTS
static final int EXPRESSION__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
EXPRESSION__ORIGINAL_COMPILATION_UNIT
static final int EXPRESSION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
EXPRESSION__ORIGINAL_CLASS_FILE
static final int EXPRESSION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
EXPRESSION_FEATURE_COUNT
static final int EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Expression' class.- See Also:
- Constant Field Values
-
EXPRESSION_OPERATION_COUNT
static final int EXPRESSION_OPERATION_COUNTThe number of operations of the 'Expression' class.- See Also:
- Constant Field Values
-
ABSTRACT_TYPE_QUALIFIED_EXPRESSION
static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSIONThe meta object id for the 'Abstract Type Qualified Expression' class. -
ABSTRACT_TYPE_QUALIFIED_EXPRESSION__COMMENTS
static final int ABSTRACT_TYPE_QUALIFIED_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe 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__QUALIFIERThe 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_COUNTThe 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_COUNTThe number of operations of the 'Abstract Type Qualified Expression' class.- See Also:
- Constant Field Values
-
ABSTRACT_VARIABLES_CONTAINER
static final int ABSTRACT_VARIABLES_CONTAINERThe meta object id for the 'Abstract Variables Container' class. -
ABSTRACT_VARIABLES_CONTAINER__COMMENTS
static final int ABSTRACT_VARIABLES_CONTAINER__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ABSTRACT_VARIABLES_CONTAINER__TYPE
static final int ABSTRACT_VARIABLES_CONTAINER__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
ABSTRACT_VARIABLES_CONTAINER__FRAGMENTS
static final int ABSTRACT_VARIABLES_CONTAINER__FRAGMENTSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Abstract Variables Container' class.- See Also:
- Constant Field Values
-
ANNOTATION
static final int ANNOTATIONThe meta object id for the 'Annotation' class. -
ANNOTATION__COMMENTS
static final int ANNOTATION__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
ANNOTATION__ORIGINAL_COMPILATION_UNIT
static final int ANNOTATION__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
ANNOTATION__ORIGINAL_CLASS_FILE
static final int ANNOTATION__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ANNOTATION__TYPE
static final int ANNOTATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
ANNOTATION__VALUES
static final int ANNOTATION__VALUESThe feature id for the 'Values' containment reference list.- See Also:
- Constant Field Values
-
ANNOTATION_FEATURE_COUNT
static final int ANNOTATION_FEATURE_COUNTThe number of structural features of the 'Annotation' class.- See Also:
- Constant Field Values
-
ANNOTATION_OPERATION_COUNT
static final int ANNOTATION_OPERATION_COUNTThe number of operations of the 'Annotation' class.- See Also:
- Constant Field Values
-
ARCHIVE
static final int ARCHIVEThe meta object id for the 'Archive' class. -
ARCHIVE__COMMENTS
static final int ARCHIVE__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
ARCHIVE__ORIGINAL_COMPILATION_UNIT
static final int ARCHIVE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
ARCHIVE__ORIGINAL_CLASS_FILE
static final int ARCHIVE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ARCHIVE__NAME
static final int ARCHIVE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ARCHIVE__PROXY
static final int ARCHIVE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
ARCHIVE__USAGES_IN_IMPORTS
static final int ARCHIVE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
ARCHIVE__ORIGINAL_FILE_PATH
static final int ARCHIVE__ORIGINAL_FILE_PATHThe feature id for the 'Original File Path' attribute.- See Also:
- Constant Field Values
-
ARCHIVE__CLASS_FILES
static final int ARCHIVE__CLASS_FILESThe feature id for the 'Class Files' containment reference list.- See Also:
- Constant Field Values
-
ARCHIVE__MANIFEST
static final int ARCHIVE__MANIFESTThe feature id for the 'Manifest' containment reference.- See Also:
- Constant Field Values
-
ARCHIVE_FEATURE_COUNT
static final int ARCHIVE_FEATURE_COUNTThe number of structural features of the 'Archive' class.- See Also:
- Constant Field Values
-
ARCHIVE_OPERATION_COUNT
static final int ARCHIVE_OPERATION_COUNTThe number of operations of the 'Archive' class.- See Also:
- Constant Field Values
-
STATEMENT
static final int STATEMENTThe meta object id for the 'Statement' class. -
STATEMENT__COMMENTS
static final int STATEMENT__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
STATEMENT__ORIGINAL_COMPILATION_UNIT
static final int STATEMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
STATEMENT__ORIGINAL_CLASS_FILE
static final int STATEMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
STATEMENT_FEATURE_COUNT
static final int STATEMENT_FEATURE_COUNTThe number of structural features of the 'Statement' class.- See Also:
- Constant Field Values
-
STATEMENT_OPERATION_COUNT
static final int STATEMENT_OPERATION_COUNTThe number of operations of the 'Statement' class.- See Also:
- Constant Field Values
-
ASSERT_STATEMENT
static final int ASSERT_STATEMENTThe meta object id for the 'Assert Statement' class. -
ASSERT_STATEMENT__COMMENTS
static final int ASSERT_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ASSERT_STATEMENT__MESSAGE
static final int ASSERT_STATEMENT__MESSAGEThe feature id for the 'Message' containment reference.- See Also:
- Constant Field Values
-
ASSERT_STATEMENT__EXPRESSION
static final int ASSERT_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
ASSERT_STATEMENT_FEATURE_COUNT
static final int ASSERT_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Assert Statement' class.- See Also:
- Constant Field Values
-
ASSERT_STATEMENT_OPERATION_COUNT
static final int ASSERT_STATEMENT_OPERATION_COUNTThe number of operations of the 'Assert Statement' class.- See Also:
- Constant Field Values
-
ANNOTATION_MEMBER_VALUE_PAIR
static final int ANNOTATION_MEMBER_VALUE_PAIRThe meta object id for the 'Annotation Member Value Pair' class. -
ANNOTATION_MEMBER_VALUE_PAIR__COMMENTS
static final int ANNOTATION_MEMBER_VALUE_PAIR__COMMENTSThe 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_UNITThe 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_FILEThe 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__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ANNOTATION_MEMBER_VALUE_PAIR__PROXY
static final int ANNOTATION_MEMBER_VALUE_PAIR__PROXYThe 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_IMPORTSThe 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__MEMBERThe feature id for the 'Member' reference.- See Also:
- Constant Field Values
-
ANNOTATION_MEMBER_VALUE_PAIR__VALUE
static final int ANNOTATION_MEMBER_VALUE_PAIR__VALUEThe 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_COUNTThe 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_COUNTThe number of operations of the 'Annotation Member Value Pair' class.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_DECLARATION
static final int ANNOTATION_TYPE_DECLARATIONThe meta object id for the 'Annotation Type Declaration' class. -
ANNOTATION_TYPE_DECLARATION__COMMENTS
static final int ANNOTATION_TYPE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_DECLARATION__NAME
static final int ANNOTATION_TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_DECLARATION__PROXY
static final int ANNOTATION_TYPE_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_DECLARATION__ANNOTATIONS
static final int ANNOTATION_TYPE_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_DECLARATION__SUPER_INTERFACES
static final int ANNOTATION_TYPE_DECLARATION__SUPER_INTERFACESThe 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_COUNTThe 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_COUNTThe number of operations of the 'Annotation Type Declaration' class.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_MEMBER_DECLARATION
static final int ANNOTATION_TYPE_MEMBER_DECLARATIONThe meta object id for the 'Annotation Type Member Declaration' class. -
ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTS
static final int ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe 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__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_MEMBER_DECLARATION__PROXY
static final int ANNOTATION_TYPE_MEMBER_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe 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__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULT
static final int ANNOTATION_TYPE_MEMBER_DECLARATION__DEFAULTThe feature id for the 'Default' containment reference.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_MEMBER_DECLARATION__TYPE
static final int ANNOTATION_TYPE_MEMBER_DECLARATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
ANNOTATION_TYPE_MEMBER_DECLARATION__USAGES
static final int ANNOTATION_TYPE_MEMBER_DECLARATION__USAGESThe 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_COUNTThe 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_COUNTThe number of operations of the 'Annotation Type Member Declaration' class.- See Also:
- Constant Field Values
-
ANONYMOUS_CLASS_DECLARATION
static final int ANONYMOUS_CLASS_DECLARATIONThe meta object id for the 'Anonymous Class Declaration' class. -
ANONYMOUS_CLASS_DECLARATION__COMMENTS
static final int ANONYMOUS_CLASS_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe 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_DECLARATIONSThe 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_CREATIONThe 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_COUNTThe 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_COUNTThe number of operations of the 'Anonymous Class Declaration' class.- See Also:
- Constant Field Values
-
ARRAY_ACCESS
static final int ARRAY_ACCESSThe meta object id for the 'Array Access' class. -
ARRAY_ACCESS__COMMENTS
static final int ARRAY_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ARRAY_ACCESS__ARRAY
static final int ARRAY_ACCESS__ARRAYThe feature id for the 'Array' containment reference.- See Also:
- Constant Field Values
-
ARRAY_ACCESS__INDEX
static final int ARRAY_ACCESS__INDEXThe feature id for the 'Index' containment reference.- See Also:
- Constant Field Values
-
ARRAY_ACCESS_FEATURE_COUNT
static final int ARRAY_ACCESS_FEATURE_COUNTThe number of structural features of the 'Array Access' class.- See Also:
- Constant Field Values
-
ARRAY_ACCESS_OPERATION_COUNT
static final int ARRAY_ACCESS_OPERATION_COUNTThe number of operations of the 'Array Access' class.- See Also:
- Constant Field Values
-
ARRAY_CREATION
static final int ARRAY_CREATIONThe meta object id for the 'Array Creation' class. -
ARRAY_CREATION__COMMENTS
static final int ARRAY_CREATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ARRAY_CREATION__DIMENSIONS
static final int ARRAY_CREATION__DIMENSIONSThe feature id for the 'Dimensions' containment reference list.- See Also:
- Constant Field Values
-
ARRAY_CREATION__INITIALIZER
static final int ARRAY_CREATION__INITIALIZERThe feature id for the 'Initializer' containment reference.- See Also:
- Constant Field Values
-
ARRAY_CREATION__TYPE
static final int ARRAY_CREATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
ARRAY_CREATION_FEATURE_COUNT
static final int ARRAY_CREATION_FEATURE_COUNTThe number of structural features of the 'Array Creation' class.- See Also:
- Constant Field Values
-
ARRAY_CREATION_OPERATION_COUNT
static final int ARRAY_CREATION_OPERATION_COUNTThe number of operations of the 'Array Creation' class.- See Also:
- Constant Field Values
-
ARRAY_INITIALIZER
static final int ARRAY_INITIALIZERThe meta object id for the 'Array Initializer' class. -
ARRAY_INITIALIZER__COMMENTS
static final int ARRAY_INITIALIZER__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ARRAY_INITIALIZER__EXPRESSIONS
static final int ARRAY_INITIALIZER__EXPRESSIONSThe feature id for the 'Expressions' containment reference list.- See Also:
- Constant Field Values
-
ARRAY_INITIALIZER_FEATURE_COUNT
static final int ARRAY_INITIALIZER_FEATURE_COUNTThe number of structural features of the 'Array Initializer' class.- See Also:
- Constant Field Values
-
ARRAY_INITIALIZER_OPERATION_COUNT
static final int ARRAY_INITIALIZER_OPERATION_COUNTThe number of operations of the 'Array Initializer' class.- See Also:
- Constant Field Values
-
ARRAY_LENGTH_ACCESS
static final int ARRAY_LENGTH_ACCESSThe meta object id for the 'Array Length Access' class. -
ARRAY_LENGTH_ACCESS__COMMENTS
static final int ARRAY_LENGTH_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ARRAY_LENGTH_ACCESS__ARRAY
static final int ARRAY_LENGTH_ACCESS__ARRAYThe feature id for the 'Array' containment reference.- See Also:
- Constant Field Values
-
ARRAY_LENGTH_ACCESS_FEATURE_COUNT
static final int ARRAY_LENGTH_ACCESS_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Array Length Access' class.- See Also:
- Constant Field Values
-
TYPE
static final int TYPEThe meta object id for the 'Type' class.- See Also:
TypeImpl,JavaPackageImpl.getType(), Constant Field Values
-
TYPE__COMMENTS
static final int TYPE__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
TYPE__ORIGINAL_COMPILATION_UNIT
static final int TYPE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
TYPE__ORIGINAL_CLASS_FILE
static final int TYPE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TYPE__NAME
static final int TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TYPE__PROXY
static final int TYPE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
TYPE__USAGES_IN_IMPORTS
static final int TYPE__USAGES_IN_IMPORTSThe 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_ACCESSThe feature id for the 'Usages In Type Access' reference list.- See Also:
- Constant Field Values
-
TYPE_FEATURE_COUNT
static final int TYPE_FEATURE_COUNTThe number of structural features of the 'Type' class.- See Also:
- Constant Field Values
-
TYPE_OPERATION_COUNT
static final int TYPE_OPERATION_COUNTThe number of operations of the 'Type' class.- See Also:
- Constant Field Values
-
ARRAY_TYPE
static final int ARRAY_TYPEThe meta object id for the 'Array Type' class. -
ARRAY_TYPE__COMMENTS
static final int ARRAY_TYPE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ARRAY_TYPE__NAME
static final int ARRAY_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ARRAY_TYPE__PROXY
static final int ARRAY_TYPE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
ARRAY_TYPE__USAGES_IN_IMPORTS
static final int ARRAY_TYPE__USAGES_IN_IMPORTSThe 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_ACCESSThe feature id for the 'Usages In Type Access' reference list.- See Also:
- Constant Field Values
-
ARRAY_TYPE__DIMENSIONS
static final int ARRAY_TYPE__DIMENSIONSThe feature id for the 'Dimensions' attribute.- See Also:
- Constant Field Values
-
ARRAY_TYPE__ELEMENT_TYPE
static final int ARRAY_TYPE__ELEMENT_TYPEThe feature id for the 'Element Type' containment reference.- See Also:
- Constant Field Values
-
ARRAY_TYPE_FEATURE_COUNT
static final int ARRAY_TYPE_FEATURE_COUNTThe number of structural features of the 'Array Type' class.- See Also:
- Constant Field Values
-
ARRAY_TYPE_OPERATION_COUNT
static final int ARRAY_TYPE_OPERATION_COUNTThe number of operations of the 'Array Type' class.- See Also:
- Constant Field Values
-
ASSIGNMENT
static final int ASSIGNMENTThe meta object id for the 'Assignment' class. -
ASSIGNMENT__COMMENTS
static final int ASSIGNMENT__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
ASSIGNMENT__ORIGINAL_COMPILATION_UNIT
static final int ASSIGNMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
ASSIGNMENT__ORIGINAL_CLASS_FILE
static final int ASSIGNMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ASSIGNMENT__LEFT_HAND_SIDE
static final int ASSIGNMENT__LEFT_HAND_SIDEThe feature id for the 'Left Hand Side' containment reference.- See Also:
- Constant Field Values
-
ASSIGNMENT__OPERATOR
static final int ASSIGNMENT__OPERATORThe feature id for the 'Operator' attribute.- See Also:
- Constant Field Values
-
ASSIGNMENT__RIGHT_HAND_SIDE
static final int ASSIGNMENT__RIGHT_HAND_SIDEThe feature id for the 'Right Hand Side' containment reference.- See Also:
- Constant Field Values
-
ASSIGNMENT_FEATURE_COUNT
static final int ASSIGNMENT_FEATURE_COUNTThe number of structural features of the 'Assignment' class.- See Also:
- Constant Field Values
-
ASSIGNMENT_OPERATION_COUNT
static final int ASSIGNMENT_OPERATION_COUNTThe number of operations of the 'Assignment' class.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL
static final int BOOLEAN_LITERALThe meta object id for the 'Boolean Literal' class. -
BOOLEAN_LITERAL__COMMENTS
static final int BOOLEAN_LITERAL__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL__VALUE
static final int BOOLEAN_LITERAL__VALUEThe feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL_FEATURE_COUNT
static final int BOOLEAN_LITERAL_FEATURE_COUNTThe number of structural features of the 'Boolean Literal' class.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL_OPERATION_COUNT
static final int BOOLEAN_LITERAL_OPERATION_COUNTThe number of operations of the 'Boolean Literal' class.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENTThe meta object id for the 'Comment' class. -
COMMENT__COMMENTS
static final int COMMENT__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
COMMENT__ORIGINAL_COMPILATION_UNIT
static final int COMMENT__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
COMMENT__ORIGINAL_CLASS_FILE
static final int COMMENT__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
COMMENT__CONTENT
static final int COMMENT__CONTENTThe feature id for the 'Content' attribute.- See Also:
- Constant Field Values
-
COMMENT__ENCLOSED_BY_PARENT
static final int COMMENT__ENCLOSED_BY_PARENTThe feature id for the 'Enclosed By Parent' attribute.- See Also:
- Constant Field Values
-
COMMENT__PREFIX_OF_PARENT
static final int COMMENT__PREFIX_OF_PARENTThe feature id for the 'Prefix Of Parent' attribute.- See Also:
- Constant Field Values
-
COMMENT_FEATURE_COUNT
static final int COMMENT_FEATURE_COUNTThe number of structural features of the 'Comment' class.- See Also:
- Constant Field Values
-
COMMENT_OPERATION_COUNT
static final int COMMENT_OPERATION_COUNTThe number of operations of the 'Comment' class.- See Also:
- Constant Field Values
-
BLOCK_COMMENT
static final int BLOCK_COMMENTThe meta object id for the 'Block Comment' class. -
BLOCK_COMMENT__COMMENTS
static final int BLOCK_COMMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
BLOCK_COMMENT__CONTENT
static final int BLOCK_COMMENT__CONTENTThe feature id for the 'Content' attribute.- See Also:
- Constant Field Values
-
BLOCK_COMMENT__ENCLOSED_BY_PARENT
static final int BLOCK_COMMENT__ENCLOSED_BY_PARENTThe 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_PARENTThe feature id for the 'Prefix Of Parent' attribute.- See Also:
- Constant Field Values
-
BLOCK_COMMENT_FEATURE_COUNT
static final int BLOCK_COMMENT_FEATURE_COUNTThe number of structural features of the 'Block Comment' class.- See Also:
- Constant Field Values
-
BLOCK_COMMENT_OPERATION_COUNT
static final int BLOCK_COMMENT_OPERATION_COUNTThe number of operations of the 'Block Comment' class.- See Also:
- Constant Field Values
-
BLOCK
static final int BLOCKThe meta object id for the 'Block' class.- See Also:
BlockImpl,JavaPackageImpl.getBlock(), Constant Field Values
-
BLOCK__COMMENTS
static final int BLOCK__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
BLOCK__ORIGINAL_COMPILATION_UNIT
static final int BLOCK__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
BLOCK__ORIGINAL_CLASS_FILE
static final int BLOCK__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
BLOCK__STATEMENTS
static final int BLOCK__STATEMENTSThe feature id for the 'Statements' containment reference list.- See Also:
- Constant Field Values
-
BLOCK_FEATURE_COUNT
static final int BLOCK_FEATURE_COUNTThe number of structural features of the 'Block' class.- See Also:
- Constant Field Values
-
BLOCK_OPERATION_COUNT
static final int BLOCK_OPERATION_COUNTThe number of operations of the 'Block' class.- See Also:
- Constant Field Values
-
BREAK_STATEMENT
static final int BREAK_STATEMENTThe meta object id for the 'Break Statement' class. -
BREAK_STATEMENT__COMMENTS
static final int BREAK_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
BREAK_STATEMENT__LABEL
static final int BREAK_STATEMENT__LABELThe feature id for the 'Label' reference.- See Also:
- Constant Field Values
-
BREAK_STATEMENT_FEATURE_COUNT
static final int BREAK_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Break Statement' class.- See Also:
- Constant Field Values
-
BREAK_STATEMENT_OPERATION_COUNT
static final int BREAK_STATEMENT_OPERATION_COUNTThe number of operations of the 'Break Statement' class.- See Also:
- Constant Field Values
-
CAST_EXPRESSION
static final int CAST_EXPRESSIONThe meta object id for the 'Cast Expression' class. -
CAST_EXPRESSION__COMMENTS
static final int CAST_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CAST_EXPRESSION__EXPRESSION
static final int CAST_EXPRESSION__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
CAST_EXPRESSION__TYPE
static final int CAST_EXPRESSION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
CAST_EXPRESSION_FEATURE_COUNT
static final int CAST_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Cast Expression' class.- See Also:
- Constant Field Values
-
CAST_EXPRESSION_OPERATION_COUNT
static final int CAST_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Cast Expression' class.- See Also:
- Constant Field Values
-
CATCH_CLAUSE
static final int CATCH_CLAUSEThe meta object id for the 'Catch Clause' class. -
CATCH_CLAUSE__COMMENTS
static final int CATCH_CLAUSE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CATCH_CLAUSE__EXCEPTION
static final int CATCH_CLAUSE__EXCEPTIONThe feature id for the 'Exception' containment reference.- See Also:
- Constant Field Values
-
CATCH_CLAUSE__BODY
static final int CATCH_CLAUSE__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
CATCH_CLAUSE_FEATURE_COUNT
static final int CATCH_CLAUSE_FEATURE_COUNTThe number of structural features of the 'Catch Clause' class.- See Also:
- Constant Field Values
-
CATCH_CLAUSE_OPERATION_COUNT
static final int CATCH_CLAUSE_OPERATION_COUNTThe number of operations of the 'Catch Clause' class.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
static final int CHARACTER_LITERALThe meta object id for the 'Character Literal' class. -
CHARACTER_LITERAL__COMMENTS
static final int CHARACTER_LITERAL__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL__ESCAPED_VALUE
static final int CHARACTER_LITERAL__ESCAPED_VALUEThe feature id for the 'Escaped Value' attribute.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL_FEATURE_COUNT
static final int CHARACTER_LITERAL_FEATURE_COUNTThe number of structural features of the 'Character Literal' class.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL_OPERATION_COUNT
static final int CHARACTER_LITERAL_OPERATION_COUNTThe number of operations of the 'Character Literal' class.- See Also:
- Constant Field Values
-
CLASS_FILE
static final int CLASS_FILEThe meta object id for the 'Class File' class. -
CLASS_FILE__COMMENTS
static final int CLASS_FILE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CLASS_FILE__NAME
static final int CLASS_FILE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CLASS_FILE__PROXY
static final int CLASS_FILE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
CLASS_FILE__USAGES_IN_IMPORTS
static final int CLASS_FILE__USAGES_IN_IMPORTSThe 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_PATHThe feature id for the 'Original File Path' attribute.- See Also:
- Constant Field Values
-
CLASS_FILE__TYPE
static final int CLASS_FILE__TYPEThe feature id for the 'Type' reference.- See Also:
- Constant Field Values
-
CLASS_FILE__ATTACHED_SOURCE
static final int CLASS_FILE__ATTACHED_SOURCEThe feature id for the 'Attached Source' reference.- See Also:
- Constant Field Values
-
CLASS_FILE__PACKAGE
static final int CLASS_FILE__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Constant Field Values
-
CLASS_FILE_FEATURE_COUNT
static final int CLASS_FILE_FEATURE_COUNTThe number of structural features of the 'Class File' class.- See Also:
- Constant Field Values
-
CLASS_FILE_OPERATION_COUNT
static final int CLASS_FILE_OPERATION_COUNTThe number of operations of the 'Class File' class.- See Also:
- Constant Field Values
-
CLASS_INSTANCE_CREATION
static final int CLASS_INSTANCE_CREATIONThe meta object id for the 'Class Instance Creation' class. -
CLASS_INSTANCE_CREATION__COMMENTS
static final int CLASS_INSTANCE_CREATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CLASS_INSTANCE_CREATION__METHOD
static final int CLASS_INSTANCE_CREATION__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
CLASS_INSTANCE_CREATION__ARGUMENTS
static final int CLASS_INSTANCE_CREATION__ARGUMENTSThe 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_ARGUMENTSThe 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_DECLARATIONThe feature id for the 'Anonymous Class Declaration' containment reference.- See Also:
- Constant Field Values
-
CLASS_INSTANCE_CREATION__EXPRESSION
static final int CLASS_INSTANCE_CREATION__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
CLASS_INSTANCE_CREATION__TYPE
static final int CLASS_INSTANCE_CREATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
CLASS_INSTANCE_CREATION_FEATURE_COUNT
static final int CLASS_INSTANCE_CREATION_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Class Instance Creation' class.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION
static final int CONSTRUCTOR_DECLARATIONThe meta object id for the 'Constructor Declaration' class. -
CONSTRUCTOR_DECLARATION__COMMENTS
static final int CONSTRUCTOR_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__NAME
static final int CONSTRUCTOR_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__PROXY
static final int CONSTRUCTOR_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__USAGES_IN_IMPORTS
static final int CONSTRUCTOR_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__ANNOTATIONS
static final int CONSTRUCTOR_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__MODIFIER
static final int CONSTRUCTOR_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__BODY
static final int CONSTRUCTOR_DECLARATION__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__PARAMETERS
static final int CONSTRUCTOR_DECLARATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__THROWN_EXCEPTIONS
static final int CONSTRUCTOR_DECLARATION__THROWN_EXCEPTIONSThe feature id for the 'Thrown Exceptions' containment reference list.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__TYPE_PARAMETERS
static final int CONSTRUCTOR_DECLARATION__TYPE_PARAMETERSThe 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_COMMENTSThe feature id for the 'Usages In Doc Comments' reference list.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION__USAGES
static final int CONSTRUCTOR_DECLARATION__USAGESThe feature id for the 'Usages' reference list.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION_FEATURE_COUNT
static final int CONSTRUCTOR_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Constructor Declaration' class.- See Also:
- Constant Field Values
-
CONSTRUCTOR_DECLARATION_OPERATION_COUNT
static final int CONSTRUCTOR_DECLARATION_OPERATION_COUNTThe number of operations of the 'Constructor Declaration' class.- See Also:
- Constant Field Values
-
CONDITIONAL_EXPRESSION
static final int CONDITIONAL_EXPRESSIONThe meta object id for the 'Conditional Expression' class. -
CONDITIONAL_EXPRESSION__COMMENTS
static final int CONDITIONAL_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CONDITIONAL_EXPRESSION__ELSE_EXPRESSION
static final int CONDITIONAL_EXPRESSION__ELSE_EXPRESSIONThe feature id for the 'Else Expression' containment reference.- See Also:
- Constant Field Values
-
CONDITIONAL_EXPRESSION__EXPRESSION
static final int CONDITIONAL_EXPRESSION__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
CONDITIONAL_EXPRESSION__THEN_EXPRESSION
static final int CONDITIONAL_EXPRESSION__THEN_EXPRESSIONThe feature id for the 'Then Expression' containment reference.- See Also:
- Constant Field Values
-
CONDITIONAL_EXPRESSION_FEATURE_COUNT
static final int CONDITIONAL_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Conditional Expression' class.- See Also:
- Constant Field Values
-
CONDITIONAL_EXPRESSION_OPERATION_COUNT
static final int CONDITIONAL_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Conditional Expression' class.- See Also:
- Constant Field Values
-
CONSTRUCTOR_INVOCATION
static final int CONSTRUCTOR_INVOCATIONThe meta object id for the 'Constructor Invocation' class. -
CONSTRUCTOR_INVOCATION__COMMENTS
static final int CONSTRUCTOR_INVOCATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_INVOCATION__METHOD
static final int CONSTRUCTOR_INVOCATION__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
CONSTRUCTOR_INVOCATION__ARGUMENTS
static final int CONSTRUCTOR_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.- See Also:
- Constant Field Values
-
CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTS
static final int CONSTRUCTOR_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
-
CONSTRUCTOR_INVOCATION_FEATURE_COUNT
static final int CONSTRUCTOR_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Constructor Invocation' class.- See Also:
- Constant Field Values
-
CONSTRUCTOR_INVOCATION_OPERATION_COUNT
static final int CONSTRUCTOR_INVOCATION_OPERATION_COUNTThe number of operations of the 'Constructor Invocation' class.- See Also:
- Constant Field Values
-
TYPE_DECLARATION
static final int TYPE_DECLARATIONThe meta object id for the 'Type Declaration' class. -
TYPE_DECLARATION__COMMENTS
static final int TYPE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__NAME
static final int TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__PROXY
static final int TYPE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__USAGES_IN_IMPORTS
static final int TYPE_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__ANNOTATIONS
static final int TYPE_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__MODIFIER
static final int TYPE_DECLARATION__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe feature id for the 'Comments After Body' containment reference list.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__PACKAGE
static final int TYPE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__SUPER_INTERFACES
static final int TYPE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.- See Also:
- Constant Field Values
-
TYPE_DECLARATION__TYPE_PARAMETERS
static final int TYPE_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
-
TYPE_DECLARATION_FEATURE_COUNT
static final int TYPE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Type Declaration' class.- See Also:
- Constant Field Values
-
TYPE_DECLARATION_OPERATION_COUNT
static final int TYPE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Type Declaration' class.- See Also:
- Constant Field Values
-
CLASS_DECLARATION
static final int CLASS_DECLARATIONThe meta object id for the 'Class Declaration' class. -
CLASS_DECLARATION__COMMENTS
static final int CLASS_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__NAME
static final int CLASS_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__PROXY
static final int CLASS_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__USAGES_IN_IMPORTS
static final int CLASS_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__ANNOTATIONS
static final int CLASS_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__MODIFIER
static final int CLASS_DECLARATION__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe feature id for the 'Comments After Body' containment reference list.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__PACKAGE
static final int CLASS_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__SUPER_INTERFACES
static final int CLASS_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__TYPE_PARAMETERS
static final int CLASS_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
-
CLASS_DECLARATION__SUPER_CLASS
static final int CLASS_DECLARATION__SUPER_CLASSThe feature id for the 'Super Class' containment reference.- See Also:
- Constant Field Values
-
CLASS_DECLARATION_FEATURE_COUNT
static final int CLASS_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Class Declaration' class.- See Also:
- Constant Field Values
-
CLASS_DECLARATION_OPERATION_COUNT
static final int CLASS_DECLARATION_OPERATION_COUNTThe number of operations of the 'Class Declaration' class.- See Also:
- Constant Field Values
-
COMPILATION_UNIT
static final int COMPILATION_UNITThe meta object id for the 'Compilation Unit' class. -
COMPILATION_UNIT__COMMENTS
static final int COMPILATION_UNIT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__NAME
static final int COMPILATION_UNIT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__PROXY
static final int COMPILATION_UNIT__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__USAGES_IN_IMPORTS
static final int COMPILATION_UNIT__USAGES_IN_IMPORTSThe 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_PATHThe feature id for the 'Original File Path' attribute.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__COMMENT_LIST
static final int COMPILATION_UNIT__COMMENT_LISTThe feature id for the 'Comment List' reference list.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__IMPORTS
static final int COMPILATION_UNIT__IMPORTSThe feature id for the 'Imports' containment reference list.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__PACKAGE
static final int COMPILATION_UNIT__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Constant Field Values
-
COMPILATION_UNIT__TYPES
static final int COMPILATION_UNIT__TYPESThe feature id for the 'Types' reference list.- See Also:
- Constant Field Values
-
COMPILATION_UNIT_FEATURE_COUNT
static final int COMPILATION_UNIT_FEATURE_COUNTThe number of structural features of the 'Compilation Unit' class.- See Also:
- Constant Field Values
-
COMPILATION_UNIT_OPERATION_COUNT
static final int COMPILATION_UNIT_OPERATION_COUNTThe number of operations of the 'Compilation Unit' class.- See Also:
- Constant Field Values
-
CONTINUE_STATEMENT
static final int CONTINUE_STATEMENTThe meta object id for the 'Continue Statement' class. -
CONTINUE_STATEMENT__COMMENTS
static final int CONTINUE_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
CONTINUE_STATEMENT__LABEL
static final int CONTINUE_STATEMENT__LABELThe feature id for the 'Label' reference.- See Also:
- Constant Field Values
-
CONTINUE_STATEMENT_FEATURE_COUNT
static final int CONTINUE_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Continue Statement' class.- See Also:
- Constant Field Values
-
CONTINUE_STATEMENT_OPERATION_COUNT
static final int CONTINUE_STATEMENT_OPERATION_COUNTThe number of operations of the 'Continue Statement' class.- See Also:
- Constant Field Values
-
DO_STATEMENT
static final int DO_STATEMENTThe meta object id for the 'Do Statement' class. -
DO_STATEMENT__COMMENTS
static final int DO_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
DO_STATEMENT__EXPRESSION
static final int DO_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
DO_STATEMENT__BODY
static final int DO_STATEMENT__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
DO_STATEMENT_FEATURE_COUNT
static final int DO_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Do Statement' class.- See Also:
- Constant Field Values
-
DO_STATEMENT_OPERATION_COUNT
static final int DO_STATEMENT_OPERATION_COUNTThe number of operations of the 'Do Statement' class.- See Also:
- Constant Field Values
-
EMPTY_STATEMENT
static final int EMPTY_STATEMENTThe meta object id for the 'Empty Statement' class. -
EMPTY_STATEMENT__COMMENTS
static final int EMPTY_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
EMPTY_STATEMENT_FEATURE_COUNT
static final int EMPTY_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Empty Statement' class.- See Also:
- Constant Field Values
-
EMPTY_STATEMENT_OPERATION_COUNT
static final int EMPTY_STATEMENT_OPERATION_COUNTThe number of operations of the 'Empty Statement' class.- See Also:
- Constant Field Values
-
ENHANCED_FOR_STATEMENT
static final int ENHANCED_FOR_STATEMENTThe meta object id for the 'Enhanced For Statement' class. -
ENHANCED_FOR_STATEMENT__COMMENTS
static final int ENHANCED_FOR_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ENHANCED_FOR_STATEMENT__BODY
static final int ENHANCED_FOR_STATEMENT__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
ENHANCED_FOR_STATEMENT__EXPRESSION
static final int ENHANCED_FOR_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
ENHANCED_FOR_STATEMENT__PARAMETER
static final int ENHANCED_FOR_STATEMENT__PARAMETERThe feature id for the 'Parameter' containment reference.- See Also:
- Constant Field Values
-
ENHANCED_FOR_STATEMENT_FEATURE_COUNT
static final int ENHANCED_FOR_STATEMENT_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Enhanced For Statement' class.- See Also:
- Constant Field Values
-
ENUM_CONSTANT_DECLARATION
static final int ENUM_CONSTANT_DECLARATIONThe meta object id for the 'Enum Constant Declaration' class. -
ENUM_CONSTANT_DECLARATION__COMMENTS
static final int ENUM_CONSTANT_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ENUM_CONSTANT_DECLARATION__NAME
static final int ENUM_CONSTANT_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ENUM_CONSTANT_DECLARATION__PROXY
static final int ENUM_CONSTANT_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
ENUM_CONSTANT_DECLARATION__ANNOTATIONS
static final int ENUM_CONSTANT_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.- See Also:
- Constant Field Values
-
ENUM_CONSTANT_DECLARATION__INITIALIZER
static final int ENUM_CONSTANT_DECLARATION__INITIALIZERThe 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_ACCESSThe 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_DECLARATIONThe feature id for the 'Anonymous Class Declaration' containment reference.- See Also:
- Constant Field Values
-
ENUM_CONSTANT_DECLARATION__ARGUMENTS
static final int ENUM_CONSTANT_DECLARATION__ARGUMENTSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Enum Constant Declaration' class.- See Also:
- Constant Field Values
-
ENUM_DECLARATION
static final int ENUM_DECLARATIONThe meta object id for the 'Enum Declaration' class. -
ENUM_DECLARATION__COMMENTS
static final int ENUM_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__NAME
static final int ENUM_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__PROXY
static final int ENUM_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__USAGES_IN_IMPORTS
static final int ENUM_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__ANNOTATIONS
static final int ENUM_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__MODIFIER
static final int ENUM_DECLARATION__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe feature id for the 'Comments After Body' containment reference list.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__PACKAGE
static final int ENUM_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__SUPER_INTERFACES
static final int ENUM_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.- See Also:
- Constant Field Values
-
ENUM_DECLARATION__ENUM_CONSTANTS
static final int ENUM_DECLARATION__ENUM_CONSTANTSThe feature id for the 'Enum Constants' containment reference list.- See Also:
- Constant Field Values
-
ENUM_DECLARATION_FEATURE_COUNT
static final int ENUM_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Enum Declaration' class.- See Also:
- Constant Field Values
-
ENUM_DECLARATION_OPERATION_COUNT
static final int ENUM_DECLARATION_OPERATION_COUNTThe number of operations of the 'Enum Declaration' class.- See Also:
- Constant Field Values
-
EXPRESSION_STATEMENT
static final int EXPRESSION_STATEMENTThe meta object id for the 'Expression Statement' class. -
EXPRESSION_STATEMENT__COMMENTS
static final int EXPRESSION_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
EXPRESSION_STATEMENT__EXPRESSION
static final int EXPRESSION_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
EXPRESSION_STATEMENT_FEATURE_COUNT
static final int EXPRESSION_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Expression Statement' class.- See Also:
- Constant Field Values
-
EXPRESSION_STATEMENT_OPERATION_COUNT
static final int EXPRESSION_STATEMENT_OPERATION_COUNTThe number of operations of the 'Expression Statement' class.- See Also:
- Constant Field Values
-
FIELD_ACCESS
static final int FIELD_ACCESSThe meta object id for the 'Field Access' class. -
FIELD_ACCESS__COMMENTS
static final int FIELD_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
FIELD_ACCESS__FIELD
static final int FIELD_ACCESS__FIELDThe feature id for the 'Field' containment reference.- See Also:
- Constant Field Values
-
FIELD_ACCESS__EXPRESSION
static final int FIELD_ACCESS__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
FIELD_ACCESS_FEATURE_COUNT
static final int FIELD_ACCESS_FEATURE_COUNTThe number of structural features of the 'Field Access' class.- See Also:
- Constant Field Values
-
FIELD_ACCESS_OPERATION_COUNT
static final int FIELD_ACCESS_OPERATION_COUNTThe number of operations of the 'Field Access' class.- See Also:
- Constant Field Values
-
FIELD_DECLARATION
static final int FIELD_DECLARATIONThe meta object id for the 'Field Declaration' class. -
FIELD_DECLARATION__COMMENTS
static final int FIELD_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__NAME
static final int FIELD_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__PROXY
static final int FIELD_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__USAGES_IN_IMPORTS
static final int FIELD_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__ANNOTATIONS
static final int FIELD_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__MODIFIER
static final int FIELD_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__TYPE
static final int FIELD_DECLARATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
FIELD_DECLARATION__FRAGMENTS
static final int FIELD_DECLARATION__FRAGMENTSThe feature id for the 'Fragments' containment reference list.- See Also:
- Constant Field Values
-
FIELD_DECLARATION_FEATURE_COUNT
static final int FIELD_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Field Declaration' class.- See Also:
- Constant Field Values
-
FIELD_DECLARATION_OPERATION_COUNT
static final int FIELD_DECLARATION_OPERATION_COUNTThe number of operations of the 'Field Declaration' class.- See Also:
- Constant Field Values
-
FOR_STATEMENT
static final int FOR_STATEMENTThe meta object id for the 'For Statement' class. -
FOR_STATEMENT__COMMENTS
static final int FOR_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
FOR_STATEMENT__EXPRESSION
static final int FOR_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
FOR_STATEMENT__UPDATERS
static final int FOR_STATEMENT__UPDATERSThe feature id for the 'Updaters' containment reference list.- See Also:
- Constant Field Values
-
FOR_STATEMENT__INITIALIZERS
static final int FOR_STATEMENT__INITIALIZERSThe feature id for the 'Initializers' containment reference list.- See Also:
- Constant Field Values
-
FOR_STATEMENT__BODY
static final int FOR_STATEMENT__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
FOR_STATEMENT_FEATURE_COUNT
static final int FOR_STATEMENT_FEATURE_COUNTThe number of structural features of the 'For Statement' class.- See Also:
- Constant Field Values
-
FOR_STATEMENT_OPERATION_COUNT
static final int FOR_STATEMENT_OPERATION_COUNTThe number of operations of the 'For Statement' class.- See Also:
- Constant Field Values
-
IF_STATEMENT
static final int IF_STATEMENTThe meta object id for the 'If Statement' class. -
IF_STATEMENT__COMMENTS
static final int IF_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
IF_STATEMENT__EXPRESSION
static final int IF_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
IF_STATEMENT__THEN_STATEMENT
static final int IF_STATEMENT__THEN_STATEMENTThe feature id for the 'Then Statement' containment reference.- See Also:
- Constant Field Values
-
IF_STATEMENT__ELSE_STATEMENT
static final int IF_STATEMENT__ELSE_STATEMENTThe feature id for the 'Else Statement' containment reference.- See Also:
- Constant Field Values
-
IF_STATEMENT_FEATURE_COUNT
static final int IF_STATEMENT_FEATURE_COUNTThe number of structural features of the 'If Statement' class.- See Also:
- Constant Field Values
-
IF_STATEMENT_OPERATION_COUNT
static final int IF_STATEMENT_OPERATION_COUNTThe number of operations of the 'If Statement' class.- See Also:
- Constant Field Values
-
IMPORT_DECLARATION
static final int IMPORT_DECLARATIONThe meta object id for the 'Import Declaration' class. -
IMPORT_DECLARATION__COMMENTS
static final int IMPORT_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
IMPORT_DECLARATION__STATIC
static final int IMPORT_DECLARATION__STATICThe feature id for the 'Static' attribute.- See Also:
- Constant Field Values
-
IMPORT_DECLARATION__IMPORTED_ELEMENT
static final int IMPORT_DECLARATION__IMPORTED_ELEMENTThe feature id for the 'Imported Element' reference.- See Also:
- Constant Field Values
-
IMPORT_DECLARATION_FEATURE_COUNT
static final int IMPORT_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Import Declaration' class.- See Also:
- Constant Field Values
-
IMPORT_DECLARATION_OPERATION_COUNT
static final int IMPORT_DECLARATION_OPERATION_COUNTThe number of operations of the 'Import Declaration' class.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION
static final int INFIX_EXPRESSIONThe meta object id for the 'Infix Expression' class. -
INFIX_EXPRESSION__COMMENTS
static final int INFIX_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION__OPERATOR
static final int INFIX_EXPRESSION__OPERATORThe feature id for the 'Operator' attribute.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION__RIGHT_OPERAND
static final int INFIX_EXPRESSION__RIGHT_OPERANDThe feature id for the 'Right Operand' containment reference.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION__LEFT_OPERAND
static final int INFIX_EXPRESSION__LEFT_OPERANDThe feature id for the 'Left Operand' containment reference.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION__EXTENDED_OPERANDS
static final int INFIX_EXPRESSION__EXTENDED_OPERANDSThe feature id for the 'Extended Operands' containment reference list.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION_FEATURE_COUNT
static final int INFIX_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Infix Expression' class.- See Also:
- Constant Field Values
-
INFIX_EXPRESSION_OPERATION_COUNT
static final int INFIX_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Infix Expression' class.- See Also:
- Constant Field Values
-
INITIALIZER
static final int INITIALIZERThe meta object id for the 'Initializer' class. -
INITIALIZER__COMMENTS
static final int INITIALIZER__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
INITIALIZER__ORIGINAL_COMPILATION_UNIT
static final int INITIALIZER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
INITIALIZER__ORIGINAL_CLASS_FILE
static final int INITIALIZER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
INITIALIZER__NAME
static final int INITIALIZER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
INITIALIZER__PROXY
static final int INITIALIZER__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
INITIALIZER__USAGES_IN_IMPORTS
static final int INITIALIZER__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
INITIALIZER__ABSTRACT_TYPE_DECLARATION
static final int INITIALIZER__ABSTRACT_TYPE_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
INITIALIZER__ANNOTATIONS
static final int INITIALIZER__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
INITIALIZER__MODIFIER
static final int INITIALIZER__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
INITIALIZER__BODY
static final int INITIALIZER__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
INITIALIZER_FEATURE_COUNT
static final int INITIALIZER_FEATURE_COUNTThe number of structural features of the 'Initializer' class.- See Also:
- Constant Field Values
-
INITIALIZER_OPERATION_COUNT
static final int INITIALIZER_OPERATION_COUNTThe number of operations of the 'Initializer' class.- See Also:
- Constant Field Values
-
INSTANCEOF_EXPRESSION
static final int INSTANCEOF_EXPRESSIONThe meta object id for the 'Instanceof Expression' class. -
INSTANCEOF_EXPRESSION__COMMENTS
static final int INSTANCEOF_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
INSTANCEOF_EXPRESSION__RIGHT_OPERAND
static final int INSTANCEOF_EXPRESSION__RIGHT_OPERANDThe feature id for the 'Right Operand' containment reference.- See Also:
- Constant Field Values
-
INSTANCEOF_EXPRESSION__LEFT_OPERAND
static final int INSTANCEOF_EXPRESSION__LEFT_OPERANDThe feature id for the 'Left Operand' containment reference.- See Also:
- Constant Field Values
-
INSTANCEOF_EXPRESSION_FEATURE_COUNT
static final int INSTANCEOF_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Instanceof Expression' class.- See Also:
- Constant Field Values
-
INSTANCEOF_EXPRESSION_OPERATION_COUNT
static final int INSTANCEOF_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Instanceof Expression' class.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION
static final int INTERFACE_DECLARATIONThe meta object id for the 'Interface Declaration' class. -
INTERFACE_DECLARATION__COMMENTS
static final int INTERFACE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__NAME
static final int INTERFACE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__PROXY
static final int INTERFACE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__USAGES_IN_IMPORTS
static final int INTERFACE_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__ANNOTATIONS
static final int INTERFACE_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__MODIFIER
static final int INTERFACE_DECLARATION__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe feature id for the 'Comments After Body' containment reference list.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__PACKAGE
static final int INTERFACE_DECLARATION__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__SUPER_INTERFACES
static final int INTERFACE_DECLARATION__SUPER_INTERFACESThe feature id for the 'Super Interfaces' containment reference list.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION__TYPE_PARAMETERS
static final int INTERFACE_DECLARATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION_FEATURE_COUNT
static final int INTERFACE_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Interface Declaration' class.- See Also:
- Constant Field Values
-
INTERFACE_DECLARATION_OPERATION_COUNT
static final int INTERFACE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Interface Declaration' class.- See Also:
- Constant Field Values
-
JAVADOC
static final int JAVADOCThe meta object id for the 'Javadoc' class. -
JAVADOC__COMMENTS
static final int JAVADOC__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
JAVADOC__ORIGINAL_COMPILATION_UNIT
static final int JAVADOC__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
JAVADOC__ORIGINAL_CLASS_FILE
static final int JAVADOC__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
JAVADOC__CONTENT
static final int JAVADOC__CONTENTThe feature id for the 'Content' attribute.- See Also:
- Constant Field Values
-
JAVADOC__ENCLOSED_BY_PARENT
static final int JAVADOC__ENCLOSED_BY_PARENTThe feature id for the 'Enclosed By Parent' attribute.- See Also:
- Constant Field Values
-
JAVADOC__PREFIX_OF_PARENT
static final int JAVADOC__PREFIX_OF_PARENTThe feature id for the 'Prefix Of Parent' attribute.- See Also:
- Constant Field Values
-
JAVADOC__TAGS
static final int JAVADOC__TAGSThe feature id for the 'Tags' containment reference list.- See Also:
- Constant Field Values
-
JAVADOC_FEATURE_COUNT
static final int JAVADOC_FEATURE_COUNTThe number of structural features of the 'Javadoc' class.- See Also:
- Constant Field Values
-
JAVADOC_OPERATION_COUNT
static final int JAVADOC_OPERATION_COUNTThe number of operations of the 'Javadoc' class.- See Also:
- Constant Field Values
-
LABELED_STATEMENT
static final int LABELED_STATEMENTThe meta object id for the 'Labeled Statement' class. -
LABELED_STATEMENT__COMMENTS
static final int LABELED_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
LABELED_STATEMENT__NAME
static final int LABELED_STATEMENT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
LABELED_STATEMENT__PROXY
static final int LABELED_STATEMENT__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
LABELED_STATEMENT__USAGES_IN_IMPORTS
static final int LABELED_STATEMENT__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
LABELED_STATEMENT__BODY
static final int LABELED_STATEMENT__BODYThe 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_STATEMENTSThe 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_STATEMENTSThe 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_COUNTThe number of structural features of the 'Labeled Statement' class.- See Also:
- Constant Field Values
-
LABELED_STATEMENT_OPERATION_COUNT
static final int LABELED_STATEMENT_OPERATION_COUNTThe number of operations of the 'Labeled Statement' class.- See Also:
- Constant Field Values
-
LINE_COMMENT
static final int LINE_COMMENTThe meta object id for the 'Line Comment' class. -
LINE_COMMENT__COMMENTS
static final int LINE_COMMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
LINE_COMMENT__CONTENT
static final int LINE_COMMENT__CONTENTThe feature id for the 'Content' attribute.- See Also:
- Constant Field Values
-
LINE_COMMENT__ENCLOSED_BY_PARENT
static final int LINE_COMMENT__ENCLOSED_BY_PARENTThe 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_PARENTThe feature id for the 'Prefix Of Parent' attribute.- See Also:
- Constant Field Values
-
LINE_COMMENT_FEATURE_COUNT
static final int LINE_COMMENT_FEATURE_COUNTThe number of structural features of the 'Line Comment' class.- See Also:
- Constant Field Values
-
LINE_COMMENT_OPERATION_COUNT
static final int LINE_COMMENT_OPERATION_COUNTThe number of operations of the 'Line Comment' class.- See Also:
- Constant Field Values
-
MANIFEST
static final int MANIFESTThe meta object id for the 'Manifest' class. -
MANIFEST__MAIN_ATTRIBUTES
static final int MANIFEST__MAIN_ATTRIBUTESThe feature id for the 'Main Attributes' containment reference list.- See Also:
- Constant Field Values
-
MANIFEST__ENTRY_ATTRIBUTES
static final int MANIFEST__ENTRY_ATTRIBUTESThe feature id for the 'Entry Attributes' containment reference list.- See Also:
- Constant Field Values
-
MANIFEST_FEATURE_COUNT
static final int MANIFEST_FEATURE_COUNTThe number of structural features of the 'Manifest' class.- See Also:
- Constant Field Values
-
MANIFEST_OPERATION_COUNT
static final int MANIFEST_OPERATION_COUNTThe number of operations of the 'Manifest' class.- See Also:
- Constant Field Values
-
MANIFEST_ATTRIBUTE
static final int MANIFEST_ATTRIBUTEThe meta object id for the 'Manifest Attribute' class. -
MANIFEST_ATTRIBUTE__KEY
static final int MANIFEST_ATTRIBUTE__KEYThe feature id for the 'Key' attribute.- See Also:
- Constant Field Values
-
MANIFEST_ATTRIBUTE__VALUE
static final int MANIFEST_ATTRIBUTE__VALUEThe feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
MANIFEST_ATTRIBUTE_FEATURE_COUNT
static final int MANIFEST_ATTRIBUTE_FEATURE_COUNTThe number of structural features of the 'Manifest Attribute' class.- See Also:
- Constant Field Values
-
MANIFEST_ATTRIBUTE_OPERATION_COUNT
static final int MANIFEST_ATTRIBUTE_OPERATION_COUNTThe number of operations of the 'Manifest Attribute' class.- See Also:
- Constant Field Values
-
MANIFEST_ENTRY
static final int MANIFEST_ENTRYThe meta object id for the 'Manifest Entry' class. -
MANIFEST_ENTRY__NAME
static final int MANIFEST_ENTRY__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
MANIFEST_ENTRY__ATTRIBUTES
static final int MANIFEST_ENTRY__ATTRIBUTESThe feature id for the 'Attributes' containment reference list.- See Also:
- Constant Field Values
-
MANIFEST_ENTRY_FEATURE_COUNT
static final int MANIFEST_ENTRY_FEATURE_COUNTThe number of structural features of the 'Manifest Entry' class.- See Also:
- Constant Field Values
-
MANIFEST_ENTRY_OPERATION_COUNT
static final int MANIFEST_ENTRY_OPERATION_COUNTThe number of operations of the 'Manifest Entry' class.- See Also:
- Constant Field Values
-
MEMBER_REF
static final int MEMBER_REFThe meta object id for the 'Member Ref' class. -
MEMBER_REF__COMMENTS
static final int MEMBER_REF__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
MEMBER_REF__MEMBER
static final int MEMBER_REF__MEMBERThe feature id for the 'Member' reference.- See Also:
- Constant Field Values
-
MEMBER_REF__QUALIFIER
static final int MEMBER_REF__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
MEMBER_REF_FEATURE_COUNT
static final int MEMBER_REF_FEATURE_COUNTThe number of structural features of the 'Member Ref' class.- See Also:
- Constant Field Values
-
MEMBER_REF_OPERATION_COUNT
static final int MEMBER_REF_OPERATION_COUNTThe number of operations of the 'Member Ref' class.- See Also:
- Constant Field Values
-
METHOD_DECLARATION
static final int METHOD_DECLARATIONThe meta object id for the 'Method Declaration' class. -
METHOD_DECLARATION__COMMENTS
static final int METHOD_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__NAME
static final int METHOD_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__PROXY
static final int METHOD_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__USAGES_IN_IMPORTS
static final int METHOD_DECLARATION__USAGES_IN_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__ANNOTATIONS
static final int METHOD_DECLARATION__ANNOTATIONSThe 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_OWNERThe feature id for the 'Anonymous Class Declaration Owner' container reference.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__MODIFIER
static final int METHOD_DECLARATION__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__BODY
static final int METHOD_DECLARATION__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__PARAMETERS
static final int METHOD_DECLARATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__THROWN_EXCEPTIONS
static final int METHOD_DECLARATION__THROWN_EXCEPTIONSThe feature id for the 'Thrown Exceptions' containment reference list.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__TYPE_PARAMETERS
static final int METHOD_DECLARATION__TYPE_PARAMETERSThe 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_COMMENTSThe feature id for the 'Usages In Doc Comments' reference list.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__USAGES
static final int METHOD_DECLARATION__USAGESThe feature id for the 'Usages' reference list.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONS
static final int METHOD_DECLARATION__EXTRA_ARRAY_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__RETURN_TYPE
static final int METHOD_DECLARATION__RETURN_TYPEThe 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_DECLARATIONThe feature id for the 'Redefined Method Declaration' reference.- See Also:
- Constant Field Values
-
METHOD_DECLARATION__REDEFINITIONS
static final int METHOD_DECLARATION__REDEFINITIONSThe feature id for the 'Redefinitions' reference list.- See Also:
- Constant Field Values
-
METHOD_DECLARATION_FEATURE_COUNT
static final int METHOD_DECLARATION_FEATURE_COUNTThe number of structural features of the 'Method Declaration' class.- See Also:
- Constant Field Values
-
METHOD_DECLARATION_OPERATION_COUNT
static final int METHOD_DECLARATION_OPERATION_COUNTThe number of operations of the 'Method Declaration' class.- See Also:
- Constant Field Values
-
METHOD_INVOCATION
static final int METHOD_INVOCATIONThe meta object id for the 'Method Invocation' class. -
METHOD_INVOCATION__COMMENTS
static final int METHOD_INVOCATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
METHOD_INVOCATION__METHOD
static final int METHOD_INVOCATION__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
METHOD_INVOCATION__ARGUMENTS
static final int METHOD_INVOCATION__ARGUMENTSThe feature id for the 'Arguments' containment reference list.- See Also:
- Constant Field Values
-
METHOD_INVOCATION__TYPE_ARGUMENTS
static final int METHOD_INVOCATION__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
-
METHOD_INVOCATION__EXPRESSION
static final int METHOD_INVOCATION__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
METHOD_INVOCATION_FEATURE_COUNT
static final int METHOD_INVOCATION_FEATURE_COUNTThe number of structural features of the 'Method Invocation' class.- See Also:
- Constant Field Values
-
METHOD_INVOCATION_OPERATION_COUNT
static final int METHOD_INVOCATION_OPERATION_COUNTThe number of operations of the 'Method Invocation' class.- See Also:
- Constant Field Values
-
METHOD_REF
static final int METHOD_REFThe meta object id for the 'Method Ref' class. -
METHOD_REF__COMMENTS
static final int METHOD_REF__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
METHOD_REF__METHOD
static final int METHOD_REF__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
METHOD_REF__QUALIFIER
static final int METHOD_REF__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
METHOD_REF__PARAMETERS
static final int METHOD_REF__PARAMETERSThe feature id for the 'Parameters' containment reference list.- See Also:
- Constant Field Values
-
METHOD_REF_FEATURE_COUNT
static final int METHOD_REF_FEATURE_COUNTThe number of structural features of the 'Method Ref' class.- See Also:
- Constant Field Values
-
METHOD_REF_OPERATION_COUNT
static final int METHOD_REF_OPERATION_COUNTThe number of operations of the 'Method Ref' class.- See Also:
- Constant Field Values
-
METHOD_REF_PARAMETER
static final int METHOD_REF_PARAMETERThe meta object id for the 'Method Ref Parameter' class. -
METHOD_REF_PARAMETER__COMMENTS
static final int METHOD_REF_PARAMETER__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
METHOD_REF_PARAMETER__NAME
static final int METHOD_REF_PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
METHOD_REF_PARAMETER__VARARGS
static final int METHOD_REF_PARAMETER__VARARGSThe feature id for the 'Varargs' attribute.- See Also:
- Constant Field Values
-
METHOD_REF_PARAMETER__TYPE
static final int METHOD_REF_PARAMETER__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
METHOD_REF_PARAMETER_FEATURE_COUNT
static final int METHOD_REF_PARAMETER_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Method Ref Parameter' class.- See Also:
- Constant Field Values
-
MODEL
static final int MODELThe meta object id for the 'Model' class.- See Also:
ModelImpl,JavaPackageImpl.getModel(), Constant Field Values
-
MODEL__NAME
static final int MODEL__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
MODEL__OWNED_ELEMENTS
static final int MODEL__OWNED_ELEMENTSThe feature id for the 'Owned Elements' containment reference list.- See Also:
- Constant Field Values
-
MODEL__ORPHAN_TYPES
static final int MODEL__ORPHAN_TYPESThe feature id for the 'Orphan Types' containment reference list.- See Also:
- Constant Field Values
-
MODEL__UNRESOLVED_ITEMS
static final int MODEL__UNRESOLVED_ITEMSThe feature id for the 'Unresolved Items' containment reference list.- See Also:
- Constant Field Values
-
MODEL__COMPILATION_UNITS
static final int MODEL__COMPILATION_UNITSThe feature id for the 'Compilation Units' containment reference list.- See Also:
- Constant Field Values
-
MODEL__CLASS_FILES
static final int MODEL__CLASS_FILESThe feature id for the 'Class Files' containment reference list.- See Also:
- Constant Field Values
-
MODEL__ARCHIVES
static final int MODEL__ARCHIVESThe feature id for the 'Archives' containment reference list.- See Also:
- Constant Field Values
-
MODEL_FEATURE_COUNT
static final int MODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.- See Also:
- Constant Field Values
-
MODEL_OPERATION_COUNT
static final int MODEL_OPERATION_COUNTThe number of operations of the 'Model' class.- See Also:
- Constant Field Values
-
MODIFIER
static final int MODIFIERThe meta object id for the 'Modifier' class. -
MODIFIER__COMMENTS
static final int MODIFIER__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
MODIFIER__ORIGINAL_COMPILATION_UNIT
static final int MODIFIER__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
MODIFIER__ORIGINAL_CLASS_FILE
static final int MODIFIER__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
MODIFIER__VISIBILITY
static final int MODIFIER__VISIBILITYThe feature id for the 'Visibility' attribute.- See Also:
- Constant Field Values
-
MODIFIER__INHERITANCE
static final int MODIFIER__INHERITANCEThe feature id for the 'Inheritance' attribute.- See Also:
- Constant Field Values
-
MODIFIER__STATIC
static final int MODIFIER__STATICThe feature id for the 'Static' attribute.- See Also:
- Constant Field Values
-
MODIFIER__TRANSIENT
static final int MODIFIER__TRANSIENTThe feature id for the 'Transient' attribute.- See Also:
- Constant Field Values
-
MODIFIER__VOLATILE
static final int MODIFIER__VOLATILEThe feature id for the 'Volatile' attribute.- See Also:
- Constant Field Values
-
MODIFIER__NATIVE
static final int MODIFIER__NATIVEThe feature id for the 'Native' attribute.- See Also:
- Constant Field Values
-
MODIFIER__STRICTFP
static final int MODIFIER__STRICTFPThe feature id for the 'Strictfp' attribute.- See Also:
- Constant Field Values
-
MODIFIER__SYNCHRONIZED
static final int MODIFIER__SYNCHRONIZEDThe feature id for the 'Synchronized' attribute.- See Also:
- Constant Field Values
-
MODIFIER__BODY_DECLARATION
static final int MODIFIER__BODY_DECLARATIONThe feature id for the 'Body Declaration' container reference.- See Also:
- Constant Field Values
-
MODIFIER__SINGLE_VARIABLE_DECLARATION
static final int MODIFIER__SINGLE_VARIABLE_DECLARATIONThe feature id for the 'Single Variable Declaration' container reference.- See Also:
- Constant Field Values
-
MODIFIER__VARIABLE_DECLARATION_STATEMENT
static final int MODIFIER__VARIABLE_DECLARATION_STATEMENTThe feature id for the 'Variable Declaration Statement' container reference.- See Also:
- Constant Field Values
-
MODIFIER__VARIABLE_DECLARATION_EXPRESSION
static final int MODIFIER__VARIABLE_DECLARATION_EXPRESSIONThe feature id for the 'Variable Declaration Expression' container reference.- See Also:
- Constant Field Values
-
MODIFIER_FEATURE_COUNT
static final int MODIFIER_FEATURE_COUNTThe number of structural features of the 'Modifier' class.- See Also:
- Constant Field Values
-
MODIFIER_OPERATION_COUNT
static final int MODIFIER_OPERATION_COUNTThe number of operations of the 'Modifier' class.- See Also:
- Constant Field Values
-
NAMESPACE_ACCESS
static final int NAMESPACE_ACCESSThe meta object id for the 'Namespace Access' class. -
NAMESPACE_ACCESS__COMMENTS
static final int NAMESPACE_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
NAMESPACE_ACCESS_FEATURE_COUNT
static final int NAMESPACE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Namespace Access' class.- See Also:
- Constant Field Values
-
NAMESPACE_ACCESS_OPERATION_COUNT
static final int NAMESPACE_ACCESS_OPERATION_COUNTThe number of operations of the 'Namespace Access' class.- See Also:
- Constant Field Values
-
NUMBER_LITERAL
static final int NUMBER_LITERALThe meta object id for the 'Number Literal' class. -
NUMBER_LITERAL__COMMENTS
static final int NUMBER_LITERAL__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
NUMBER_LITERAL__TOKEN_VALUE
static final int NUMBER_LITERAL__TOKEN_VALUEThe feature id for the 'Token Value' attribute.- See Also:
- Constant Field Values
-
NUMBER_LITERAL_FEATURE_COUNT
static final int NUMBER_LITERAL_FEATURE_COUNTThe number of structural features of the 'Number Literal' class.- See Also:
- Constant Field Values
-
NUMBER_LITERAL_OPERATION_COUNT
static final int NUMBER_LITERAL_OPERATION_COUNTThe number of operations of the 'Number Literal' class.- See Also:
- Constant Field Values
-
NULL_LITERAL
static final int NULL_LITERALThe meta object id for the 'Null Literal' class. -
NULL_LITERAL__COMMENTS
static final int NULL_LITERAL__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
NULL_LITERAL_FEATURE_COUNT
static final int NULL_LITERAL_FEATURE_COUNTThe number of structural features of the 'Null Literal' class.- See Also:
- Constant Field Values
-
NULL_LITERAL_OPERATION_COUNT
static final int NULL_LITERAL_OPERATION_COUNTThe number of operations of the 'Null Literal' class.- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGEThe meta object id for the 'Package' class. -
PACKAGE__COMMENTS
static final int PACKAGE__COMMENTSThe feature id for the 'Comments' containment reference list.- See Also:
- Constant Field Values
-
PACKAGE__ORIGINAL_COMPILATION_UNIT
static final int PACKAGE__ORIGINAL_COMPILATION_UNITThe feature id for the 'Original Compilation Unit' reference.- See Also:
- Constant Field Values
-
PACKAGE__ORIGINAL_CLASS_FILE
static final int PACKAGE__ORIGINAL_CLASS_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PACKAGE__NAME
static final int PACKAGE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PACKAGE__PROXY
static final int PACKAGE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
PACKAGE__USAGES_IN_IMPORTS
static final int PACKAGE__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
PACKAGE__OWNED_ELEMENTS
static final int PACKAGE__OWNED_ELEMENTSThe feature id for the 'Owned Elements' containment reference list.- See Also:
- Constant Field Values
-
PACKAGE__MODEL
static final int PACKAGE__MODELThe feature id for the 'Model' container reference.- See Also:
- Constant Field Values
-
PACKAGE__OWNED_PACKAGES
static final int PACKAGE__OWNED_PACKAGESThe feature id for the 'Owned Packages' containment reference list.- See Also:
- Constant Field Values
-
PACKAGE__PACKAGE
static final int PACKAGE__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
PACKAGE__USAGES_IN_PACKAGE_ACCESS
static final int PACKAGE__USAGES_IN_PACKAGE_ACCESSThe feature id for the 'Usages In Package Access' reference list.- See Also:
- Constant Field Values
-
PACKAGE_FEATURE_COUNT
static final int PACKAGE_FEATURE_COUNTThe number of structural features of the 'Package' class.- See Also:
- Constant Field Values
-
PACKAGE_OPERATION_COUNT
static final int PACKAGE_OPERATION_COUNTThe number of operations of the 'Package' class.- See Also:
- Constant Field Values
-
PACKAGE_ACCESS
static final int PACKAGE_ACCESSThe meta object id for the 'Package Access' class. -
PACKAGE_ACCESS__COMMENTS
static final int PACKAGE_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PACKAGE_ACCESS__PACKAGE
static final int PACKAGE_ACCESS__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Constant Field Values
-
PACKAGE_ACCESS__QUALIFIER
static final int PACKAGE_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
PACKAGE_ACCESS_FEATURE_COUNT
static final int PACKAGE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Package Access' class.- See Also:
- Constant Field Values
-
PACKAGE_ACCESS_OPERATION_COUNT
static final int PACKAGE_ACCESS_OPERATION_COUNTThe number of operations of the 'Package Access' class.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE
static final int PARAMETERIZED_TYPEThe meta object id for the 'Parameterized Type' class. -
PARAMETERIZED_TYPE__COMMENTS
static final int PARAMETERIZED_TYPE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE__NAME
static final int PARAMETERIZED_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE__PROXY
static final int PARAMETERIZED_TYPE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE__USAGES_IN_IMPORTS
static final int PARAMETERIZED_TYPE__USAGES_IN_IMPORTSThe 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_ACCESSThe feature id for the 'Usages In Type Access' reference list.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE__TYPE
static final int PARAMETERIZED_TYPE__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE__TYPE_ARGUMENTS
static final int PARAMETERIZED_TYPE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE_FEATURE_COUNT
static final int PARAMETERIZED_TYPE_FEATURE_COUNTThe number of structural features of the 'Parameterized Type' class.- See Also:
- Constant Field Values
-
PARAMETERIZED_TYPE_OPERATION_COUNT
static final int PARAMETERIZED_TYPE_OPERATION_COUNTThe number of operations of the 'Parameterized Type' class.- See Also:
- Constant Field Values
-
PARENTHESIZED_EXPRESSION
static final int PARENTHESIZED_EXPRESSIONThe meta object id for the 'Parenthesized Expression' class. -
PARENTHESIZED_EXPRESSION__COMMENTS
static final int PARENTHESIZED_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PARENTHESIZED_EXPRESSION__EXPRESSION
static final int PARENTHESIZED_EXPRESSION__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
PARENTHESIZED_EXPRESSION_FEATURE_COUNT
static final int PARENTHESIZED_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Parenthesized Expression' class.- See Also:
- Constant Field Values
-
PARENTHESIZED_EXPRESSION_OPERATION_COUNT
static final int PARENTHESIZED_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Parenthesized Expression' class.- See Also:
- Constant Field Values
-
POSTFIX_EXPRESSION
static final int POSTFIX_EXPRESSIONThe meta object id for the 'Postfix Expression' class. -
POSTFIX_EXPRESSION__COMMENTS
static final int POSTFIX_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
POSTFIX_EXPRESSION__OPERATOR
static final int POSTFIX_EXPRESSION__OPERATORThe feature id for the 'Operator' attribute.- See Also:
- Constant Field Values
-
POSTFIX_EXPRESSION__OPERAND
static final int POSTFIX_EXPRESSION__OPERANDThe feature id for the 'Operand' containment reference.- See Also:
- Constant Field Values
-
POSTFIX_EXPRESSION_FEATURE_COUNT
static final int POSTFIX_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Postfix Expression' class.- See Also:
- Constant Field Values
-
POSTFIX_EXPRESSION_OPERATION_COUNT
static final int POSTFIX_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Postfix Expression' class.- See Also:
- Constant Field Values
-
PREFIX_EXPRESSION
static final int PREFIX_EXPRESSIONThe meta object id for the 'Prefix Expression' class. -
PREFIX_EXPRESSION__COMMENTS
static final int PREFIX_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PREFIX_EXPRESSION__OPERATOR
static final int PREFIX_EXPRESSION__OPERATORThe feature id for the 'Operator' attribute.- See Also:
- Constant Field Values
-
PREFIX_EXPRESSION__OPERAND
static final int PREFIX_EXPRESSION__OPERANDThe feature id for the 'Operand' containment reference.- See Also:
- Constant Field Values
-
PREFIX_EXPRESSION_FEATURE_COUNT
static final int PREFIX_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'Prefix Expression' class.- See Also:
- Constant Field Values
-
PREFIX_EXPRESSION_OPERATION_COUNT
static final int PREFIX_EXPRESSION_OPERATION_COUNTThe number of operations of the 'Prefix Expression' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE
static final int PRIMITIVE_TYPEThe meta object id for the 'Primitive Type' class. -
PRIMITIVE_TYPE__COMMENTS
static final int PRIMITIVE_TYPE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE__NAME
static final int PRIMITIVE_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE__PROXY
static final int PRIMITIVE_TYPE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE__USAGES_IN_IMPORTS
static final int PRIMITIVE_TYPE__USAGES_IN_IMPORTSThe 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_ACCESSThe 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_COUNTThe number of structural features of the 'Primitive Type' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_OPERATION_COUNT
static final int PRIMITIVE_TYPE_OPERATION_COUNTThe number of operations of the 'Primitive Type' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_BOOLEAN
static final int PRIMITIVE_TYPE_BOOLEANThe meta object id for the 'Primitive Type Boolean' class. -
PRIMITIVE_TYPE_BOOLEAN__COMMENTS
static final int PRIMITIVE_TYPE_BOOLEAN__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_BOOLEAN__NAME
static final int PRIMITIVE_TYPE_BOOLEAN__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_BOOLEAN__PROXY
static final int PRIMITIVE_TYPE_BOOLEAN__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Boolean' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_BYTE
static final int PRIMITIVE_TYPE_BYTEThe meta object id for the 'Primitive Type Byte' class. -
PRIMITIVE_TYPE_BYTE__COMMENTS
static final int PRIMITIVE_TYPE_BYTE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_BYTE__NAME
static final int PRIMITIVE_TYPE_BYTE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_BYTE__PROXY
static final int PRIMITIVE_TYPE_BYTE__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Byte' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_CHAR
static final int PRIMITIVE_TYPE_CHARThe meta object id for the 'Primitive Type Char' class. -
PRIMITIVE_TYPE_CHAR__COMMENTS
static final int PRIMITIVE_TYPE_CHAR__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_CHAR__NAME
static final int PRIMITIVE_TYPE_CHAR__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_CHAR__PROXY
static final int PRIMITIVE_TYPE_CHAR__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Char' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_DOUBLE
static final int PRIMITIVE_TYPE_DOUBLEThe meta object id for the 'Primitive Type Double' class. -
PRIMITIVE_TYPE_DOUBLE__COMMENTS
static final int PRIMITIVE_TYPE_DOUBLE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_DOUBLE__NAME
static final int PRIMITIVE_TYPE_DOUBLE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_DOUBLE__PROXY
static final int PRIMITIVE_TYPE_DOUBLE__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Double' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_SHORT
static final int PRIMITIVE_TYPE_SHORTThe meta object id for the 'Primitive Type Short' class. -
PRIMITIVE_TYPE_SHORT__COMMENTS
static final int PRIMITIVE_TYPE_SHORT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_SHORT__NAME
static final int PRIMITIVE_TYPE_SHORT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_SHORT__PROXY
static final int PRIMITIVE_TYPE_SHORT__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Short' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_FLOAT
static final int PRIMITIVE_TYPE_FLOATThe meta object id for the 'Primitive Type Float' class. -
PRIMITIVE_TYPE_FLOAT__COMMENTS
static final int PRIMITIVE_TYPE_FLOAT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_FLOAT__NAME
static final int PRIMITIVE_TYPE_FLOAT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_FLOAT__PROXY
static final int PRIMITIVE_TYPE_FLOAT__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Float' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_INT
static final int PRIMITIVE_TYPE_INTThe meta object id for the 'Primitive Type Int' class. -
PRIMITIVE_TYPE_INT__COMMENTS
static final int PRIMITIVE_TYPE_INT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_INT__NAME
static final int PRIMITIVE_TYPE_INT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_INT__PROXY
static final int PRIMITIVE_TYPE_INT__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Int' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_LONG
static final int PRIMITIVE_TYPE_LONGThe meta object id for the 'Primitive Type Long' class. -
PRIMITIVE_TYPE_LONG__COMMENTS
static final int PRIMITIVE_TYPE_LONG__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_LONG__NAME
static final int PRIMITIVE_TYPE_LONG__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_LONG__PROXY
static final int PRIMITIVE_TYPE_LONG__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Long' class.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_VOID
static final int PRIMITIVE_TYPE_VOIDThe meta object id for the 'Primitive Type Void' class. -
PRIMITIVE_TYPE_VOID__COMMENTS
static final int PRIMITIVE_TYPE_VOID__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_VOID__NAME
static final int PRIMITIVE_TYPE_VOID__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PRIMITIVE_TYPE_VOID__PROXY
static final int PRIMITIVE_TYPE_VOID__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Primitive Type Void' class.- See Also:
- Constant Field Values
-
RETURN_STATEMENT
static final int RETURN_STATEMENTThe meta object id for the 'Return Statement' class. -
RETURN_STATEMENT__COMMENTS
static final int RETURN_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
RETURN_STATEMENT__EXPRESSION
static final int RETURN_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
RETURN_STATEMENT_FEATURE_COUNT
static final int RETURN_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Return Statement' class.- See Also:
- Constant Field Values
-
RETURN_STATEMENT_OPERATION_COUNT
static final int RETURN_STATEMENT_OPERATION_COUNTThe number of operations of the 'Return Statement' class.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_ACCESS
static final int SINGLE_VARIABLE_ACCESSThe meta object id for the 'Single Variable Access' class. -
SINGLE_VARIABLE_ACCESS__COMMENTS
static final int SINGLE_VARIABLE_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_ACCESS__VARIABLE
static final int SINGLE_VARIABLE_ACCESS__VARIABLEThe feature id for the 'Variable' reference.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_ACCESS__QUALIFIER
static final int SINGLE_VARIABLE_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_ACCESS_FEATURE_COUNT
static final int SINGLE_VARIABLE_ACCESS_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Single Variable Access' class.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION
static final int VARIABLE_DECLARATIONThe meta object id for the 'Variable Declaration' class. -
VARIABLE_DECLARATION__COMMENTS
static final int VARIABLE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION__NAME
static final int VARIABLE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION__PROXY
static final int VARIABLE_DECLARATION__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION__USAGES_IN_IMPORTS
static final int VARIABLE_DECLARATION__USAGES_IN_IMPORTSThe 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_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION__INITIALIZER
static final int VARIABLE_DECLARATION__INITIALIZERThe 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_ACCESSThe 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_COUNTThe number of structural features of the 'Variable Declaration' class.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_OPERATION_COUNT
static final int VARIABLE_DECLARATION_OPERATION_COUNTThe number of operations of the 'Variable Declaration' class.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION
static final int SINGLE_VARIABLE_DECLARATIONThe meta object id for the 'Single Variable Declaration' class. -
SINGLE_VARIABLE_DECLARATION__COMMENTS
static final int SINGLE_VARIABLE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION__NAME
static final int SINGLE_VARIABLE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION__PROXY
static final int SINGLE_VARIABLE_DECLARATION__PROXYThe 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_IMPORTSThe 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_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION__INITIALIZER
static final int SINGLE_VARIABLE_DECLARATION__INITIALIZERThe 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_ACCESSThe 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__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION__VARARGS
static final int SINGLE_VARIABLE_DECLARATION__VARARGSThe feature id for the 'Varargs' attribute.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION__TYPE
static final int SINGLE_VARIABLE_DECLARATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
SINGLE_VARIABLE_DECLARATION__ANNOTATIONS
static final int SINGLE_VARIABLE_DECLARATION__ANNOTATIONSThe 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_DECLARATIONThe 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_CLAUSEThe 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_STATEMENTThe 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_COUNTThe 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_COUNTThe number of operations of the 'Single Variable Declaration' class.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERALThe meta object id for the 'String Literal' class. -
STRING_LITERAL__COMMENTS
static final int STRING_LITERAL__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
STRING_LITERAL__ESCAPED_VALUE
static final int STRING_LITERAL__ESCAPED_VALUEThe feature id for the 'Escaped Value' attribute.- See Also:
- Constant Field Values
-
STRING_LITERAL_FEATURE_COUNT
static final int STRING_LITERAL_FEATURE_COUNTThe number of structural features of the 'String Literal' class.- See Also:
- Constant Field Values
-
STRING_LITERAL_OPERATION_COUNT
static final int STRING_LITERAL_OPERATION_COUNTThe number of operations of the 'String Literal' class.- See Also:
- Constant Field Values
-
SUPER_CONSTRUCTOR_INVOCATION
static final int SUPER_CONSTRUCTOR_INVOCATIONThe meta object id for the 'Super Constructor Invocation' class. -
SUPER_CONSTRUCTOR_INVOCATION__COMMENTS
static final int SUPER_CONSTRUCTOR_INVOCATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SUPER_CONSTRUCTOR_INVOCATION__METHOD
static final int SUPER_CONSTRUCTOR_INVOCATION__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
SUPER_CONSTRUCTOR_INVOCATION__ARGUMENTS
static final int SUPER_CONSTRUCTOR_INVOCATION__ARGUMENTSThe 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_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
-
SUPER_CONSTRUCTOR_INVOCATION__EXPRESSION
static final int SUPER_CONSTRUCTOR_INVOCATION__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
SUPER_CONSTRUCTOR_INVOCATION_FEATURE_COUNT
static final int SUPER_CONSTRUCTOR_INVOCATION_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Super Constructor Invocation' class.- See Also:
- Constant Field Values
-
SUPER_FIELD_ACCESS
static final int SUPER_FIELD_ACCESSThe meta object id for the 'Super Field Access' class. -
SUPER_FIELD_ACCESS__COMMENTS
static final int SUPER_FIELD_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SUPER_FIELD_ACCESS__QUALIFIER
static final int SUPER_FIELD_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
SUPER_FIELD_ACCESS__FIELD
static final int SUPER_FIELD_ACCESS__FIELDThe feature id for the 'Field' containment reference.- See Also:
- Constant Field Values
-
SUPER_FIELD_ACCESS_FEATURE_COUNT
static final int SUPER_FIELD_ACCESS_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Super Field Access' class.- See Also:
- Constant Field Values
-
SUPER_METHOD_INVOCATION
static final int SUPER_METHOD_INVOCATIONThe meta object id for the 'Super Method Invocation' class. -
SUPER_METHOD_INVOCATION__COMMENTS
static final int SUPER_METHOD_INVOCATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SUPER_METHOD_INVOCATION__QUALIFIER
static final int SUPER_METHOD_INVOCATION__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
SUPER_METHOD_INVOCATION__METHOD
static final int SUPER_METHOD_INVOCATION__METHODThe feature id for the 'Method' reference.- See Also:
- Constant Field Values
-
SUPER_METHOD_INVOCATION__ARGUMENTS
static final int SUPER_METHOD_INVOCATION__ARGUMENTSThe 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_ARGUMENTSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Super Method Invocation' class.- See Also:
- Constant Field Values
-
SWITCH_CASE
static final int SWITCH_CASEThe meta object id for the 'Switch Case' class. -
SWITCH_CASE__COMMENTS
static final int SWITCH_CASE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SWITCH_CASE__DEFAULT
static final int SWITCH_CASE__DEFAULTThe feature id for the 'Default' attribute.- See Also:
- Constant Field Values
-
SWITCH_CASE__EXPRESSION
static final int SWITCH_CASE__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
SWITCH_CASE_FEATURE_COUNT
static final int SWITCH_CASE_FEATURE_COUNTThe number of structural features of the 'Switch Case' class.- See Also:
- Constant Field Values
-
SWITCH_CASE_OPERATION_COUNT
static final int SWITCH_CASE_OPERATION_COUNTThe number of operations of the 'Switch Case' class.- See Also:
- Constant Field Values
-
SWITCH_STATEMENT
static final int SWITCH_STATEMENTThe meta object id for the 'Switch Statement' class. -
SWITCH_STATEMENT__COMMENTS
static final int SWITCH_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SWITCH_STATEMENT__EXPRESSION
static final int SWITCH_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
SWITCH_STATEMENT__STATEMENTS
static final int SWITCH_STATEMENT__STATEMENTSThe feature id for the 'Statements' containment reference list.- See Also:
- Constant Field Values
-
SWITCH_STATEMENT_FEATURE_COUNT
static final int SWITCH_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Switch Statement' class.- See Also:
- Constant Field Values
-
SWITCH_STATEMENT_OPERATION_COUNT
static final int SWITCH_STATEMENT_OPERATION_COUNTThe number of operations of the 'Switch Statement' class.- See Also:
- Constant Field Values
-
SYNCHRONIZED_STATEMENT
static final int SYNCHRONIZED_STATEMENTThe meta object id for the 'Synchronized Statement' class. -
SYNCHRONIZED_STATEMENT__COMMENTS
static final int SYNCHRONIZED_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
SYNCHRONIZED_STATEMENT__BODY
static final int SYNCHRONIZED_STATEMENT__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
SYNCHRONIZED_STATEMENT__EXPRESSION
static final int SYNCHRONIZED_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
SYNCHRONIZED_STATEMENT_FEATURE_COUNT
static final int SYNCHRONIZED_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Synchronized Statement' class.- See Also:
- Constant Field Values
-
SYNCHRONIZED_STATEMENT_OPERATION_COUNT
static final int SYNCHRONIZED_STATEMENT_OPERATION_COUNTThe number of operations of the 'Synchronized Statement' class.- See Also:
- Constant Field Values
-
TAG_ELEMENT
static final int TAG_ELEMENTThe meta object id for the 'Tag Element' class. -
TAG_ELEMENT__COMMENTS
static final int TAG_ELEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TAG_ELEMENT__TAG_NAME
static final int TAG_ELEMENT__TAG_NAMEThe feature id for the 'Tag Name' attribute.- See Also:
- Constant Field Values
-
TAG_ELEMENT__FRAGMENTS
static final int TAG_ELEMENT__FRAGMENTSThe feature id for the 'Fragments' containment reference list.- See Also:
- Constant Field Values
-
TAG_ELEMENT_FEATURE_COUNT
static final int TAG_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Tag Element' class.- See Also:
- Constant Field Values
-
TAG_ELEMENT_OPERATION_COUNT
static final int TAG_ELEMENT_OPERATION_COUNTThe number of operations of the 'Tag Element' class.- See Also:
- Constant Field Values
-
TEXT_ELEMENT
static final int TEXT_ELEMENTThe meta object id for the 'Text Element' class. -
TEXT_ELEMENT__COMMENTS
static final int TEXT_ELEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TEXT_ELEMENT__TEXT
static final int TEXT_ELEMENT__TEXTThe feature id for the 'Text' attribute.- See Also:
- Constant Field Values
-
TEXT_ELEMENT_FEATURE_COUNT
static final int TEXT_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Text Element' class.- See Also:
- Constant Field Values
-
TEXT_ELEMENT_OPERATION_COUNT
static final int TEXT_ELEMENT_OPERATION_COUNTThe number of operations of the 'Text Element' class.- See Also:
- Constant Field Values
-
THIS_EXPRESSION
static final int THIS_EXPRESSIONThe meta object id for the 'This Expression' class. -
THIS_EXPRESSION__COMMENTS
static final int THIS_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
THIS_EXPRESSION__QUALIFIER
static final int THIS_EXPRESSION__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
THIS_EXPRESSION_FEATURE_COUNT
static final int THIS_EXPRESSION_FEATURE_COUNTThe number of structural features of the 'This Expression' class.- See Also:
- Constant Field Values
-
THIS_EXPRESSION_OPERATION_COUNT
static final int THIS_EXPRESSION_OPERATION_COUNTThe number of operations of the 'This Expression' class.- See Also:
- Constant Field Values
-
THROW_STATEMENT
static final int THROW_STATEMENTThe meta object id for the 'Throw Statement' class. -
THROW_STATEMENT__COMMENTS
static final int THROW_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
THROW_STATEMENT__EXPRESSION
static final int THROW_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
THROW_STATEMENT_FEATURE_COUNT
static final int THROW_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Throw Statement' class.- See Also:
- Constant Field Values
-
THROW_STATEMENT_OPERATION_COUNT
static final int THROW_STATEMENT_OPERATION_COUNTThe number of operations of the 'Throw Statement' class.- See Also:
- Constant Field Values
-
TRY_STATEMENT
static final int TRY_STATEMENTThe meta object id for the 'Try Statement' class. -
TRY_STATEMENT__COMMENTS
static final int TRY_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TRY_STATEMENT__BODY
static final int TRY_STATEMENT__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
TRY_STATEMENT__FINALLY
static final int TRY_STATEMENT__FINALLYThe feature id for the 'Finally' containment reference.- See Also:
- Constant Field Values
-
TRY_STATEMENT__CATCH_CLAUSES
static final int TRY_STATEMENT__CATCH_CLAUSESThe feature id for the 'Catch Clauses' containment reference list.- See Also:
- Constant Field Values
-
TRY_STATEMENT_FEATURE_COUNT
static final int TRY_STATEMENT_FEATURE_COUNTThe number of structural features of the 'Try Statement' class.- See Also:
- Constant Field Values
-
TRY_STATEMENT_OPERATION_COUNT
static final int TRY_STATEMENT_OPERATION_COUNTThe number of operations of the 'Try Statement' class.- See Also:
- Constant Field Values
-
TYPE_ACCESS
static final int TYPE_ACCESSThe meta object id for the 'Type Access' class. -
TYPE_ACCESS__COMMENTS
static final int TYPE_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TYPE_ACCESS__TYPE
static final int TYPE_ACCESS__TYPEThe feature id for the 'Type' reference.- See Also:
- Constant Field Values
-
TYPE_ACCESS__QUALIFIER
static final int TYPE_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
TYPE_ACCESS_FEATURE_COUNT
static final int TYPE_ACCESS_FEATURE_COUNTThe number of structural features of the 'Type Access' class.- See Also:
- Constant Field Values
-
TYPE_ACCESS_OPERATION_COUNT
static final int TYPE_ACCESS_OPERATION_COUNTThe number of operations of the 'Type Access' class.- See Also:
- Constant Field Values
-
TYPE_DECLARATION_STATEMENT
static final int TYPE_DECLARATION_STATEMENTThe meta object id for the 'Type Declaration Statement' class. -
TYPE_DECLARATION_STATEMENT__COMMENTS
static final int TYPE_DECLARATION_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TYPE_DECLARATION_STATEMENT__DECLARATION
static final int TYPE_DECLARATION_STATEMENT__DECLARATIONThe feature id for the 'Declaration' containment reference.- See Also:
- Constant Field Values
-
TYPE_DECLARATION_STATEMENT_FEATURE_COUNT
static final int TYPE_DECLARATION_STATEMENT_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Type Declaration Statement' class.- See Also:
- Constant Field Values
-
TYPE_LITERAL
static final int TYPE_LITERALThe meta object id for the 'Type Literal' class. -
TYPE_LITERAL__COMMENTS
static final int TYPE_LITERAL__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TYPE_LITERAL__TYPE
static final int TYPE_LITERAL__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
TYPE_LITERAL_FEATURE_COUNT
static final int TYPE_LITERAL_FEATURE_COUNTThe number of structural features of the 'Type Literal' class.- See Also:
- Constant Field Values
-
TYPE_LITERAL_OPERATION_COUNT
static final int TYPE_LITERAL_OPERATION_COUNTThe number of operations of the 'Type Literal' class.- See Also:
- Constant Field Values
-
TYPE_PARAMETER
static final int TYPE_PARAMETERThe meta object id for the 'Type Parameter' class. -
TYPE_PARAMETER__COMMENTS
static final int TYPE_PARAMETER__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
TYPE_PARAMETER__NAME
static final int TYPE_PARAMETER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
TYPE_PARAMETER__PROXY
static final int TYPE_PARAMETER__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
TYPE_PARAMETER__USAGES_IN_IMPORTS
static final int TYPE_PARAMETER__USAGES_IN_IMPORTSThe 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_ACCESSThe feature id for the 'Usages In Type Access' reference list.- See Also:
- Constant Field Values
-
TYPE_PARAMETER__BOUNDS
static final int TYPE_PARAMETER__BOUNDSThe feature id for the 'Bounds' containment reference list.- See Also:
- Constant Field Values
-
TYPE_PARAMETER_FEATURE_COUNT
static final int TYPE_PARAMETER_FEATURE_COUNTThe number of structural features of the 'Type Parameter' class.- See Also:
- Constant Field Values
-
TYPE_PARAMETER_OPERATION_COUNT
static final int TYPE_PARAMETER_OPERATION_COUNTThe number of operations of the 'Type Parameter' class.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM
static final int UNRESOLVED_ITEMThe meta object id for the 'Unresolved Item' class. -
UNRESOLVED_ITEM__COMMENTS
static final int UNRESOLVED_ITEM__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM__NAME
static final int UNRESOLVED_ITEM__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM__PROXY
static final int UNRESOLVED_ITEM__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM__USAGES_IN_IMPORTS
static final int UNRESOLVED_ITEM__USAGES_IN_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM_FEATURE_COUNT
static final int UNRESOLVED_ITEM_FEATURE_COUNTThe number of structural features of the 'Unresolved Item' class.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM_OPERATION_COUNT
static final int UNRESOLVED_ITEM_OPERATION_COUNTThe number of operations of the 'Unresolved Item' class.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM_ACCESS
static final int UNRESOLVED_ITEM_ACCESSThe meta object id for the 'Unresolved Item Access' class. -
UNRESOLVED_ITEM_ACCESS__COMMENTS
static final int UNRESOLVED_ITEM_ACCESS__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM_ACCESS__ELEMENT
static final int UNRESOLVED_ITEM_ACCESS__ELEMENTThe feature id for the 'Element' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM_ACCESS__QUALIFIER
static final int UNRESOLVED_ITEM_ACCESS__QUALIFIERThe feature id for the 'Qualifier' containment reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ITEM_ACCESS_FEATURE_COUNT
static final int UNRESOLVED_ITEM_ACCESS_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Item Access' class.- See Also:
- Constant Field Values
-
UNRESOLVED_ANNOTATION_DECLARATION
static final int UNRESOLVED_ANNOTATION_DECLARATIONThe meta object id for the 'Unresolved Annotation Declaration' class. -
UNRESOLVED_ANNOTATION_DECLARATION__COMMENTS
static final int UNRESOLVED_ANNOTATION_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ANNOTATION_DECLARATION__NAME
static final int UNRESOLVED_ANNOTATION_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_ANNOTATION_DECLARATION__PROXY
static final int UNRESOLVED_ANNOTATION_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ANNOTATION_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_ANNOTATION_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ANNOTATION_DECLARATION__SUPER_INTERFACES
static final int UNRESOLVED_ANNOTATION_DECLARATION__SUPER_INTERFACESThe 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_COUNTThe 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_COUNTThe 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_DECLARATIONThe meta object id for the 'Unresolved Annotation Type Member Declaration' class. -
UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTS
static final int UNRESOLVED_ANNOTATION_TYPE_MEMBER_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe 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__NAMEThe 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__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe 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__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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__DEFAULTThe 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__TYPEThe 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__USAGESThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Annotation Type Member Declaration' class.- See Also:
- Constant Field Values
-
UNRESOLVED_CLASS_DECLARATION
static final int UNRESOLVED_CLASS_DECLARATIONThe meta object id for the 'Unresolved Class Declaration' class. -
UNRESOLVED_CLASS_DECLARATION__COMMENTS
static final int UNRESOLVED_CLASS_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_CLASS_DECLARATION__NAME
static final int UNRESOLVED_CLASS_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_CLASS_DECLARATION__PROXY
static final int UNRESOLVED_CLASS_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_CLASS_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_CLASS_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_CLASS_DECLARATION__SUPER_INTERFACES
static final int UNRESOLVED_CLASS_DECLARATION__SUPER_INTERFACESThe 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_PARAMETERSThe 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_CLASSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Class Declaration' class.- See Also:
- Constant Field Values
-
UNRESOLVED_ENUM_DECLARATION
static final int UNRESOLVED_ENUM_DECLARATIONThe meta object id for the 'Unresolved Enum Declaration' class. -
UNRESOLVED_ENUM_DECLARATION__COMMENTS
static final int UNRESOLVED_ENUM_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ENUM_DECLARATION__NAME
static final int UNRESOLVED_ENUM_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_ENUM_DECLARATION__PROXY
static final int UNRESOLVED_ENUM_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ENUM_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_ENUM_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_ENUM_DECLARATION__SUPER_INTERFACES
static final int UNRESOLVED_ENUM_DECLARATION__SUPER_INTERFACESThe 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_CONSTANTSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Enum Declaration' class.- See Also:
- Constant Field Values
-
UNRESOLVED_INTERFACE_DECLARATION
static final int UNRESOLVED_INTERFACE_DECLARATIONThe meta object id for the 'Unresolved Interface Declaration' class. -
UNRESOLVED_INTERFACE_DECLARATION__COMMENTS
static final int UNRESOLVED_INTERFACE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_INTERFACE_DECLARATION__NAME
static final int UNRESOLVED_INTERFACE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_INTERFACE_DECLARATION__PROXY
static final int UNRESOLVED_INTERFACE_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_INTERFACE_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_INTERFACE_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_INTERFACE_DECLARATION__SUPER_INTERFACES
static final int UNRESOLVED_INTERFACE_DECLARATION__SUPER_INTERFACESThe 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_PARAMETERSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Interface Declaration' class.- See Also:
- Constant Field Values
-
UNRESOLVED_LABELED_STATEMENT
static final int UNRESOLVED_LABELED_STATEMENTThe meta object id for the 'Unresolved Labeled Statement' class. -
UNRESOLVED_LABELED_STATEMENT__COMMENTS
static final int UNRESOLVED_LABELED_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_LABELED_STATEMENT__NAME
static final int UNRESOLVED_LABELED_STATEMENT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_LABELED_STATEMENT__PROXY
static final int UNRESOLVED_LABELED_STATEMENT__PROXYThe 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_IMPORTSThe feature id for the 'Usages In Imports' reference list.- See Also:
- Constant Field Values
-
UNRESOLVED_LABELED_STATEMENT__BODY
static final int UNRESOLVED_LABELED_STATEMENT__BODYThe 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_STATEMENTSThe 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_STATEMENTSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Labeled Statement' class.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION
static final int UNRESOLVED_METHOD_DECLARATIONThe meta object id for the 'Unresolved Method Declaration' class. -
UNRESOLVED_METHOD_DECLARATION__COMMENTS
static final int UNRESOLVED_METHOD_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION__NAME
static final int UNRESOLVED_METHOD_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION__PROXY
static final int UNRESOLVED_METHOD_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_METHOD_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION__BODY
static final int UNRESOLVED_METHOD_DECLARATION__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION__PARAMETERS
static final int UNRESOLVED_METHOD_DECLARATION__PARAMETERSThe 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_EXCEPTIONSThe 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_PARAMETERSThe 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_COMMENTSThe 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__USAGESThe 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_DIMENSIONSThe 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_TYPEThe 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_DECLARATIONThe feature id for the 'Redefined Method Declaration' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION__REDEFINITIONS
static final int UNRESOLVED_METHOD_DECLARATION__REDEFINITIONSThe feature id for the 'Redefinitions' reference list.- See Also:
- Constant Field Values
-
UNRESOLVED_METHOD_DECLARATION_FEATURE_COUNT
static final int UNRESOLVED_METHOD_DECLARATION_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Method Declaration' class.- See Also:
- Constant Field Values
-
UNRESOLVED_SINGLE_VARIABLE_DECLARATION
static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATIONThe meta object id for the 'Unresolved Single Variable Declaration' class. -
UNRESOLVED_SINGLE_VARIABLE_DECLARATION__COMMENTS
static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe 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__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_SINGLE_VARIABLE_DECLARATION__PROXY
static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__PROXYThe 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_IMPORTSThe 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_DIMENSIONSThe 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__INITIALIZERThe 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_ACCESSThe 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__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
UNRESOLVED_SINGLE_VARIABLE_DECLARATION__VARARGS
static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__VARARGSThe feature id for the 'Varargs' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_SINGLE_VARIABLE_DECLARATION__TYPE
static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_SINGLE_VARIABLE_DECLARATION__ANNOTATIONSThe 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_DECLARATIONThe 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_CLAUSEThe 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_STATEMENTThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Single Variable Declaration' class.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE
static final int UNRESOLVED_TYPEThe meta object id for the 'Unresolved Type' class. -
UNRESOLVED_TYPE__COMMENTS
static final int UNRESOLVED_TYPE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE__NAME
static final int UNRESOLVED_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE__PROXY
static final int UNRESOLVED_TYPE__PROXYThe feature id for the 'Proxy' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE__USAGES_IN_IMPORTS
static final int UNRESOLVED_TYPE__USAGES_IN_IMPORTSThe 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_ACCESSThe 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_COUNTThe number of structural features of the 'Unresolved Type' class.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE_OPERATION_COUNT
static final int UNRESOLVED_TYPE_OPERATION_COUNTThe number of operations of the 'Unresolved Type' class.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE_DECLARATION
static final int UNRESOLVED_TYPE_DECLARATIONThe meta object id for the 'Unresolved Type Declaration' class. -
UNRESOLVED_TYPE_DECLARATION__COMMENTS
static final int UNRESOLVED_TYPE_DECLARATION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE_DECLARATION__NAME
static final int UNRESOLVED_TYPE_DECLARATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE_DECLARATION__PROXY
static final int UNRESOLVED_TYPE_DECLARATION__PROXYThe 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_IMPORTSThe 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_DECLARATIONThe feature id for the 'Abstract Type Declaration' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE_DECLARATION__ANNOTATIONS
static final int UNRESOLVED_TYPE_DECLARATION__ANNOTATIONSThe 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_OWNERThe 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__MODIFIERThe 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_ACCESSThe 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_DECLARATIONSThe 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_BODYThe 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_BODYThe 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__PACKAGEThe feature id for the 'Package' container reference.- See Also:
- Constant Field Values
-
UNRESOLVED_TYPE_DECLARATION__SUPER_INTERFACES
static final int UNRESOLVED_TYPE_DECLARATION__SUPER_INTERFACESThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Type Declaration' class.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_FRAGMENT
static final int VARIABLE_DECLARATION_FRAGMENTThe meta object id for the 'Variable Declaration Fragment' class. -
VARIABLE_DECLARATION_FRAGMENT__COMMENTS
static final int VARIABLE_DECLARATION_FRAGMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_FRAGMENT__NAME
static final int VARIABLE_DECLARATION_FRAGMENT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_FRAGMENT__PROXY
static final int VARIABLE_DECLARATION_FRAGMENT__PROXYThe 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_IMPORTSThe 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_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_FRAGMENT__INITIALIZER
static final int VARIABLE_DECLARATION_FRAGMENT__INITIALIZERThe 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_ACCESSThe 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_CONTAINERThe 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_COUNTThe 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_COUNTThe number of operations of the 'Variable Declaration Fragment' class.- See Also:
- Constant Field Values
-
UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT
static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENTThe meta object id for the 'Unresolved Variable Declaration Fragment' class. -
UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__COMMENTS
static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__COMMENTSThe 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_UNITThe 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_FILEThe 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__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__PROXY
static final int UNRESOLVED_VARIABLE_DECLARATION_FRAGMENT__PROXYThe 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_IMPORTSThe 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_DIMENSIONSThe 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__INITIALIZERThe 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_ACCESSThe 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_CONTAINERThe 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_COUNTThe 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_COUNTThe number of operations of the 'Unresolved Variable Declaration Fragment' class.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_EXPRESSION
static final int VARIABLE_DECLARATION_EXPRESSIONThe meta object id for the 'Variable Declaration Expression' class. -
VARIABLE_DECLARATION_EXPRESSION__COMMENTS
static final int VARIABLE_DECLARATION_EXPRESSION__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_EXPRESSION__TYPE
static final int VARIABLE_DECLARATION_EXPRESSION__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_EXPRESSION__FRAGMENTS
static final int VARIABLE_DECLARATION_EXPRESSION__FRAGMENTSThe feature id for the 'Fragments' containment reference list.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_EXPRESSION__MODIFIER
static final int VARIABLE_DECLARATION_EXPRESSION__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_EXPRESSION__ANNOTATIONS
static final int VARIABLE_DECLARATION_EXPRESSION__ANNOTATIONSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Variable Declaration Expression' class.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_STATEMENT
static final int VARIABLE_DECLARATION_STATEMENTThe meta object id for the 'Variable Declaration Statement' class. -
VARIABLE_DECLARATION_STATEMENT__COMMENTS
static final int VARIABLE_DECLARATION_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_STATEMENT__TYPE
static final int VARIABLE_DECLARATION_STATEMENT__TYPEThe feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_STATEMENT__FRAGMENTS
static final int VARIABLE_DECLARATION_STATEMENT__FRAGMENTSThe 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_DIMENSIONSThe feature id for the 'Extra Array Dimensions' attribute.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_STATEMENT__MODIFIER
static final int VARIABLE_DECLARATION_STATEMENT__MODIFIERThe feature id for the 'Modifier' containment reference.- See Also:
- Constant Field Values
-
VARIABLE_DECLARATION_STATEMENT__ANNOTATIONS
static final int VARIABLE_DECLARATION_STATEMENT__ANNOTATIONSThe 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_COUNTThe 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_COUNTThe number of operations of the 'Variable Declaration Statement' class.- See Also:
- Constant Field Values
-
WILD_CARD_TYPE
static final int WILD_CARD_TYPEThe meta object id for the 'Wild Card Type' class. -
WILD_CARD_TYPE__COMMENTS
static final int WILD_CARD_TYPE__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
WILD_CARD_TYPE__NAME
static final int WILD_CARD_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
WILD_CARD_TYPE__PROXY
static final int WILD_CARD_TYPE__PROXYThe 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_IMPORTSThe 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_ACCESSThe 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_BOUNDThe feature id for the 'Upper Bound' attribute.- See Also:
- Constant Field Values
-
WILD_CARD_TYPE__BOUND
static final int WILD_CARD_TYPE__BOUNDThe feature id for the 'Bound' containment reference.- See Also:
- Constant Field Values
-
WILD_CARD_TYPE_FEATURE_COUNT
static final int WILD_CARD_TYPE_FEATURE_COUNTThe 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_COUNTThe number of operations of the 'Wild Card Type' class.- See Also:
- Constant Field Values
-
WHILE_STATEMENT
static final int WHILE_STATEMENTThe meta object id for the 'While Statement' class. -
WHILE_STATEMENT__COMMENTS
static final int WHILE_STATEMENT__COMMENTSThe 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_UNITThe 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_FILEThe feature id for the 'Original Class File' reference.- See Also:
- Constant Field Values
-
WHILE_STATEMENT__EXPRESSION
static final int WHILE_STATEMENT__EXPRESSIONThe feature id for the 'Expression' containment reference.- See Also:
- Constant Field Values
-
WHILE_STATEMENT__BODY
static final int WHILE_STATEMENT__BODYThe feature id for the 'Body' containment reference.- See Also:
- Constant Field Values
-
WHILE_STATEMENT_FEATURE_COUNT
static final int WHILE_STATEMENT_FEATURE_COUNTThe number of structural features of the 'While Statement' class.- See Also:
- Constant Field Values
-
WHILE_STATEMENT_OPERATION_COUNT
static final int WHILE_STATEMENT_OPERATION_COUNTThe number of operations of the 'While Statement' class.- See Also:
- Constant Field Values
-
ASSIGNMENT_KIND
static final int ASSIGNMENT_KINDThe meta object id for the 'Assignment Kind' enum. -
INFIX_EXPRESSION_KIND
static final int INFIX_EXPRESSION_KINDThe meta object id for the 'Infix Expression Kind' enum. -
INHERITANCE_KIND
static final int INHERITANCE_KINDThe meta object id for the 'Inheritance Kind' enum. -
POSTFIX_EXPRESSION_KIND
static final int POSTFIX_EXPRESSION_KINDThe meta object id for the 'Postfix Expression Kind' enum. -
PREFIX_EXPRESSION_KIND
static final int PREFIX_EXPRESSION_KINDThe meta object id for the 'Prefix Expression Kind' enum. -
VISIBILITY_KIND
static final int VISIBILITY_KINDThe meta object id for the 'Visibility Kind' enum.
-
-
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.
-