Uses of Class
org.eclipse.epsilon.eol.dom.AnnotationBlock
-
Packages that use AnnotationBlock Package Description org.eclipse.epsilon.eol.dom org.eclipse.epsilon.eol.parse -
-
Uses of AnnotationBlock in org.eclipse.epsilon.eol.dom
Fields in org.eclipse.epsilon.eol.dom declared as AnnotationBlock Modifier and Type Field Description protected AnnotationBlock
AnnotatableModuleElement. annotationBlock
Methods in org.eclipse.epsilon.eol.dom that return AnnotationBlock Modifier and Type Method Description AnnotationBlock
AnnotatableModuleElement. getAnnotationBlock()
Methods in org.eclipse.epsilon.eol.dom with parameters of type AnnotationBlock Modifier and Type Method Description void
AnnotatableModuleElement. setAnnotationBlock(AnnotationBlock annotationBlock)
void
IEolVisitor. visit(AnnotationBlock annotationBlock)
-
Uses of AnnotationBlock in org.eclipse.epsilon.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type AnnotationBlock Modifier and Type Method Description void
EolUnparser. visit(AnnotationBlock annotationBlock)
-