Uses of Class
pascal.taie.ir.proginfo.MethodRef
Package
Description
Provides functionality related to management of classes (class loading,
class members, class hierarchy, etc.) in the program being analyzed.
-
Uses of MethodRef in pascal.taie.ir.exp
Modifier and TypeFieldDescriptionprotected final MethodRef
InvokeExp.methodRef
The method reference at the invocation.Modifier and TypeMethodDescriptionInvokeDynamic.getBootstrapMethodRef()
InvokeDynamic.getMethodRef()
InvokeExp.getMethodRef()
MethodHandle.getMethodRef()
ModifierConstructorDescriptionInvokeDynamic
(MethodRef bootstrapMethodRef, String methodName, MethodType methodType, List<Literal> bootstrapArgs, List<Var> args) protected
protected
InvokeInstanceExp
(MethodRef methodRef, Var base, List<Var> args) InvokeInterface
(MethodRef methodRef, Var base, List<Var> args) InvokeSpecial
(MethodRef methodRef, Var base, List<Var> args) InvokeStatic
(MethodRef methodRef, List<Var> args) InvokeVirtual
(MethodRef methodRef, Var base, List<Var> args) -
Uses of MethodRef in pascal.taie.ir.proginfo
-
Uses of MethodRef in pascal.taie.ir.stmt
-
Uses of MethodRef in pascal.taie.language.classes
Modifier and TypeMethodDescriptionDispatches a method reference on a receiver class.Dispatches a method reference on a receiver type.static String
StringReps.getDescriptorOf
(MethodRef methodRef) static String
StringReps.getSubsignatureOf
(MethodRef methodRef) ClassHierarchy.resolveMethod
(MethodRef methodRef) Resolves a method reference.ClassHierarchyImpl.resolveMethod
(MethodRef methodRef)