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