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
FieldsModifier and TypeFieldDescriptionprotected IExecutableModuleElementprotected IEolContextprotected booleanprotected StringFields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBlock()getName()getNames()voidsetBlock(IExecutableModuleElement block) voidsetContext(IEolContext context) voidvoidsetSilent(boolean isSilent) Methods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
accept, getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlockMethods 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:
buildin interfaceModuleElement- Overrides:
buildin classAnnotatableModuleElement
-
getNames
- Specified by:
getNamesin interfaceColumnGenerator
-
getName
-
getValues
- Specified by:
getValuesin interfaceColumnGenerator- Throws:
EolRuntimeException
-
setContext
-
setSilent
public void setSilent(boolean isSilent)
-