Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
(package private) OverloadMethodSet |
AbstractConstructorInvokation.getOverloadMethodSet() |
private OverloadMethodSet |
AbstractMemberFunctionInvokation.getOverloadMethodSet() |
protected OverloadMethodSet |
AbstractMemberFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) |
protected OverloadMethodSet |
SuperFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) |
Modifier and Type | Method and Description |
---|---|
private Expression |
AbstractMemberFunctionInvokation.insertCastOrIgnore(Expression arg,
OverloadMethodSet overloadMethodSet,
int x) |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
MethodPrototype.getOverloadMethodSet() |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
ClassFile.getOverloadMethodSet(MethodPrototype prototype) |
private OverloadMethodSet |
ClassFile.getOverloadMethodSetInner(MethodPrototype prototype) |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
OverloadMethodSet.specialiseTo(JavaGenericRefTypeInstance type) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ClassFile,java.util.Map<MethodPrototype,OverloadMethodSet>> |
OverloadMethodSetCache.content |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
OverloadMethodSetCache.get(ClassFile classFile,
MethodPrototype methodPrototype) |
Modifier and Type | Method and Description |
---|---|
void |
OverloadMethodSetCache.set(ClassFile classFile,
MethodPrototype methodPrototype,
OverloadMethodSet overloadMethodSet) |