Package org.codehaus.groovy.vmplugin.v7
Class IndyGuardsFiltersAndSignatures
- java.lang.Object
- 
- org.codehaus.groovy.vmplugin.v7.IndyGuardsFiltersAndSignatures
 
- 
 public class IndyGuardsFiltersAndSignatures extends java.lang.ObjectThis class contains guards, runtime filters and MethodType signatures used by indy.
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.lang.invoke.MethodHandleARRAYLIST_CONSTRUCTORprotected static java.lang.invoke.MethodHandleBEAN_CONSTRUCTOR_PROPERTY_SETTERprotected static java.lang.invoke.MethodHandleBOOLEAN_IDENTITYprotected static java.lang.invoke.MethodHandleCLASS_FOR_NAMEprotected static java.lang.invoke.MethodHandleDTT_CAST_TO_TYPEprotected static java.lang.invoke.MethodHandleEQUALSprotected static java.lang.invoke.MethodHandleGROOVY_CAST_EXCEPTIONprotected static java.lang.invoke.MethodHandleGROOVY_OBJECT_GET_PROPERTYprotected static java.lang.invoke.MethodHandleGROOVY_OBJECT_INVOKERprotected static java.lang.invoke.MethodHandleHAS_CATEGORY_IN_CURRENT_THREAD_GUARDprotected static java.lang.invoke.MethodHandleHASHSET_CONSTRUCTORprotected static java.lang.invoke.MethodHandleINTERCEPTABLE_INVOKERprotected static java.lang.invoke.MethodHandleIS_NULLprotected static java.lang.invoke.MethodHandleMETA_CLASS_INVOKE_STATIC_METHODprotected static java.lang.invoke.MethodHandleMETA_METHOD_INVOKERprotected static java.lang.invoke.MethodHandleMETA_PROPERTY_GETTERprotected static java.lang.invoke.MethodHandleMOP_GETprotected static java.lang.invoke.MethodHandleMOP_INVOKE_CONSTRUCTORprotected static java.lang.invoke.MethodHandleMOP_INVOKE_METHODprotected static java.lang.invoke.MethodHandleNULL_REFprotected static java.lang.invoke.MethodHandleSAM_CONVERSIONprotected static java.lang.invoke.MethodHandleSAME_CLASSprotected static java.lang.invoke.MethodHandleSAME_MCprotected static java.lang.invoke.MethodHandleSLOW_META_CLASS_FINDprotected static java.lang.invoke.MethodHandleUNWRAP_EXCEPTIONprotected static java.lang.invoke.MethodHandleUNWRAP_METHOD
 - 
Constructor SummaryConstructors Constructor Description IndyGuardsFiltersAndSignatures()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectinvokeGroovyObjectInvoker(MissingMethodException e, java.lang.Object receiver, java.lang.String name, java.lang.Object[] args)GroovyObject.invokeMethod(String, Object)path as fallback.static booleanisNull(java.lang.Object o)Guard to check if the argument is null.static booleanisSameMetaClass(MetaClass mc, java.lang.Object receiver)called by handlestatic booleansameClass(java.lang.Class c, java.lang.Object o)Guard to check if the provided Object has the same class as the provided Class.static java.lang.ObjectsetBeanProperties(MetaClass mc, java.lang.Object bean, java.util.Map properties)This method is called by the handle to realize the bean constructor with property map.static java.lang.Objectunwrap(GroovyRuntimeException gre)Unwraps aGroovyRuntimeException.static java.lang.Objectunwrap(java.lang.Object o)Unwraps aWrapper.
 
- 
- 
- 
Field Detail- 
SAME_CLASSprotected static final java.lang.invoke.MethodHandle SAME_CLASS 
 - 
UNWRAP_METHODprotected static final java.lang.invoke.MethodHandle UNWRAP_METHOD 
 - 
SAME_MCprotected static final java.lang.invoke.MethodHandle SAME_MC 
 - 
IS_NULLprotected static final java.lang.invoke.MethodHandle IS_NULL 
 - 
UNWRAP_EXCEPTIONprotected static final java.lang.invoke.MethodHandle UNWRAP_EXCEPTION 
 - 
META_METHOD_INVOKERprotected static final java.lang.invoke.MethodHandle META_METHOD_INVOKER 
 - 
GROOVY_OBJECT_INVOKERprotected static final java.lang.invoke.MethodHandle GROOVY_OBJECT_INVOKER 
 - 
