Uses of Class
serp.bytecode.lowlevel.UTF8Entry
-
Packages that use UTF8Entry Package Description serp.bytecode.lowlevel Lowlevel Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of UTF8Entry in serp.bytecode.lowlevel
Methods in serp.bytecode.lowlevel that return UTF8Entry Modifier and Type Method Description UTF8EntryNameAndTypeEntry. getDescriptorEntry()Return the descriptor's referencedUTF8Entry.UTF8EntryMethodTypeEntry. getMethodDescriptorEntry()UTF8EntryClassEntry. getNameEntry()Return the referencedUTF8Entry.UTF8EntryNameAndTypeEntry. getNameEntry()Return the name's referencedUTF8Entry.UTF8EntryStringEntry. getStringEntry()Return the referencedUTF8Entry. -
Uses of UTF8Entry in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type UTF8Entry Modifier and Type Method Description voidBCVisitor. enterUTF8Entry(UTF8Entry obj)voidPrettyPrintVisitor. enterUTF8Entry(UTF8Entry obj)voidBCVisitor. exitUTF8Entry(UTF8Entry obj)
-