public abstract class MethodGenerator extends FieldVisitor
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
ARCH64_TEST |
protected ClassGenerator |
classgen |
protected GMethod |
content |
indent, NL, TAB
Constructor and Description |
---|
MethodGenerator(ClassGenerator classGenerator) |
Modifier and Type | Method and Description |
---|---|
protected GCodeSection |
appendln(java.lang.String line) |
void |
reset() |
appendFieldDoc, getClassTypeName, getFieldDescriptorName, getFieldDoc, getFieldType, getScalarJavaObjectType, getTemplateParameter, getTypeList, visitArray, visitField, visitPointer, visitScalar, visitStruct
getIndentString, indent, toCamelCase, toFirstLowerCase
protected static final java.lang.String ARCH64_TEST
protected ClassGenerator classgen
protected GMethod content
public MethodGenerator(ClassGenerator classGenerator)
public void reset()
reset
in class CodeGenerator
protected GCodeSection appendln(java.lang.String line)