public static class DynConstructors.Ctor<C> extends DynMethods.UnboundMethod
| Modifier and Type | Method and Description |
|---|---|
DynMethods.BoundMethod |
bind(Object receiver)
Returns this method as a BoundMethod for the given receiver.
|
Class<? extends C> |
getConstructedClass() |
<R> R |
invoke(Object target,
Object... args) |
<R> R |
invokeChecked(Object target,
Object... args) |
boolean |
isStatic() |
C |
newInstance(Object... args) |
C |
newInstanceChecked(Object... args) |
String |
toString() |
asStatic, isNooppublic <R> R invoke(Object target, Object... args)
invoke in class DynMethods.UnboundMethodpublic <R> R invokeChecked(Object target, Object... args) throws Exception
invokeChecked in class DynMethods.UnboundMethodExceptionpublic DynMethods.BoundMethod bind(Object receiver)
DynMethods.UnboundMethodbind in class DynMethods.UnboundMethodreceiver - an Object to receive the method invocationDynMethods.BoundMethod for this method and the receiverpublic boolean isStatic()
isStatic in class DynMethods.UnboundMethodpublic String toString()
toString in class DynMethods.UnboundMethodCopyright © 2018 The Apache Software Foundation. All rights reserved.