Package | Description |
---|---|
com.espertech.esper.common.internal.bytecodemodel.core |
Byte-Code-Generation Core
|
com.espertech.esper.common.internal.compile.stage1 | |
com.espertech.esper.common.internal.event.json.compiletime |
Modifier and Type | Method and Description |
---|---|
CodegenClassType |
CodegenClass.getClassType() |
static CodegenClassType |
CodegenClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenClassType[] |
CodegenClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CodegenClass(CodegenClassType classType,
Class optionalInterfaceImplemented,
String className,
CodegenClassScope codegenClassScope,
List<CodegenTypedParam> explicitMembers,
CodegenCtor optionalCtor,
CodegenClassMethods methods,
List<CodegenInnerClass> innerClasses) |
CodegenClass(CodegenClassType classType,
String className,
CodegenClassScope codegenClassScope,
List<CodegenTypedParam> explicitMembers,
CodegenCtor optionalCtor,
CodegenClassMethods methods,
List<CodegenInnerClass> innerClasses) |
Modifier and Type | Method and Description |
---|---|
Class |
CompilerServices.compileStandInClass(CodegenClassType classType,
String classNameSimple,
ModuleCompileTimeServices services) |
Constructor and Description |
---|
StmtClassForgeableJsonDelegate(CodegenClassType classType,
String className,
CodegenPackageScope packageScope,
String underlyingClassName,
StmtClassForgeableJsonDesc desc) |
StmtClassForgeableJsonDelegateFactory(CodegenClassType classType,
String className,
boolean makeWriteMethod,
CodegenPackageScope packageScope,
String delegateClassName,
String underlyingClassName,
StmtClassForgeableJsonDesc desc) |
Copyright © 2005–2020. All rights reserved.