| Package | Description |
|---|---|
| com.ibm.wala.shrikeBT | |
| com.ibm.wala.shrikeBT.info |
| Modifier and Type | Method and Description |
|---|---|
MethodData.Results |
MethodData.getInfo(Object key)
Get the annotation for the given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodData.putInfo(Object key,
MethodData.Results value)
Set the annotation for the given key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstructionTypeCounter
This method annotation counts the number of instructions of each type (according to each Instruction subclass).
|
class |
LocalAllocator
This method annotation parcels out fresh local variables for use as temporaries by instrumentation code.
|
class |
ThisAssignmentChecker
This method annotation checks to see whether "this" is assigned to by the method.
|
Copyright © 2019. All rights reserved.