Uses of Class
org.benf.cfr.reader.entities.classfilehelpers.OverloadMethodSet
-
-
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 OverloadMethodSet Modifier and Type Method Description void
VarArgsRewriter. rewriteVarArgsArg(OverloadMethodSet overloadMethodSet, MethodPrototype methodPrototype, java.util.List<Expression> args, GenericTypeBinder gtb)
Expression
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 OverloadMethodSet Modifier and Type Method Description (package private) 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 OverloadMethodSet Modifier and Type Method Description private 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 Modifier and Type Method Description OverloadMethodSet
MethodPrototype. getOverloadMethodSet()
-
Uses of OverloadMethodSet in org.benf.cfr.reader.entities
Methods in org.benf.cfr.reader.entities that return OverloadMethodSet Modifier and Type Method Description OverloadMethodSet
ClassFile. 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 OverloadMethodSet Modifier and Type Method Description OverloadMethodSet
OverloadMethodSet. specialiseTo(JavaGenericRefTypeInstance type)
-
Uses of OverloadMethodSet in org.benf.cfr.reader.state
Fields in org.benf.cfr.reader.state with type parameters of type OverloadMethodSet Modifier and Type Field Description private java.util.Map<ClassFile,java.util.Map<MethodPrototype,OverloadMethodSet>>
OverloadMethodSetCache. content
Methods in org.benf.cfr.reader.state that return OverloadMethodSet Modifier and Type Method Description OverloadMethodSet
OverloadMethodSetCache. get(ClassFile classFile, MethodPrototype methodPrototype)
Methods in org.benf.cfr.reader.state with parameters of type OverloadMethodSet Modifier and Type Method Description void
OverloadMethodSetCache. set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)
-