Class Grid
- java.lang.Object
-
- org.eclipse.epsilon.common.module.AbstractModuleElement
-
- org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
-
- org.eclipse.epsilon.pinset.columnGenerators.Grid
-
- All Implemented Interfaces:
ModuleElement,ColumnGenerator
public class Grid extends AnnotatableModuleElement implements ColumnGenerator
Grid.- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
-
Field Summary
Fields Modifier and Type Field Description protected IExecutableModuleElementbodyBlockprotected IEolContextcontextprotected IExecutableModuleElementheaderBlockprotected List<String>headersprotected booleanisSilentprotected List<Object>keysprotected IExecutableModuleElementkeysBlock-
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
-
Constructor Summary
Constructors Constructor Description Grid()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(AST cst, IModule module)List<String>getNames()List<Object>getValues(Object obj)voidsetContext(IEolContext context)voidsetSilent(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
-
keysBlock
protected IExecutableModuleElement keysBlock
-
headerBlock
protected IExecutableModuleElement headerBlock
-
bodyBlock
protected IExecutableModuleElement bodyBlock
-
isSilent
protected boolean isSilent
-
context
protected IEolContext context
-
-
Method Detail
-
build
public void build(AST cst, IModule module)
- Specified by:
buildin interfaceModuleElement- Overrides:
buildin classAnnotatableModuleElement
-
getNames
public List<String> getNames() throws EolRuntimeException
- Specified by:
getNamesin interfaceColumnGenerator- Throws:
EolRuntimeException
-
getValues
public List<Object> getValues(Object obj) throws EolRuntimeException
- Specified by:
getValuesin interfaceColumnGenerator- Throws:
EolRuntimeException
-
setContext
public void setContext(IEolContext context)
-
setSilent
public void setSilent(boolean isSilent)
-
-