ProGuard

Uses of Interface
proguard.classfile.visitor.LineNumberInfoVisitor

Packages that use LineNumberInfoVisitor
proguard.classfile This package contains classes to represent various elements of class files. 
proguard.classfile.editor This package contains visitors to edit byte code. 
 

Uses of LineNumberInfoVisitor in proguard.classfile
 

Methods in proguard.classfile with parameters of type LineNumberInfoVisitor
 void LineNumberTableAttrInfo.lineNumbersAccept(ClassFile classFile, MethodInfo methodInfo, CodeAttrInfo codeAttrInfo, LineNumberInfoVisitor lineNumberInfoVisitor)
          Applies the given visitor to all line numbers.
 

Uses of LineNumberInfoVisitor in proguard.classfile.editor
 

Classes in proguard.classfile.editor that implement LineNumberInfoVisitor
 class CodeAttrInfoEditor
          This AttrInfoVisitor accumulates specified changes to code, and then applies these accumulated changes to the code attributes that it visits.
 


ProGuard