public class GMethod extends GCodeSection
currentLine
indent, NL, TAB
Constructor and Description |
---|
GMethod(GMethod other) |
GMethod(int indent) |
Modifier and Type | Method and Description |
---|---|
void |
setComment(GComment comment) |
java.lang.String |
toString(int indent) |
append, append, appendln, appendln, getLines, numLines, reset, sortLines, sortLines
getIndentString, indent, toCamelCase, toFirstLowerCase
public GMethod(GMethod other)
public GMethod(int indent)
public void setComment(GComment comment)
public java.lang.String toString(int indent)
toString
in class GCodeSection