Uses of Class
org.eclipse.epsilon.eol.dom.Annotation
-
Packages that use Annotation Package Description org.eclipse.epsilon.eol.dom -
-
Uses of Annotation in org.eclipse.epsilon.eol.dom
Subclasses of Annotation in org.eclipse.epsilon.eol.dom Modifier and Type Class Description class
ExecutableAnnotation
class
SimpleAnnotation
Fields in org.eclipse.epsilon.eol.dom with type parameters of type Annotation Modifier and Type Field Description protected java.util.List<Annotation>
AnnotationBlock. annotations
Methods in org.eclipse.epsilon.eol.dom that return Annotation Modifier and Type Method Description Annotation
AnnotatableModuleElement. getAnnotation(java.lang.String name)
Methods in org.eclipse.epsilon.eol.dom that return types with arguments of type Annotation Modifier and Type Method Description protected java.util.List<Annotation>
AnnotatableModuleElement. getAnnotations(java.lang.String name)
java.util.List<Annotation>
AnnotationBlock. getAnnotations()
-