public static class JMethod.Specialization extends Object implements Serializable
Constructor and Description |
---|
Specialization(List<JType> params,
JType returns,
String target) |
Modifier and Type | Method and Description |
---|---|
List<JType> |
getParams() |
JType |
getReturns() |
String |
getTarget() |
JMethod |
getTargetMethod() |
String |
getTargetSignature(JMethod instanceMethod) |
void |
resolve(List<JType> resolvedParams,
JType resolvedReturn,
JMethod targetMethod) |
Copyright © 2018. All rights reserved.