public class IRClassCompiler extends AbstractBytecodeCompiler
| Modifier and Type | Field and Description |
|---|---|
static int |
JAVA_VER |
OBJECT_TYPE| Constructor and Description |
|---|
IRClassCompiler(IRClass irClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotations() |
static byte[] |
compileClass(IRClass irClass,
boolean debug) |
static String |
getMethodDescriptor(IRMethodStatement m) |
static boolean |
isDebugFlagSet(DebugFlag flag) |
String |
toString() |
static void |
verify(byte[] bytes) |
getIns, isWidepublic static final int JAVA_VER
public IRClassCompiler(IRClass irClass)
public static byte[] compileClass(IRClass irClass, boolean debug)
public void addAnnotations()
public static void verify(byte[] bytes)
public static boolean isDebugFlagSet(DebugFlag flag)
public static String getMethodDescriptor(IRMethodStatement m)
Copyright © 2016. All rights reserved.