Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryMethodRef
Packages that use ConstantPoolEntryMethodRef
Package
Description
-
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ConstantPoolEntryMethodRefModifier and TypeMethodDescriptionprivate List<Expression>
Op02WithProcessedDataAndRefs.buildInvokeBootstrapArgs
(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef, boolean showBoilerArgs, ClassFile classFile, DCCommonState state, DecompilerComments comments) private List<Expression>
Op02WithProcessedDataAndRefs.buildInvokeDynamicAltMetaFactoryArgs
(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef, List<JavaTypeInstance> markerTypes) private List<Expression>
Op02WithProcessedDataAndRefs.buildInvokeDynamicMetaFactoryArgs
(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef) -
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as ConstantPoolEntryMethodRefModifier and TypeFieldDescriptionprivate final ConstantPoolEntryMethodRef
AbstractConstructorInvokation.function
private final ConstantPoolEntryMethodRef
AbstractFunctionInvokation.function
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return ConstantPoolEntryMethodRefMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ConstantPoolEntryMethodRefModifier and TypeMethodDescriptionprivate static InferredJavaType
StaticFunctionInvokation.getTypeForFunction
(ConstantPoolEntryMethodRef function, List<Expression> args) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ConstantPoolEntryMethodRefModifierConstructorDescription(package private)
AbstractConstructorInvokation
(BytecodeLoc loc, InferredJavaType inferredJavaType, ConstantPoolEntryMethodRef function, List<Expression> args) (package private)
AbstractFunctionInvokation
(BytecodeLoc loc, ConstantPoolEntryMethodRef function, InferredJavaType inferredJavaType) (package private)
AbstractMemberFunctionInvokation
(BytecodeLoc loc, ConstantPool cp, ConstantPoolEntryMethodRef function, Expression object, List<Expression> args, List<Boolean> nulls) (package private)
AbstractMemberFunctionInvokation
(BytecodeLoc loc, ConstantPool cp, ConstantPoolEntryMethodRef function, Expression object, JavaTypeInstance bestType, List<Expression> args, List<Boolean> nulls) private
MemberFunctionInvokation
(BytecodeLoc loc, ConstantPool cp, ConstantPoolEntryMethodRef function, Expression object, boolean special, List<Expression> args, List<Boolean> nulls) MemberFunctionInvokation
(BytecodeLoc loc, ConstantPool cp, ConstantPoolEntryMethodRef function, Expression object, JavaTypeInstance bestType, boolean special, List<Expression> args, List<Boolean> nulls) StaticFunctionInvokation
(BytecodeLoc loc, ConstantPoolEntryMethodRef function, List<Expression> args) private
StaticFunctionInvokation
(BytecodeLoc loc, ConstantPoolEntryMethodRef function, List<Expression> args, Expression object) SuperFunctionInvokation
(BytecodeLoc loc, ConstantPool cp, ConstantPoolEntryMethodRef function, Expression object, List<Expression> args, List<Boolean> nulls, boolean isOnInterface) private
SuperFunctionInvokation
(BytecodeLoc loc, ConstantPool cp, ConstantPoolEntryMethodRef function, Expression object, List<Expression> args, List<Boolean> nulls, boolean isOnInterface, JavaTypeInstance name) -
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.entities.bootstrap
Fields in org.benf.cfr.reader.entities.bootstrap declared as ConstantPoolEntryMethodRefModifier and TypeFieldDescriptionprivate final ConstantPoolEntryMethodRef
BootstrapMethodInfo.constantPoolEntryMethodRef
Methods in org.benf.cfr.reader.entities.bootstrap that return ConstantPoolEntryMethodRef -
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryMethodRefModifier and TypeMethodDescriptionConstantPoolEntryMethodHandle.getMethodRef()
(package private) ConstantPoolEntryMethodRef
ConstantPool.getMethodRefEntry
(int index)