Package org.eclipse.epsilon.eol.dom
Class AnnotationBlock
- java.lang.Object
-
- org.eclipse.epsilon.common.module.AbstractModuleElement
-
- org.eclipse.epsilon.eol.dom.AnnotationBlock
-
- All Implemented Interfaces:
ModuleElement
public class AnnotationBlock extends AbstractModuleElement
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Annotation>annotations
-
Constructor Summary
Constructors Constructor Description AnnotationBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(IEolVisitor visitor)voidbuild(AST cst, IModule module)List<Annotation>getAnnotations()-
Methods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
equals, getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toString
-
-
-
-
Field Detail
-
annotations
protected List<Annotation> annotations
-
-
Method Detail
-
build
public void build(AST cst, IModule module)
- Specified by:
buildin interfaceModuleElement- Overrides:
buildin classAbstractModuleElement
-
getAnnotations
public List<Annotation> getAnnotations()
-
accept
public void accept(IEolVisitor visitor)
-
-