Class LocalVarNode

All Implemented Interfaces:
Comparable, Numberable

public class LocalVarNode extends VarNode
Author:
Ondrej Lhotak
  • Field Details

  • Constructor Details

  • Method Details

    • getMethod

      public SootMethod getMethod()
      Specified by:
      getMethod in class VarNode
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isThis

      public boolean isThis()
      Returns true if this VarNode represents the THIS pointer
    • isReturn

      public boolean isReturn()
    • base

      public VarNode base()
      Specified by:
      base in class VarNode