Uses of Interface
org.eclipse.gmt.modisco.java.Annotation
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of Annotation in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return types with arguments of type Annotation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Annotation>BodyDeclaration. getAnnotations()Returns the value of the 'Annotations' containment reference list.org.eclipse.emf.common.util.EList<Annotation>SingleVariableDeclaration. getAnnotations()Returns the value of the 'Annotations' containment reference list.org.eclipse.emf.common.util.EList<Annotation>VariableDeclarationExpression. getAnnotations()Returns the value of the 'Annotations' containment reference list.org.eclipse.emf.common.util.EList<Annotation>VariableDeclarationStatement. getAnnotations()Returns the value of the 'Annotations' containment reference list. -
Uses of Annotation in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Annotation Modifier and Type Class Description classAnnotationImplAn implementation of the model object 'Annotation'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return Annotation Modifier and Type Method Description AnnotationJavaFactoryImpl. createAnnotation()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type Annotation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Annotation>BodyDeclarationImpl. getAnnotations()org.eclipse.emf.common.util.EList<Annotation>SingleVariableDeclarationImpl. getAnnotations()org.eclipse.emf.common.util.EList<Annotation>VariableDeclarationExpressionImpl. getAnnotations()org.eclipse.emf.common.util.EList<Annotation>VariableDeclarationStatementImpl. getAnnotations() -
Uses of Annotation in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return Annotation Modifier and Type Method Description AnnotationJavaFactory. createAnnotation()Returns a new object of class 'Annotation'. -
Uses of Annotation in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Annotation Modifier and Type Method Description TJavaSwitch. caseAnnotation(Annotation object)Returns the result of interpreting the object as an instance of 'Annotation'.