Interface ReferenceLiteral

All Superinterfaces:
Exp, Literal, RValue, Serializable
All Known Implementing Classes:
ClassLiteral, MethodHandle, MethodType, NullLiteral, StringLiteral

public interface ReferenceLiteral extends Literal
Literal of reference type.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface pascal.taie.ir.exp.Exp

    accept, getUses
  • Method Details