public class CompileTarget extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompileTarget.BackendType |
| Constructor and Description |
|---|
CompileTarget(ClassLoader aClassLoader,
CompileTarget.BackendType aType) |
| Modifier and Type | Method and Description |
|---|---|
CompileResult |
compile(CompileOptions aOptions,
Class aClass,
String aMethodName,
BytecodeMethodSignature aSignature) |
BytecodeMethodSignature |
toMethodSignature(Method aMethod) |
public CompileTarget(ClassLoader aClassLoader, CompileTarget.BackendType aType)
public CompileResult compile(CompileOptions aOptions, Class aClass, String aMethodName, BytecodeMethodSignature aSignature)
public BytecodeMethodSignature toMethodSignature(Method aMethod)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.