Uses of Class
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryMethodRef
-
-
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ConstantPoolEntryMethodRef Modifier and Type Method Description private java.util.List<Expression>
Op02WithProcessedDataAndRefs. buildInvokeBootstrapArgs(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef, boolean showBoilerArgs, ClassFile classFile, DCCommonState state, DecompilerComments comments)
private java.util.List<Expression>
Op02WithProcessedDataAndRefs. buildInvokeDynamicAltMetaFactoryArgs(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef, java.util.List<JavaTypeInstance> markerTypes)
private java.util.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 ConstantPoolEntryMethodRef Modifier and Type Field Description private ConstantPoolEntryMethodRef
AbstractConstructorInvokation. function
private ConstantPoolEntryMethodRef
AbstractFunctionInvokation. function
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return ConstantPoolEntryMethodRef Modifier and Type Method Description ConstantPoolEntryMethodRef
AbstractFunctionInvokation. getFunction()
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ConstantPoolEntryMethodRef Modifier and Type Method Description private static InferredJavaType
StaticFunctionInvokation. getTypeForFunction(ConstantPoolEntryMethodRef function, java.util.List<Expression> args)
-
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.entities.bootstrap
Fields in org.benf.cfr.reader.entities.bootstrap declared as ConstantPoolEntryMethodRef Modifier and Type Field Description private ConstantPoolEntryMethodRef
BootstrapMethodInfo. constantPoolEntryMethodRef
Methods in org.benf.cfr.reader.entities.bootstrap that return ConstantPoolEntryMethodRef Modifier and Type Method Description ConstantPoolEntryMethodRef
BootstrapMethodInfo. getConstantPoolEntryMethodRef()
-
Uses of ConstantPoolEntryMethodRef in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return ConstantPoolEntryMethodRef Modifier and Type Method Description ConstantPoolEntryMethodRef
ConstantPoolEntryMethodHandle. getMethodRef()
(package private) ConstantPoolEntryMethodRef
ConstantPool. getMethodRefEntry(int index)
-