Class MethodHandle

java.lang.Object
pascal.taie.ir.exp.MethodHandle
All Implemented Interfaces:
Serializable, Exp, Literal, ReferenceLiteral, RValue

public class MethodHandle extends Object implements ReferenceLiteral
Representation of java.lang.invoke.MethodHandle instances. A method handle is a typed, directly executable reference to an underlying method, constructor, field or similar low-level operation. See https://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html for more details.
See Also: