Package org.codehaus.groovy.vmplugin.v7
Class Selector
- java.lang.Object
- 
- org.codehaus.groovy.vmplugin.v7.Selector
 
- 
 @Deprecated public abstract class Selector extends Object Deprecated.
- 
- 
Field SummaryFields Modifier and Type Field Description Object[]argsDeprecated.booleancacheDeprecated.MutableCallSitecallSiteDeprecated.IndyInterface.CallTypecallTypeDeprecated.booleancatchExceptionDeprecated.MethodTypecurrentTypeDeprecated.MethodHandlehandleDeprecated.booleanisVargsDeprecated.MetaMethodmethodDeprecated.StringnameDeprecated.Object[]originalArgumentsDeprecated.booleansafeNavigationDeprecated.booleansafeNavigationOrigDeprecated.Class<?>selectionBaseDeprecated.Class<?>senderDeprecated.booleanskipSpreadCollectorDeprecated.booleanspreadDeprecated.MethodTypetargetTypeDeprecated.booleanthisCallDeprecated.booleanuseMetaClassDeprecated.
 - 
Constructor SummaryConstructors Constructor Description Selector()Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetCorrectedReceiver()Deprecated.ReturnsNullObject.getNullObject()if the receiver (args[0]) is null.static SelectorgetSelector(MutableCallSite callSite, Class<?> sender, String methodName, int callID, boolean safeNavigation, boolean thisCall, boolean spreadCall, Object[] arguments)Deprecated.Returns the Selector
 
- 
- 
- 
Field Detail- 
argspublic Object[] args Deprecated.
 - 
originalArgumentspublic Object[] originalArguments Deprecated.
 - 
methodpublic MetaMethod method Deprecated.
 - 
targetTypepublic MethodType targetType Deprecated.
 - 
currentTypepublic MethodType currentType Deprecated.
 - 
namepublic String name Deprecated.
 - 
handlepublic MethodHandle handle Deprecated.
 - 
useMetaClasspublic boolean useMetaClass Deprecated.
 - 
cachepublic boolean cache Deprecated.
 - 
callSitepublic MutableCallSite callSite Deprecated.
 - 
senderpublic Class<?> sender Deprecated.
 - 
isVargspublic boolean isVargs Deprecated.
 - 
safeNavigationpublic boolean safeNavigation Deprecated.
 - 
safeNavigationOrigpublic boolean safeNavigationOrig Deprecated.
 - 
spreadpublic boolean spread Deprecated.
 - 
skipSpreadCollectorpublic boolean skipSpreadCollector Deprecated.
 - 
thisCallpublic boolean thisCall Deprecated.
 - 
selectionBasepublic Class<?> selectionBase Deprecated.
 - 
catchExceptionpublic boolean catchException Deprecated.
 - 
callTypepublic IndyInterface.CallType callType Deprecated.
 
- 
 - 
Method Detail- 
getSelectorpublic static Selector getSelector(MutableCallSite callSite, Class<?> sender, String methodName, int callID, boolean safeNavigation, boolean thisCall, boolean spreadCall, Object[] arguments) Deprecated.Returns the Selector
 - 
getCorrectedReceiverpublic Object getCorrectedReceiver() Deprecated.ReturnsNullObject.getNullObject()if the receiver (args[0]) is null. If it is not null, the recevier itself is returned.
 
- 
 
-