public static class CurryingArgument.Extraneous extends CurryingArgument
CurryingArgument.Extraneousdata| Constructor and Description |
|---|
Extraneous(Data<java.lang.Object> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpParameter(DumpingBuffer indentBuffer) |
boolean |
isConvertibleType() |
boolean |
isSameType() |
boolean |
isSuperType() |
properTypepublic Extraneous(Data<java.lang.Object> data)
public boolean isConvertibleType()
isConvertibleType in class CurryingArgumentpublic boolean isSameType()
isSameType in class CurryingArgumentpublic boolean isSuperType()
isSuperType in class CurryingArgumentpublic void dumpParameter(DumpingBuffer indentBuffer)
dumpParameter in class CurryingArgument