Modifier and Type | Method and Description |
---|---|
void |
VarArgsRewriter.rewriteVarArgsArg(OverloadMethodSet overloadMethodSet,
MethodPrototype methodPrototype,
List<Expression> args,
GenericTypeBinder gtb) |
Expression |
PrimitiveBoxingRewriter.sugarParameterBoxing(Expression in,
int argIdx,
OverloadMethodSet possibleMethods,
GenericTypeBinder gtb,
MethodPrototype methodPrototype) |
Modifier and Type | Method and Description |
---|---|
protected OverloadMethodSet |
SuperFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) |
protected OverloadMethodSet |
AbstractMemberFunctionInvokation.getOverloadMethodSetInner(JavaTypeInstance objectType) |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
MethodPrototype.getOverloadMethodSet() |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
ClassFile.getOverloadMethodSet(MethodPrototype prototype) |
Modifier and Type | Method and Description |
---|---|
OverloadMethodSet |
OverloadMethodSet.specialiseTo(JavaGenericRefTypeInstance type) |
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) |
Copyright © 2011-2021. All Rights Reserved.