| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected IMethod.SourcePosition[] |
ShrikeBTMethod.BytecodeInfo.paramPositionMap
Sourcecode positions for method parameters
|
protected IMethod.SourcePosition[] |
ShrikeBTMethod.BytecodeInfo.positionMap
Cached map representing position information for bytecode instruction
at given index
|
| Modifier and Type | Method and Description |
|---|---|
IMethod.SourcePosition |
SyntheticMethod.getParameterSourcePosition(int paramNum) |
IMethod.SourcePosition |
ShrikeBTMethod.getParameterSourcePosition(int paramNum) |
IMethod.SourcePosition |
IMethod.getParameterSourcePosition(int paramNum) |
IMethod.SourcePosition |
SyntheticMethod.getSourcePosition(int bcIndex)
BEGIN Custom change: : precise bytecode positions
|
IMethod.SourcePosition |
ShrikeBTMethod.getSourcePosition(int bcIndex)
BEGIN Custom change: precise bytecode positions
|
IMethod.SourcePosition |
IMethod.getSourcePosition(int instructionIndex) |
Copyright © 2015. All rights reserved.