Class ShrikeIndirectionData.ShrikeLocalName

java.lang.Object
com.ibm.wala.ssa.ShrikeIndirectionData.ShrikeLocalName
All Implemented Interfaces:
SSAIndirectionData.Name
Enclosing class:
ShrikeIndirectionData

public static class ShrikeIndirectionData.ShrikeLocalName extends Object implements SSAIndirectionData.Name
In Shrike, the only "source" level entities which have names relevant to indirect pointer operations are bytecode locals.
  • Constructor Details

    • ShrikeLocalName

      public ShrikeLocalName(int bytecodeLocalNumber)
  • Method Details