public interface SourceCodeGenerator
Modifier and Type | Method and Description |
---|---|
void |
appendField(javassist.CtField field,
String value)
Appends the given class field and value to the temporary output.
|
void |
appendMethod(javassist.CtMethod method,
String code)
Appends the given method and source code body to the temporary output.
|
void |
outputGeneratedSource(javassist.CtClass ctClass)
Generates the full source code for the given class and outputs it.
|
void appendField(javassist.CtField field, String value)
void appendMethod(javassist.CtMethod method, String code)
void outputGeneratedSource(javassist.CtClass ctClass)
Copyright © 2019 OpenDaylight. All rights reserved.