net.sf.farrago.fennel.calc
Interface CalcProgramBuilder.Operand
- All Known Implementing Classes:
- CalcProgramBuilder.FunctionCall, CalcProgramBuilder.Line, CalcReg
- Enclosing class:
- CalcProgramBuilder
static interface CalcProgramBuilder.Operand
Represents an Operand in an opereation e.g. a register, line number or a
call to a function
Method Summary |
void |
print(PrintWriter writer)
Serializes itself or parts of itself for transport over the wire |
print
void print(PrintWriter writer)
- Serializes itself or parts of itself for transport over the wire
- Parameters:
writer
-