Package org.emftext.commons.jdt
Interface JdtPackage.Literals
-
- Enclosing interface:
- JdtPackage
public static interface JdtPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
JDT_FIELD
The meta object literal for the 'JDT Field
' class.static EAttribute
JDT_FIELD__NAME
The meta object literal for the 'Name' attribute feature.static EClass
JDT_JAVA_CLASSIFIER
The meta object literal for the 'JDT Java Classifier
' class.static EAttribute
JDT_JAVA_CLASSIFIER__ABSTRACT
The meta object literal for the 'Abstract' attribute feature.static EReference
JDT_JAVA_CLASSIFIER__CACHED_FIELDS
The meta object literal for the 'Cached Fields' reference list feature.static EAttribute
JDT_JAVA_CLASSIFIER__ENCLOSING_TYPE_NAMES
The meta object literal for the 'Enclosing Type Names' attribute list feature.static EAttribute
JDT_JAVA_CLASSIFIER__ENUM
The meta object literal for the 'Enum' attribute feature.static EAttribute
JDT_JAVA_CLASSIFIER__HAS_CACHED_FIELDS
The meta object literal for the 'Has Cached Fields' attribute feature.static EAttribute
JDT_JAVA_CLASSIFIER__INTERFACE
The meta object literal for the 'Interface' attribute feature.static EAttribute
JDT_JAVA_CLASSIFIER__PACKAGE_NAME
The meta object literal for the 'Package Name' attribute feature.static EAttribute
JDT_JAVA_CLASSIFIER__PATH
The meta object literal for the 'Path' attribute feature.static EAttribute
JDT_JAVA_CLASSIFIER__PROJECT_NAME
The meta object literal for the 'Project Name' attribute feature.static EAttribute
JDT_JAVA_CLASSIFIER__SIMPLE_NAME
The meta object literal for the 'Simple Name' attribute feature.
-
-
-
Field Detail
-
JDT_JAVA_CLASSIFIER
static final EClass JDT_JAVA_CLASSIFIER
The meta object literal for the 'JDT Java Classifier
' class.- See Also:
JDTJavaClassifierImpl
,JdtPackageImpl.getJDTJavaClassifier()
- Generated class or method.
-
JDT_JAVA_CLASSIFIER__SIMPLE_NAME
static final EAttribute JDT_JAVA_CLASSIFIER__SIMPLE_NAME
The meta object literal for the 'Simple Name' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__PACKAGE_NAME
static final EAttribute JDT_JAVA_CLASSIFIER__PACKAGE_NAME
The meta object literal for the 'Package Name' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__ENCLOSING_TYPE_NAMES
static final EAttribute JDT_JAVA_CLASSIFIER__ENCLOSING_TYPE_NAMES
The meta object literal for the 'Enclosing Type Names' attribute list feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__PATH
static final EAttribute JDT_JAVA_CLASSIFIER__PATH
The meta object literal for the 'Path' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__CACHED_FIELDS
static final EReference JDT_JAVA_CLASSIFIER__CACHED_FIELDS
The meta object literal for the 'Cached Fields' reference list feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__HAS_CACHED_FIELDS
static final EAttribute JDT_JAVA_CLASSIFIER__HAS_CACHED_FIELDS
The meta object literal for the 'Has Cached Fields' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__PROJECT_NAME
static final EAttribute JDT_JAVA_CLASSIFIER__PROJECT_NAME
The meta object literal for the 'Project Name' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__ABSTRACT
static final EAttribute JDT_JAVA_CLASSIFIER__ABSTRACT
The meta object literal for the 'Abstract' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__INTERFACE
static final EAttribute JDT_JAVA_CLASSIFIER__INTERFACE
The meta object literal for the 'Interface' attribute feature.- Generated class or method.
-
JDT_JAVA_CLASSIFIER__ENUM
static final EAttribute JDT_JAVA_CLASSIFIER__ENUM
The meta object literal for the 'Enum' attribute feature.- Generated class or method.
-
JDT_FIELD
static final EClass JDT_FIELD
The meta object literal for the 'JDT Field
' class.- See Also:
JDTFieldImpl
,JdtPackageImpl.getJDTField()
- Generated class or method.
-
JDT_FIELD__NAME
static final EAttribute JDT_FIELD__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
-