freemarker-docgen-core/src/main/java/org/freemarker/docgen/core/CJSONInterpreter.java [1652:1658]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } else if (o instanceof FunctionCall) {
            FunctionCall dir = (FunctionCall) o;
            out.append(dir.getName());
            out.append("(");
            dumpListSL(out, dir.getParams());
            out.append(")");
        } else {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



freemarker-docgen-core/src/main/java/org/freemarker/docgen/core/CJSONInterpreter.java [1685:1691]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } else if (o instanceof FunctionCall) {
            FunctionCall dir = (FunctionCall) o;
            out.append(dir.getName());
            out.append("(");
            dumpListSL(out, dir.getParams());
            out.append(")");
        } else {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



