Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.MethodPrototype
Packages that use MethodPrototype
Package
Description
-
Uses of MethodPrototype in org.benf.cfr.reader.bytecode.analysis.opgraph
Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type MethodPrototypeModifier and TypeMethodDescriptionstatic voidOp04StructuredStatement.fixInnerClassConstructorSyntheticOuterArgs(ClassFile classFile, Method method, Op04StructuredStatement root, Set<MethodPrototype> processed) -
Uses of MethodPrototype in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type MethodPrototypeModifier and TypeMethodDescriptionvoidVarArgsRewriter.rewriteVarArgsArg(OverloadMethodSet overloadMethodSet, MethodPrototype methodPrototype, List<Expression> args, GenericTypeBinder gtb) PrimitiveBoxingRewriter.sugarParameterBoxing(Expression in, int argIdx, OverloadMethodSet possibleMethods, GenericTypeBinder gtb, MethodPrototype methodPrototype) -
Uses of MethodPrototype in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util that return MethodPrototypeModifier and TypeMethodDescriptionstatic MethodPrototypeConstructorUtils.getDelegatingPrototype(Method constructor) -
Uses of MethodPrototype in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return MethodPrototypeModifier and TypeMethodDescriptionConstructorInvokationSimple.getConstructorPrototype()protected final MethodPrototypeAbstractConstructorInvokation.getMethodPrototype()AbstractFunctionInvokation.getMethodPrototype()Constructors in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type MethodPrototypeModifierConstructorDescriptionLambdaExpressionFallback(BytecodeLoc loc, JavaTypeInstance callClassType, InferredJavaType castJavaType, MethodPrototype lambdaFn, List<JavaTypeInstance> targetFnArgTypes, List<Expression> curriedArgs, boolean instance) -
Uses of MethodPrototype in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.utils.scope with parameters of type MethodPrototypeModifierConstructorDescriptionLValueScopeDiscoverImpl(Options options, MethodPrototype prototype, VariableFactory variableFactory, ClassFileVersion version) -
Uses of MethodPrototype in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type MethodPrototypeModifier and TypeMethodDescriptionbooleanMethodPrototype.equalsGeneric(MethodPrototype other) booleanMethodPrototype.equalsGeneric(MethodPrototype other, GenericTypeBinder genericTypeBinder) booleanMethodPrototype.equalsMatch(MethodPrototype other) voidMethodPrototype.setDescriptorProto(MethodPrototype descriptorProto) -
Uses of MethodPrototype in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities that return MethodPrototypeMethods in org.benf.cfr.reader.entities with parameters of type MethodPrototypeModifier and TypeMethodDescriptionClassFile.getMethodByPrototype(MethodPrototype prototype) ClassFile.getMethodByPrototypeOrNull(MethodPrototype prototype) ClassFile.getOverloadMethodSet(MethodPrototype prototype) -
Uses of MethodPrototype in org.benf.cfr.reader.entities.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers with parameters of type MethodPrototypeModifier and TypeMethodDescriptionClassFileDumperAnonymousInner.dumpWithArgs(ClassFile classFile, MethodPrototype usedMethod, List<Expression> args, boolean isEnum, Dumper d) Constructors in org.benf.cfr.reader.entities.classfilehelpers with parameters of type MethodPrototypeModifierConstructorDescriptionOverloadMethodSet(ClassFile classFile, MethodPrototype actualPrototype, List<MethodPrototype> allPrototypes) Constructor parameters in org.benf.cfr.reader.entities.classfilehelpers with type arguments of type MethodPrototypeModifierConstructorDescriptionOverloadMethodSet(ClassFile classFile, MethodPrototype actualPrototype, List<MethodPrototype> allPrototypes) -
Uses of MethodPrototype in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return MethodPrototypeModifier and TypeMethodDescriptionConstantPoolEntryMethodRef.getMethodPrototype()static MethodPrototypeConstantPoolUtils.parseJavaMethodPrototype(DCCommonState state, ClassFile classFile, JavaTypeInstance classType, String name, boolean instanceMethod, Method.MethodConstructor constructorFlag, ConstantPoolEntryUTF8 prototype, ConstantPool cp, boolean varargs, boolean synthetic, VariableNamer variableNamer, String originalDescriptor) -
Uses of MethodPrototype in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state with parameters of type MethodPrototypeModifier and TypeMethodDescriptionOverloadMethodSetCache.get(ClassFile classFile, MethodPrototype methodPrototype) TypeUsageCollectingDumper.methodName(String s, MethodPrototype p, boolean special, boolean defines) voidOverloadMethodSetCache.set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet) -
Uses of MethodPrototype in org.benf.cfr.reader.util.lambda
Methods in org.benf.cfr.reader.util.lambda that return MethodPrototypeModifier and TypeMethodDescriptionstatic MethodPrototypeLambdaUtils.getLiteralProto(Expression arg) -
Uses of MethodPrototype in org.benf.cfr.reader.util.output
Methods in org.benf.cfr.reader.util.output with parameters of type MethodPrototypeModifier and TypeMethodDescriptionDelegatingDumper.methodName(String s, MethodPrototype p, boolean special, boolean defines) Dumper.methodName(String s, MethodPrototype p, boolean special, boolean defines) StreamDumper.methodName(String s, MethodPrototype p, boolean special, boolean defines) TokenStreamDumper.methodName(String s, MethodPrototype p, boolean special, boolean defines) ToStringDumper.methodName(String s, MethodPrototype p, boolean special, boolean defines)