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 voidVarArgsRewriter. rewriteVarArgsArg(OverloadMethodSet overloadMethodSet, MethodPrototype methodPrototype, java.util.List<Expression> args, GenericTypeBinder gtb)ExpressionPrimitiveBoxingRewriter. 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) 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 OverloadMethodSet Modifier and Type Method Description private 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 Modifier and Type Method Description OverloadMethodSetMethodPrototype. 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 OverloadMethodSetClassFile. 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 OverloadMethodSet Modifier and Type Method Description OverloadMethodSetOverloadMethodSet. 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. contentMethods in org.benf.cfr.reader.state that return OverloadMethodSet Modifier and Type Method Description OverloadMethodSetOverloadMethodSetCache. get(ClassFile classFile, MethodPrototype methodPrototype)Methods in org.benf.cfr.reader.state with parameters of type OverloadMethodSet Modifier and Type Method Description voidOverloadMethodSetCache. set(ClassFile classFile, MethodPrototype methodPrototype, OverloadMethodSet overloadMethodSet)
-