public enum IndyInterface.CallType
Enum for easy differentiation between call types
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static IndyInterface.CallType |
fromCallSiteName(String callSiteName)Resolves a call type by its bootstrap call-site name. |
|
public String |
getCallSiteName()Returns the name of the call site type |
Cast invocation type
Get property invocation type
Constructor invocation type
Method invocation type
Set property invocation type
Resolves a call type by its bootstrap call-site name.
callSiteName - the bootstrap call-site namenull if unknownReturns the name of the call site type
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.