Class InvokeDynamic

java.lang.Object
pascal.taie.ir.exp.InvokeExp
pascal.taie.ir.exp.InvokeDynamic
All Implemented Interfaces:
Serializable, Exp, RValue

public class InvokeDynamic extends InvokeExp
Representation of invokedynamic instructions. For more details about invokedynamic instructions, please refer to https://docs.oracle.com/javase/7/docs/api/java/lang/invoke/package-summary.html
See Also: