public class FunctionReferenceInfo extends java.lang.Object implements CallableReferenceInfo
| Constructor and Description |
|---|
FunctionReferenceInfo(Clazz ownerClass,
KotlinDeclarationContainerMetadata ownerMetadata,
KotlinFunctionMetadata functionMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CallableReferenceInfoVisitor callableReferenceInfoVisitor) |
java.lang.String |
getName()
The Kotlin name of the callable, the one which was declared in the source code (@JvmName doesn't change it).
|
KotlinDeclarationContainerMetadata |
getOwner()
The class or package where the callable should be located, usually specified on the LHS of the '::' operator.
|
java.lang.String |
getSignature()
For functions this is just the jvmSignature.
|
void |
ownerAccept(KotlinMetadataVisitor kotlinMetadataVisitor) |
public FunctionReferenceInfo(Clazz ownerClass, KotlinDeclarationContainerMetadata ownerMetadata, KotlinFunctionMetadata functionMetadata)
public java.lang.String getName()
CallableReferenceInfogetName in interface CallableReferenceInfopublic java.lang.String getSignature()
getSignature in interface CallableReferenceInfopublic KotlinDeclarationContainerMetadata getOwner()
CallableReferenceInfogetOwner in interface CallableReferenceInfopublic void accept(CallableReferenceInfoVisitor callableReferenceInfoVisitor)
accept in interface CallableReferenceInfopublic void ownerAccept(KotlinMetadataVisitor kotlinMetadataVisitor)
ownerAccept in interface CallableReferenceInfo