Package org.apache.iceberg.common
Class DynConstructors.Ctor<C>
java.lang.Object
org.apache.iceberg.common.DynMethods.UnboundMethod
org.apache.iceberg.common.DynConstructors.Ctor<C>
- Enclosing class:
- DynConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns this method as a BoundMethod for the given receiver.<R> RbooleanisStatic()Returns whether the method is a static method.newInstance(Object... args) newInstanceChecked(Object... args) toString()Methods inherited from class org.apache.iceberg.common.DynMethods.UnboundMethodasStatic, isNoop
- 
Method Details- 
newInstanceChecked- Throws:
- Exception
 
- 
newInstance
- 
invoke- Overrides:
- invokein class- DynMethods.UnboundMethod
 
- 
bindDescription copied from class:DynMethods.UnboundMethodReturns this method as a BoundMethod for the given receiver.- Overrides:
- bindin class- DynMethods.UnboundMethod
- Parameters:
- receiver- an Object to receive the method invocation
- Returns:
- a DynMethods.BoundMethodfor this method and the receiver
 
- 
isStaticpublic boolean isStatic()Description copied from class:DynMethods.UnboundMethodReturns whether the method is a static method.- Overrides:
- isStaticin class- DynMethods.UnboundMethod
 
- 
toString- Overrides:
- toStringin class- DynMethods.UnboundMethod
 
 
-