| Package | Description |
|---|---|
| com.ibm.wala.shrikeBT | |
| com.ibm.wala.shrikeBT.shrikeCT |
| Modifier and Type | Method and Description |
|---|---|
ConstantPoolReader |
Decoder.getConstantPool() |
| Modifier and Type | Method and Description |
|---|---|
static ConstantInstruction |
ConstantInstruction.make(ConstantPoolReader cp,
int index) |
void |
Compiler.setPresetConstants(ConstantPoolReader cp)
Notify the compiler that the constants appearing in the ConstantPoolReader cp will appear in the final class file.
|
| Constructor and Description |
|---|
Decoder(byte[] code,
int[] rawHandlers,
ConstantPoolReader cp)
This constructor is only supposed to be used by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
static ConstantPoolReader |
CTDecoder.makeConstantPoolReader(ClassReader cr)
Build a ConstantPoolReader implementation to read the constant pool from 'cr'.
|
| Constructor and Description |
|---|
CTDecoder(CodeReader r,
ConstantPoolReader cpr)
Decode the code resource 'r' using the predeclared constant pool reader 'cpr' (obtained by makeConstantPoolReader below).
|
Copyright © 2019. All rights reserved.