| Package | Description |
|---|---|
| com.ibm.wala.shrikeBT | |
| com.ibm.wala.shrikeCT |
| Modifier and Type | Method and Description |
|---|---|
Compiler.Output[] |
Compiler.getAuxiliaryMethods()
Get bytecodes and other information for any helper methods that are required to implement the main method.
|
Compiler.Output |
Compiler.getOutput()
Get the output bytecodes and other information for the method.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
LocalVariableTableWriter.makeRawTable(int[][] varMap,
Compiler.Output output)
Build a raw local variable table from a formatted variable map.
|
static List<StackMapConstants.StackMapFrame> |
StackMapTableWriter.stackMapTable(MethodData method,
Compiler.Output output,
ClassHierarchyProvider cha,
String[][] vars,
List<StackMapConstants.StackMapFrame> reuseFrames) |
| Constructor and Description |
|---|
StackMapTableWriter(ClassWriter writer,
MethodData method,
Compiler.Output output,
ClassHierarchyProvider cha,
String[][] vars) |
StackMapTableWriter(ClassWriter writer,
MethodData method,
Compiler.Output output,
ClassHierarchyProvider cha,
String[][] vars,
List<StackMapConstants.StackMapFrame> reuseFrames) |
Copyright © 2019. All rights reserved.