Class NestedFrom
- java.lang.Object
-
- org.eclipse.epsilon.common.module.AbstractModuleElement
-
- org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
-
- org.eclipse.epsilon.pinset.columnGenerators.NestedFrom
-
- All Implemented Interfaces:
ModuleElement
,ColumnGenerator
public class NestedFrom extends AnnotatableModuleElement implements ColumnGenerator
NestedFrom.- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
-
Field Summary
Fields Modifier and Type Field Description protected IEolContext
context
protected IExecutableModuleElement
fromElementBlock
protected String
fromElementName
protected List<ColumnGenerator>
generators
-
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
-
Constructor Summary
Constructors Constructor Description NestedFrom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(AST cst, IModule module)
List<String>
getNames()
List<Object>
getValues(Object elem)
void
initialise(IEolContext context, IPropertyGetter getter)
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
-
fromElementName
protected String fromElementName
-
fromElementBlock
protected IExecutableModuleElement fromElementBlock
-
generators
protected List<ColumnGenerator> generators
-
context
protected IEolContext context
-
-
Method Detail
-
build
public void build(AST cst, IModule module)
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classAnnotatableModuleElement
-
getNames
public List<String> getNames() throws EolRuntimeException
- Specified by:
getNames
in interfaceColumnGenerator
- Throws:
EolRuntimeException
-
getValues
public List<Object> getValues(Object elem) throws EolRuntimeException
- Specified by:
getValues
in interfaceColumnGenerator
- Throws:
EolRuntimeException
-
initialise
public void initialise(IEolContext context, IPropertyGetter getter)
-
setSilent
public void setSilent(boolean isSilent)
-
-