Class AstIRFactory.AstIR
java.lang.Object
com.ibm.wala.ssa.IR
com.ibm.wala.cast.ir.ssa.AstIRFactory.AstIR
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.ssa.IR
IR.SSA2LocalMap
-
Method Summary
Modifier and TypeMethodDescriptionprotected SSAIndirectionData
<SSAIndirectionData.Name> subclasses must provide information about indirect use of values, if appropriate, and otherwise nullsubclasses must provide a source name mapping, if they want one (or null otherwise)protected String
instructionPosition
(int instructionIndex) Methods inherited from class com.ibm.wala.ssa.IR
getBasicBlockForCatch, getBasicBlockForInstruction, getBasicBlocksForCall, getBlocks, getCallInstructionIndices, getCalls, getControlFlowGraph, getExitBlock, getInstructions, getLocalNames, getNew, getNewInstructionIndex, getNumberOfParameters, getOptions, getParameter, getParameterType, getParameterValueNumbers, getPEI, getSymbolTable, isEmptyIR, iterateAllInstructions, iterateCallSites, iterateCatchInstructions, iterateNewSites, iterateNormalInstructions, iteratePhis, iteratePis, setupLocationMap, toString, visitAllInstructions, visitNormalInstructions
-
Method Details
-
lexicalInfo
-
getLocalMap
Description copied from class:IR
subclasses must provide a source name mapping, if they want one (or null otherwise)- Specified by:
getLocalMap
in classIR
-
instructionPosition
- Specified by:
instructionPosition
in classIR
- Returns:
- a String which is a readable representation of the instruction position corresponding to an instruction index
-
getMethod
-
getIndirectionData
Description copied from class:IR
subclasses must provide information about indirect use of values, if appropriate, and otherwise null- Specified by:
getIndirectionData
in classIR
-