private static class ClassMapping.MethodData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<JavaTypeInstance> |
args |
Constructor and Description |
---|
MethodData(java.util.List<JavaTypeInstance> argTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
java.util.List<JavaTypeInstance> args
MethodData(java.util.List<JavaTypeInstance> argTypes)