public class CurryingArgument
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CurryingArgument.Extraneous |
| Constructor and Description |
|---|
CurryingArgument(java.lang.reflect.Parameter parameter,
Data<?> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpParameter(DumpingBuffer indentBuffer) |
boolean |
isConvertibleType() |
boolean |
isSameType() |
boolean |
isSuperType() |
java.lang.Object |
properType() |
protected final Data<?> data
public CurryingArgument(java.lang.reflect.Parameter parameter,
Data<?> data)
public boolean isSameType()
public boolean isSuperType()
public boolean isConvertibleType()
public java.lang.Object properType()
public void dumpParameter(DumpingBuffer indentBuffer)