Interface | Description |
---|---|
VisitAcceptor |
Interface denoting an entity that can accept a
BCVisitor and
provide its internal state to it. |
Class | Description |
---|---|
BCVisitor |
Base class for visitors on a bytecode entity.
|
PrettyPrintVisitor |
Visitor type that outputs a detailed, formatted document of the
visited entity; similar to the javap -c command but more detailed.
|
Bytecode Visitor
This package implements the visitor pattern on bytecode entities and provides a useful concrete visitor that pretty-prints a detailed document describing any bytecode entity.
Copyright © 2002–2019. All rights reserved.