public class CodegenClassGenerator extends Object
Constructor and Description |
---|
CodegenClassGenerator() |
Modifier and Type | Method and Description |
---|---|
static String |
compile(com.espertech.esper.common.internal.bytecodemodel.core.CodegenClass clazz) |
protected static void |
generateCodeMethods(StringBuilder builder,
boolean isInnerClass,
List<com.espertech.esper.common.internal.bytecodemodel.core.CodegenMethodWGraph> publicMethods,
List<com.espertech.esper.common.internal.bytecodemodel.core.CodegenMethodWGraph> privateMethods,
Map<Class,String> imports,
int additionalIndent) |
public static String compile(com.espertech.esper.common.internal.bytecodemodel.core.CodegenClass clazz)
protected static void generateCodeMethods(StringBuilder builder, boolean isInnerClass, List<com.espertech.esper.common.internal.bytecodemodel.core.CodegenMethodWGraph> publicMethods, List<com.espertech.esper.common.internal.bytecodemodel.core.CodegenMethodWGraph> privateMethods, Map<Class,String> imports, int additionalIndent)
Copyright © 2005–2020. All rights reserved.