Package org.codehaus.groovy.vmplugin.v7
Class Selector
java.lang.Object
org.codehaus.groovy.vmplugin.v7.Selector
@Deprecated
public abstract class Selector
extends java.lang.Object
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object[]
args
Deprecated.boolean
cache
Deprecated.java.lang.invoke.MutableCallSite
callSite
Deprecated.IndyInterface.CallType
callType
Deprecated.boolean
catchException
Deprecated.java.lang.invoke.MethodType
currentType
Deprecated.java.lang.invoke.MethodHandle
handle
Deprecated.boolean
isVargs
Deprecated.MetaMethod
method
Deprecated.java.lang.String
name
Deprecated.java.lang.Object[]
originalArguments
Deprecated.boolean
safeNavigation
Deprecated.boolean
safeNavigationOrig
Deprecated.java.lang.Class<?>
selectionBase
Deprecated.java.lang.Class<?>
sender
Deprecated.boolean
skipSpreadCollector
Deprecated.boolean
spread
Deprecated.java.lang.invoke.MethodType
targetType
Deprecated.boolean
thisCall
Deprecated.boolean
useMetaClass
Deprecated. -
Constructor Summary
Constructors Constructor Description Selector()
Deprecated. -
Method Summary
Modifier and Type Method Description java.lang.Object
getCorrectedReceiver()
Deprecated.ReturnsNullObject.getNullObject()
if the receiver (args[0]) is null.static Selector
getSelector(java.lang.invoke.MutableCallSite callSite, java.lang.Class<?> sender, java.lang.String methodName, int callID, boolean safeNavigation, boolean thisCall, boolean spreadCall, java.lang.Object[] arguments)
Deprecated.Returns the SelectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
args
public java.lang.Object[] argsDeprecated. -
originalArguments
public java.lang.Object[] originalArgumentsDeprecated. -
method
Deprecated. -
targetType
public java.lang.invoke.MethodType targetTypeDeprecated. -
currentType
public java.lang.invoke.MethodType currentTypeDeprecated. -
name
public java.lang.String nameDeprecated. -
handle
public java.lang.invoke.MethodHandle handleDeprecated. -
useMetaClass
public boolean useMetaClassDeprecated. -
cache
public boolean cacheDeprecated. -
callSite
public java.lang.invoke.MutableCallSite callSiteDeprecated. -
sender
public java.lang.Class<?> senderDeprecated. -
isVargs
public boolean isVargsDeprecated. -
spread
public boolean spreadDeprecated. -
skipSpreadCollector
public boolean skipSpreadCollectorDeprecated. -
thisCall
public boolean thisCallDeprecated. -
selectionBase
public java.lang.Class<?> selectionBaseDeprecated. -
catchException
public boolean catchExceptionDeprecated. -
callType
Deprecated.
-
-
Constructor Details
-
Selector
public Selector()Deprecated.
-
-
Method Details
-
getSelector
public static Selector getSelector(java.lang.invoke.MutableCallSite callSite, java.lang.Class<?> sender, java.lang.String methodName, int callID, boolean safeNavigation, boolean thisCall, boolean spreadCall, java.lang.Object[] arguments)Deprecated.Returns the Selector -
getCorrectedReceiver
public java.lang.Object getCorrectedReceiver()Deprecated.ReturnsNullObject.getNullObject()
if the receiver (args[0]) is null. If it is not null, the recevier itself is returned.
-