Class FieldRefNode

java.lang.Object
qilin.core.pag.Node
qilin.core.pag.FieldRefNode
All Implemented Interfaces:
Numberable

public class FieldRefNode extends Node implements Numberable
Represents a field reference node in the pointer assignment graph.
Author:
Ondrej Lhotak
  • Field Details

  • Constructor Details

  • Method Details

    • getBase

      public VarNode getBase()
      Returns the base of this field reference.
    • getField

      public SparkField getField()
      Returns the field of this field reference.
    • toString

      public String toString()
      Overrides:
      toString in class Object