Package | Description |
---|---|
serp.bytecode.lowlevel |
Lowlevel Bytecode Manipuation
This package contains facilities for lowlevel bytecode manipulation
through the class constant pool.
|
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 |
---|---|
NameAndTypeEntry |
ComplexEntry.getNameAndTypeEntry()
Return the referenced
NameAndTypeEntry . |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.enterNameAndTypeEntry(NameAndTypeEntry obj) |
void |
BCVisitor.enterNameAndTypeEntry(NameAndTypeEntry obj) |
void |
BCVisitor.exitNameAndTypeEntry(NameAndTypeEntry obj) |
Copyright © 2002–2015. All rights reserved.