Uses of Class
pascal.taie.ir.exp.InvokeInstanceExp
Packages that use InvokeInstanceExp
-
Uses of InvokeInstanceExp in pascal.taie.ir.exp
Subclasses of InvokeInstanceExp in pascal.taie.ir.expModifier and TypeClassDescriptionclass
Representation of invokeinterface expression, e.g., o.m(...).class
Representation of invokespecial expression, e.g., super.m(...).class
Representation of invokevirtual expression, e.g., o.m(...).