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 Summary
Fields 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 Summary
Constructors Constructor Description Selector()Deprecated.
-
Method Summary
All 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
-
args
public Object[] args
Deprecated.
-
originalArguments
public Object[] originalArguments
Deprecated.
-
method
public MetaMethod method
Deprecated.
-
targetType
public MethodType targetType
Deprecated.
-
currentType
public MethodType currentType
Deprecated.
-
name
public String name
Deprecated.
-
handle
public MethodHandle handle
Deprecated.
-
useMetaClass
public boolean useMetaClass
Deprecated.
-
cache
public boolean cache
Deprecated.
-
callSite
public MutableCallSite callSite
Deprecated.
-
sender
public Class<?> sender
Deprecated.
-
isVargs
public boolean isVargs
Deprecated.
-
safeNavigation
public boolean safeNavigation
Deprecated.
-
safeNavigationOrig
public boolean safeNavigationOrig
Deprecated.
-
spread
public boolean spread
Deprecated.
-
skipSpreadCollector
public boolean skipSpreadCollector
Deprecated.
-
thisCall
public boolean thisCall
Deprecated.
-
selectionBase
public Class<?> selectionBase
Deprecated.
-
catchException
public boolean catchException
Deprecated.
-
callType
public IndyInterface.CallType callType
Deprecated.
-
-
Method Detail
-
getSelector
public static Selector getSelector(MutableCallSite callSite, Class<?> sender, String methodName, int callID, boolean safeNavigation, boolean thisCall, boolean spreadCall, Object[] arguments)
Deprecated.Returns the Selector
-
getCorrectedReceiver
public Object getCorrectedReceiver()
Deprecated.ReturnsNullObject.getNullObject()if the receiver (args[0]) is null. If it is not null, the recevier itself is returned.
-
-