Uses of Class
serp.bytecode.lowlevel.UTF8Entry
Packages that use UTF8Entry
Package
Description
Lowlevel Bytecode Manipuation
Bytecode Visitor
-
Uses of UTF8Entry in serp.bytecode.lowlevel
Methods in serp.bytecode.lowlevel that return UTF8EntryModifier and TypeMethodDescriptionNameAndTypeEntry.getDescriptorEntry()
Return the descriptor's referencedUTF8Entry
.MethodTypeEntry.getMethodDescriptorEntry()
ClassEntry.getNameEntry()
Return the referencedUTF8Entry
.NameAndTypeEntry.getNameEntry()
Return the name's referencedUTF8Entry
.StringEntry.getStringEntry()
Return the referencedUTF8Entry
. -
Uses of UTF8Entry in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type UTF8EntryModifier and TypeMethodDescriptionvoid
BCVisitor.enterUTF8Entry
(UTF8Entry obj) void
PrettyPrintVisitor.enterUTF8Entry
(UTF8Entry obj) void
BCVisitor.exitUTF8Entry
(UTF8Entry obj)