Interface NumberLiteral

All Superinterfaces:
Exp, Literal, RValue, Serializable
All Known Subinterfaces:
FloatingPointLiteral, IntegerLiteral
All Known Implementing Classes:
DoubleLiteral, FloatLiteral, IntLiteral, LongLiteral

public interface NumberLiteral extends Literal
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    accept, getType, getUses
  • Method Details

    • getNumber

      Number getNumber()