Uses of Class
org.benf.cfr.reader.entities.classfilehelpers.OverloadMethodSet
Packages that use OverloadMethodSet
Package
Description
-
Uses of OverloadMethodSet in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type OverloadMethodSetModifier 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 OverloadMethodSet in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return OverloadMethodSetModifier and TypeMethodDescriptionprotected OverloadMethodSetAbstractMemberFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) protected OverloadMethodSetSuperFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) -
Uses of OverloadMethodSet in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return OverloadMethodSet -
Uses of OverloadMethodSet in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities that return OverloadMethodSet -
Uses of OverloadMethodSet in org.benf.cfr.reader.entities.classfilehelpers
Methods in org.benf.cfr.reader.entities.classfilehelpers that return OverloadMethodSetModifier and TypeMethodDescriptionOverloadMethodSet.specialiseTo(JavaGenericRefTypeInstance type) -
Uses of OverloadMethodSet in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return OverloadMethodSetModifier and TypeMethodDescriptionOverloadMethodSetCache.get(ClassFile classFile, MethodPrototype methodPrototype) Methods in org.benf.cfr.reader.state with parameters of type OverloadMethodSetModifier and TypeMethodDescriptionvoidOverloadMethodSetCache.set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)