public abstract class CalculationElement
extends java.lang.Object
Constructor and Description |
---|
CalculationElement() |
Modifier and Type | Method and Description |
---|---|
abstract DataObjectDefinition |
getParent()
gets the relevant object for this calculation element
|
protected abstract void |
writeMultiplier(SourceGenerator sg,
java.lang.String extraindent,
java.lang.String prefix)
writes the multiplier for the calculation element
|
public abstract DataObjectDefinition getParent()
protected abstract void writeMultiplier(SourceGenerator sg, java.lang.String extraindent, java.lang.String prefix) throws java.io.IOException
sg
- source generatorextraindent
- indent to write the sourceprefix
- prefix of the calculation elementjava.io.IOException
- if anything bad happens while writing the source code