|
TechTrader Bytecode Toolkit | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
VisitAcceptor | Interface denoting an entity that can accept a BCVisitor and provide its internal state to it. |
Class Summary | |
BCVisitor | Base class for visitors on a bytecode class. |
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 an useful concrete visitor that pretty-prints a detailed document describing any bytecode entity.
Notable Classes
BCVisitor
Base class for visitor types. Provides default no-op implementations of each visit method so that subclasses need only override the methods to visit entities they are interested in.
PrettyPrintVisitor
Useful visitor type that provides functionality similar to the javap -c command, but more detailed.
Module Dependencies
|
TechTrader Bytecode Toolkit | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |