Class SummarizedMethodWithNames.SyntheticIRWithNames.SyntheticSSA2LocalMap
java.lang.Object
com.ibm.wala.ipa.summaries.SummarizedMethodWithNames.SyntheticIRWithNames.SyntheticSSA2LocalMap
- All Implemented Interfaces:
IR.SSA2LocalMap
- Enclosing class:
SummarizedMethodWithNames.SyntheticIRWithNames
public static class SummarizedMethodWithNames.SyntheticIRWithNames.SyntheticSSA2LocalMap
extends Object
implements IR.SSA2LocalMap
- Since:
- 2013-11-25
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getLocalNames
(int index, int vn) Does not respect index.
-
Constructor Details
-
SyntheticSSA2LocalMap
-
-
Method Details
-
getLocalNames
Does not respect index.- Specified by:
getLocalNames
in interfaceIR.SSA2LocalMap
- Parameters:
index
- an index into the IR instruction arrayvn
- a value number- Returns:
- if we know that immediately after the given program counter, v_vn corresponds to one or more locals and local variable names are available, the name of the locals which v_vn represents. Otherwise, null.
-