Package pascal.taie.ir.exp
Class CastExp
java.lang.Object
pascal.taie.ir.exp.CastExp
- All Implemented Interfaces:
Serializable
,Exp
,RValue
Representation of cast expression, e.g., (T) o.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CastExp
-
-
Method Details
-
getValue
-
getCastType
-
getType
-
getUses
-
accept
-
toString
-