
Public Member Functions | |
| Printer (String step) | |
| String | indent (String old) |
| void | print (ASTNode node, PrintStream str, String indent) |
| void | print (Collection<?extends ASTNode > nodes, PrintStream str, String indent) |
| String | op (FBinExp e) |
Protected Attributes | |
| String | step |
| org.jmodelica.modelica.compiler.Printer.Printer | ( | String | step | ) |
| String org.jmodelica.modelica.compiler.Printer.indent | ( | String | old | ) |
| String org.jmodelica.modelica.compiler.Printer.op | ( | FBinExp | e | ) |
Reimplemented in org.jmodelica.modelica.compiler.CADPrettyPrinter, and org.jmodelica.modelica.compiler.CPrettyPrinter.
| void org.jmodelica.modelica.compiler.Printer.print | ( | Collection<?extends ASTNode > | nodes, | |
| PrintStream | str, | |||
| String | indent | |||
| ) |
| void org.jmodelica.modelica.compiler.Printer.print | ( | ASTNode | node, | |
| PrintStream | str, | |||
| String | indent | |||
| ) |
Reimplemented in org.jmodelica.modelica.compiler.CADPrettyPrinter, org.jmodelica.modelica.compiler.CPrettyPrinter, org.jmodelica.modelica.compiler.DumpTreePrinter, org.jmodelica.modelica.compiler.MCPrettyPrinter, org.jmodelica.modelica.compiler.PrettyPrinter, and org.jmodelica.modelica.compiler.XMLPrettyPrinter.
String org.jmodelica.modelica.compiler.Printer.step [protected] |
1.5.8