Package sootup.core.jimple.basic


package sootup.core.jimple.basic
  • Class
    Description
    An alternate equivalence relation between objects, not necessarily compliant with the contract defined by Object.equals(Object).
    This class stores position information stored for a statement. line number + information about its operands
    Immediate is a local or a constant.
    This class contains the equivalence implementations for the individual EquivTo.equivTo(Object) methods of the Jimple IR.
    Local variable in Body.
    Generates locals for Body.
    Marker interface for Values that can be on the left side of an Assignment
    This convenience class represents the case when there is no position information available.
    This class stores position information (the line number + first/last column) stored for a statement.
    This class stores position information stored for a statement.
    Represents a try-catch construct.
    Data used as, for instance, arguments to instructions; typical implementations are constants or expressions.