Package | Description |
---|---|
serp.bytecode.visitor |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.enterFloatEntry(FloatEntry obj) |
void |
BCVisitor.enterFloatEntry(FloatEntry obj) |
void |
BCVisitor.exitFloatEntry(FloatEntry obj) |
Copyright © 2002–2015. All rights reserved.