public class FPBlock extends Object implements FormulaPart
| Constructor and Description |
|---|
FPBlock(FormulaPart internal) |
| Modifier and Type | Method and Description |
|---|---|
FormulaPart |
getOperation() |
void |
toFormated(StringBuilder b,
int indent)
Return the internal formated representation
|
String |
toJson() |
String |
toString() |
public FPBlock(FormulaPart internal)
public FormulaPart getOperation()
public void toFormated(StringBuilder b, int indent)
FormulaParttoFormated in interface FormulaPartb - StringBuilder for resultindent - indent size in whitespace symbolspublic String toJson()
toJson in interface FormulaPartCopyright © 2018. All rights reserved.