Package pascal.taie.ir.exp
Class IntLiteral
java.lang.Object
pascal.taie.ir.exp.IntLiteral
- All Implemented Interfaces:
Serializable
,Exp
,IntegerLiteral
,Literal
,NumberLiteral
,RValue
Representation of int literals.
- See Also:
-
Method Details
-
get
-
getType
-
getValue
public int getValue()- Returns:
- the value of the literal as an int.
-
getNumber
- Specified by:
getNumber
in interfaceNumberLiteral
-
accept
-
equals
-
hashCode
public int hashCode() -
toString
-