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 ConstantPoolEntryMethodRefAbstractConstructorInvokation. functionprivate ConstantPoolEntryMethodRefAbstractFunctionInvokation. functionMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return ConstantPoolEntryMethodRef Modifier and Type Method Description ConstantPoolEntryMethodRefAbstractFunctionInvokation. getFunction()Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ConstantPoolEntryMethodRef Modifier and Type Method Description private static InferredJavaTypeStaticFunctionInvokation. 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 ConstantPoolEntryMethodRefBootstrapMethodInfo. constantPoolEntryMethodRefMethods in org.benf.cfr.reader.entities.bootstrap that return ConstantPoolEntryMethodRef Modifier and Type Method Description ConstantPoolEntryMethodRefBootstrapMethodInfo. 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 ConstantPoolEntryMethodRefConstantPoolEntryMethodHandle. getMethodRef()(package private) ConstantPoolEntryMethodRefConstantPool. getMethodRefEntry(int index)
-