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 TypeMethodDescription(package private) final OverloadMethodSetAbstractConstructorInvokation.getOverloadMethodSet()private OverloadMethodSetAbstractMemberFunctionInvokation.getOverloadMethodSet()protected OverloadMethodSetAbstractMemberFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) protected OverloadMethodSetSuperFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type OverloadMethodSetModifier and TypeMethodDescriptionprivate ExpressionAbstractMemberFunctionInvokation.insertCastOrIgnore(Expression arg, OverloadMethodSet overloadMethodSet, int x) -
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 OverloadMethodSetModifier and TypeMethodDescriptionClassFile.getOverloadMethodSet(MethodPrototype prototype) private OverloadMethodSetClassFile.getOverloadMethodSetInner(MethodPrototype prototype) -
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
Fields in org.benf.cfr.reader.state with type parameters of type OverloadMethodSetModifier and TypeFieldDescriptionprivate final Map<ClassFile, Map<MethodPrototype, OverloadMethodSet>> OverloadMethodSetCache.contentMethods 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)