Uses of Class
pascal.taie.ir.exp.InvokeExp
Package
Description
Provides the classes necessary to build and represent a call graph.
-
Uses of InvokeExp in pascal.taie.analysis.graph.callgraph
-
Uses of InvokeExp in pascal.taie.ir.exp
Modifier and TypeClassDescriptionclass
Representation of invokedynamic instructions.class
Representation of instance invocation (virtual, interface, and special) expression.class
Representation of invokeinterface expression, e.g., o.m(...).class
Representation of invokespecial expression, e.g., super.m(...).class
Representation of invokestatic expression, e.g., T.m(...).class
Representation of invokevirtual expression, e.g., o.m(...). -
Uses of InvokeExp in pascal.taie.ir.stmt