Package | Description |
---|---|
org.cakelab.blender.generator.utils |
Modifier and Type | Class and Description |
---|---|
class |
GComment |
class |
GMethod
Contains code and documentation of a generated method.
|
Modifier and Type | Method and Description |
---|---|
GCodeSection |
GCodeSection.append(int i) |
GCodeSection |
GCodeSection.append(java.lang.String text) |
GCodeSection |
GCodeSection.appendln() |
GCodeSection |
GCodeSection.appendln(java.lang.String line) |
protected GCodeSection |
MethodGenerator.appendln(java.lang.String line) |
Constructor and Description |
---|
CodeGenerator(GCodeSection other) |
GCodeSection(GCodeSection other) |