Class CallableReferenceInfoToOwnerVisitor
- java.lang.Object
-
- proguard.classfile.kotlin.reflect.visitor.CallableReferenceInfoToOwnerVisitor
-
- All Implemented Interfaces:
CallableReferenceInfoVisitor
public class CallableReferenceInfoToOwnerVisitor extends java.lang.Object implements CallableReferenceInfoVisitor
-
-
Constructor Summary
Constructors Constructor Description CallableReferenceInfoToOwnerVisitor(KotlinMetadataVisitor kotlinMetadataVisitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitAnyCallableReferenceInfo(CallableReferenceInfo callableReferenceInfo)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface proguard.classfile.kotlin.reflect.visitor.CallableReferenceInfoVisitor
visitFunctionReferenceInfo, visitJavaReferenceInfo, visitLocalVariableReferenceInfo, visitPropertyReferenceInfo
-
-
-
-
Constructor Detail
-
CallableReferenceInfoToOwnerVisitor
public CallableReferenceInfoToOwnerVisitor(KotlinMetadataVisitor kotlinMetadataVisitor)
-
-
Method Detail
-
visitAnyCallableReferenceInfo
public void visitAnyCallableReferenceInfo(CallableReferenceInfo callableReferenceInfo)
- Specified by:
visitAnyCallableReferenceInfo
in interfaceCallableReferenceInfoVisitor
-
-