Class Column
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
org.eclipse.epsilon.pinset.columnGenerators.Column
- All Implemented Interfaces:
ModuleElement
,ColumnGenerator
Column.
- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
Field Summary
Modifier and TypeFieldDescriptionprotected IExecutableModuleElement
protected IEolContext
protected boolean
protected String
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getBlock()
getName()
getNames()
void
setBlock
(IExecutableModuleElement block) void
setContext
(IEolContext context) void
void
setSilent
(boolean isSilent) Methods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
accept, getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlock
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 Details
-
name
-
block
-
isSilent
protected boolean isSilent -
context
-
-
Constructor Details
-
Column
public Column()
-
-
Method Details
-
setName
-
getBlock
-
setBlock
-
build
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classAnnotatableModuleElement
-
getNames
- Specified by:
getNames
in interfaceColumnGenerator
-
getName
-
getValues
- Specified by:
getValues
in interfaceColumnGenerator
- Throws:
EolRuntimeException
-
setContext
-
setSilent
public void setSilent(boolean isSilent)
-