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 TypeMethodDescriptionvoid
VarArgsRewriter.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 OverloadMethodSet
AbstractConstructorInvokation.getOverloadMethodSet()
private OverloadMethodSet
AbstractMemberFunctionInvokation.getOverloadMethodSet()
protected OverloadMethodSet
AbstractMemberFunctionInvokation.getOverloadMethodSetInner
(JavaTypeInstance objectType) protected OverloadMethodSet
SuperFunctionInvokation.getOverloadMethodSetInner
(JavaTypeInstance objectType) Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type OverloadMethodSetModifier and TypeMethodDescriptionprivate Expression
AbstractMemberFunctionInvokation.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 OverloadMethodSet
ClassFile.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.content
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 TypeMethodDescriptionvoid
OverloadMethodSetCache.set
(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)