GROOVY_OBJECT_GET_PROPERTYprotected static final java.lang.invoke.MethodHandle GROOVY_OBJECT_GET_PROPERTY 
 - 
HAS_CATEGORY_IN_CURRENT_THREAD_GUARDprotected static final java.lang.invoke.MethodHandle HAS_CATEGORY_IN_CURRENT_THREAD_GUARD 
 - 
BEAN_CONSTRUCTOR_PROPERTY_SETTERprotected static final java.lang.invoke.MethodHandle BEAN_CONSTRUCTOR_PROPERTY_SETTER 
 - 
META_PROPERTY_GETTERprotected static final java.lang.invoke.MethodHandle META_PROPERTY_GETTER 
 - 
SLOW_META_CLASS_FINDprotected static final java.lang.invoke.MethodHandle SLOW_META_CLASS_FIND 
 - 
META_CLASS_INVOKE_STATIC_METHODprotected static final java.lang.invoke.MethodHandle META_CLASS_INVOKE_STATIC_METHOD 
 - 
MOP_GETprotected static final java.lang.invoke.MethodHandle MOP_GET 
 - 
MOP_INVOKE_CONSTRUCTORprotected static final java.lang.invoke.MethodHandle MOP_INVOKE_CONSTRUCTOR 
 - 
MOP_INVOKE_METHODprotected static final java.lang.invoke.MethodHandle MOP_INVOKE_METHOD 
 - 
INTERCEPTABLE_INVOKERprotected static final java.lang.invoke.MethodHandle INTERCEPTABLE_INVOKER 
 - 
CLASS_FOR_NAMEprotected static final java.lang.invoke.MethodHandle CLASS_FOR_NAME 
 - 
BOOLEAN_IDENTITYprotected static final java.lang.invoke.MethodHandle BOOLEAN_IDENTITY 
 - 
DTT_CAST_TO_TYPEprotected static final java.lang.invoke.MethodHandle DTT_CAST_TO_TYPE 
 - 
SAM_CONVERSIONprotected static final java.lang.invoke.MethodHandle SAM_CONVERSION 
 - 
HASHSET_CONSTRUCTORprotected static final java.lang.invoke.MethodHandle HASHSET_CONSTRUCTOR 
 - 
ARRAYLIST_CONSTRUCTORprotected static final java.lang.invoke.MethodHandle ARRAYLIST_CONSTRUCTOR 
 - 
GROOVY_CAST_EXCEPTIONprotected static final java.lang.invoke.MethodHandle GROOVY_CAST_EXCEPTION 
 - 
EQUALSprotected static final java.lang.invoke.MethodHandle EQUALS 
 - 
NULL_REFprotected static final java.lang.invoke.MethodHandle NULL_REF 
 
- 
 - 
Method Detail- 
setBeanPropertiespublic static java.lang.Object setBeanProperties(MetaClass mc, java.lang.Object bean, java.util.Map properties) This method is called by the handle to realize the bean constructor with property map.
 - 
invokeGroovyObjectInvokerpublic static java.lang.Object invokeGroovyObjectInvoker(MissingMethodException e, java.lang.Object receiver, java.lang.String name, java.lang.Object[] args) GroovyObject.invokeMethod(String, Object)path as fallback. This method is called by the handle as exception handler in case the selected method causes a MissingMethodExecutionFailed, where we will just give through the exception, and a normal MissingMethodException where we callGroovyObject.invokeMethod(String, Object)if receiver class, the type transported by the exception and the name for the method stored in the exception and our current method name are equal. Should those conditions not apply we just rethrow the exception.
 - 
unwrappublic static java.lang.Object unwrap(GroovyRuntimeException gre) throws java.lang.Throwable Unwraps aGroovyRuntimeException. This method is called by the handle to unwrap internal exceptions of the runtime.- Throws:
- java.lang.Throwable
 
 - 
isSameMetaClasspublic static boolean isSameMetaClass(MetaClass mc, java.lang.Object receiver) called by handle
 - 
unwrappublic static java.lang.Object unwrap(java.lang.Object o) Unwraps aWrapper. This method is called by the handle to unwrap a Wrapper, which we use to force method selection.
 - 
isNullpublic static boolean isNull(java.lang.Object o) Guard to check if the argument is null. This method is called by the handle to check if the provided argument is null.
 - 
sameClasspublic static boolean sameClass(java.lang.Class c, java.lang.Object o)Guard to check if the provided Object has the same class as the provided Class. This method will return false if the Object is null.
 
- 
 
-