Package | Description |
---|---|
serp.bytecode.lowlevel |
Lowlevel Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
UTF8Entry |
NameAndTypeEntry.getDescriptorEntry()
Return the descriptor's referenced
UTF8Entry . |
UTF8Entry |
MethodTypeEntry.getMethodDescriptorEntry() |
UTF8Entry |
NameAndTypeEntry.getNameEntry()
Return the name's referenced
UTF8Entry . |
UTF8Entry |
ClassEntry.getNameEntry()
Return the referenced
UTF8Entry . |
UTF8Entry |
StringEntry.getStringEntry()
Return the referenced
UTF8Entry . |
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterUTF8Entry(UTF8Entry obj) |
void |
PrettyPrintVisitor.enterUTF8Entry(UTF8Entry obj) |
void |
BCVisitor.exitUTF8Entry(UTF8Entry obj) |
Copyright © 2002–2019. All rights reserved.