Package proguard.classfile.util
Class ConstructorInvocationOffsetFinder
java.lang.Object
proguard.classfile.util.ConstructorInvocationOffsetFinder
- All Implemented Interfaces:
MemberVisitor
This utility class finds the offset of the invocation to the current or super class constructor
after visiting an method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidreset()voidvisitProgramMethod(ProgramClass programClass, ProgramMethod programMethod) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface proguard.classfile.visitor.MemberVisitor
visitAnyMember, visitLibraryField, visitLibraryMember, visitLibraryMethod, visitProgramField, visitProgramMember
-
Constructor Details
-
ConstructorInvocationOffsetFinder
public ConstructorInvocationOffsetFinder()
-
-
Method Details
-
getConstructorCallOffset
public int getConstructorCallOffset() -
reset
public void reset() -
visitProgramMethod
- Specified by:
visitProgramMethodin interfaceMemberVisitor
-