[Java] Enum IndyInterface.CallType

  • org.codehaus.groovy.vmplugin.v7.IndyInterface.CallType
public enum IndyInterface.CallType

Enum for easy differentiation between call types

Enum Constants Summary

Enum constants classes
Enum constant Description
CAST Cast invocation type
GET Get property invocation type
INIT Constructor invocation type
METHOD Method invocation type
SET Set property invocation type

Methods Summary

Methods
Type Params Return Type Name and description
public static CallType fromCallSiteName(String callSiteName)
public String getCallSiteName()
Returns the name of the call site type

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Enum Constant Detail

public IndyInterface.CallType CAST

Cast invocation type

public IndyInterface.CallType GET

Get property invocation type

public IndyInterface.CallType INIT

Constructor invocation type

public IndyInterface.CallType METHOD

Method invocation type

public IndyInterface.CallType SET

Set property invocation type

Method Detail

public static CallType fromCallSiteName(String callSiteName)

public String getCallSiteName()

Returns the name of the call site type

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/vmplugin/v7/IndyInterface.CallType.html