Uses of Interface
org.eclipse.jdt.core.util.IBytecodeVisitor
Packages that use IBytecodeVisitor
Package
Description
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Uses of IBytecodeVisitor in org.eclipse.jdt.core.util
Classes in org.eclipse.jdt.core.util that implement IBytecodeVisitorModifier and TypeClassDescriptionclass
Adapter that implements the IBytecodeVisitor.Methods in org.eclipse.jdt.core.util with parameters of type IBytecodeVisitorModifier and TypeMethodDescriptionvoid
ICodeAttribute.traverse
(IBytecodeVisitor visitor) Define a Java opcodes walker.