Package org.eclipse.epsilon.egl.model
Class EglMarkerSection
- java.lang.Object
-
- org.eclipse.epsilon.common.module.AbstractModuleElement
-
- org.eclipse.epsilon.egl.model.EglMarkerSection
-
- All Implemented Interfaces:
ModuleElement
public class EglMarkerSection extends AbstractModuleElement
-
-
Constructor Summary
Constructors Constructor Description EglMarkerSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(AST cst, IModule module)
String
toString()
-
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
-
-
-
-
Field Detail
-
text
protected String text
-
-
Method Detail
-
build
public void build(AST cst, IModule module)
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classAbstractModuleElement
-
toString
public String toString()
- Overrides:
toString
in classAbstractModuleElement
-
-