Class AllocNode

java.lang.Object
qilin.core.pag.Node
qilin.core.pag.AllocNode
All Implemented Interfaces:
ContextElement, Numberable
Direct Known Subclasses:
ConstantNode, ContextAllocNode

public class AllocNode extends Node implements ContextElement, Numberable
Represents an allocation site node in the pointer assignment graph.
Author:
Ondrej Lhotak
  • Field Details

    • newExpr

      protected Object newExpr
  • Constructor Details

  • Method Details

    • getNewExpr

      public Object getNewExpr()
      Returns the new expression of this allocation site.
    • toString

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

      public String toString2()
    • getMethod

      public SootMethod getMethod()
    • base

      public AllocNode base()