Interface LocalVariableTypeInfoVisitor
-
- All Known Implementing Classes:
ClassCleaner
,ClassPrinter
,ClassReferenceFixer
,ClassReferenceInitializer
,CodeAttributeComposer
,CodeAttributeEditor
,ConstantPoolRemapper
,ConstantPoolShrinker
,LocalVariableTypeInfoAdder
,ProcessingInfoSetter
,ProgramClassReader
,ReferencedClassVisitor
,Utf8Shrinker
,VariableRemapper
public interface LocalVariableTypeInfoVisitor
This interface specifies the methods for a visitor ofLocalVariableTypeInfo
instances. Note that there is only a single implementation ofLocalVariableTypeInfo
, such that this interface is not strictly necessary as a visitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo)
-
-
-
Method Detail
-
visitLocalVariableTypeInfo
void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo)
-
-