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
public class Column extends AnnotatableModuleElement implements ColumnGenerator
Column.- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
-
Field Summary
Fields Modifier and Type Field Description protected IExecutableModuleElement
block
protected IEolContext
context
protected boolean
isSilent
protected String
name
-
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
-
Constructor Summary
Constructors Constructor Description Column()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(AST cst, IModule module)
IExecutableModuleElement
getBlock()
String
getName()
List<String>
getNames()
List<Object>
getValues(Object elem)
void
setBlock(IExecutableModuleElement block)
void
setContext(IEolContext context)
void
setName(String name)
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 Detail
-
name
protected String name
-
block
protected IExecutableModuleElement block
-
isSilent
protected boolean isSilent
-
context
protected IEolContext context
-
-
Method Detail
-
setName
public void setName(String name)
-
getBlock
public IExecutableModuleElement getBlock()
-
setBlock
public void setBlock(IExecutableModuleElement block)
-
build
public void build(AST cst, IModule module)
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classAnnotatableModuleElement
-
getNames
public List<String> getNames()
- Specified by:
getNames
in interfaceColumnGenerator
-
getName
public String getName()
-
getValues
public List<Object> getValues(Object elem) throws EolRuntimeException
- Specified by:
getValues
in interfaceColumnGenerator
- Throws:
EolRuntimeException
-
setContext
public void setContext(IEolContext context)
-
setSilent
public void setSilent(boolean isSilent)
-
-