Package org.codehaus.groovy.vmplugin.v8
Class Selector
- java.lang.Object
- 
- org.codehaus.groovy.vmplugin.v8.Selector
 
- 
 public abstract class Selector extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description Object[]argsbooleancacheMutableCallSitecallSiteIndyInterface.CallTypecallTypebooleancatchExceptionMethodTypecurrentTypeMethodHandlehandlebooleanisVargsMetaMethodmethodStringnameObject[]originalArgumentsbooleansafeNavigationbooleansafeNavigationOrigClass<?>selectionBaseClass<?>senderbooleanskipSpreadCollectorbooleanspreadMethodTypetargetTypebooleanthisCallbooleanuseMetaClass
 - 
Constructor SummaryConstructors Constructor Description Selector()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCorrectedReceiver()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)Returns the Selector
 
- 
- 
- 
Field Detail- 
argspublic Object[] args 
 - 
originalArgumentspublic Object[] originalArguments 
 - 
methodpublic MetaMethod method 
 - 
targetTypepublic MethodType targetType 
 - 
currentTypepublic MethodType currentType 
 - 
namepublic String name 
 - 
handlepublic MethodHandle handle 
 - 
useMetaClasspublic boolean useMetaClass 
 - 
cachepublic boolean cache 
 - 
callSitepublic MutableCallSite callSite 
 - 
senderpublic Class<?> sender 
 - 
isVargspublic boolean isVargs 
 - 
safeNavigationpublic boolean safeNavigation 
 - 
safeNavigationOrigpublic boolean safeNavigationOrig 
 - 
spreadpublic boolean spread 
 - 
skipSpreadCollectorpublic boolean skipSpreadCollector 
 - 
thisCallpublic boolean thisCall 
 - 
selectionBasepublic Class<?> selectionBase 
 - 
catchExceptionpublic boolean catchException 
 - 
callTypepublic IndyInterface.CallType callType 
 
- 
 - 
Method Detail- 
getSelectorpublic static Selector getSelector(MutableCallSite callSite, Class<?> sender, String methodName, int callID, boolean safeNavigation, boolean thisCall, boolean spreadCall, Object[] arguments) Returns the Selector
 - 
getCorrectedReceiverpublic Object getCorrectedReceiver() ReturnsNullObject.getNullObject()if the receiver (args[0]) is null. If it is not null, the recevier itself is returned.
 
- 
 
-