Uses of Class
serp.bytecode.lowlevel.NameAndTypeEntry
Packages that use NameAndTypeEntry
Package
Description
Lowlevel Bytecode Manipuation
Bytecode Visitor
-
Uses of NameAndTypeEntry in serp.bytecode.lowlevel
Methods in serp.bytecode.lowlevel that return NameAndTypeEntryModifier and TypeMethodDescriptionComplexEntry.getNameAndTypeEntry()
Return the referencedNameAndTypeEntry
.InvokeDynamicEntry.getNameAndTypeEntry()
Return the referencedNameAndTypeEntry
. -
Uses of NameAndTypeEntry in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type NameAndTypeEntryModifier and TypeMethodDescriptionvoid
BCVisitor.enterNameAndTypeEntry
(NameAndTypeEntry obj) void
PrettyPrintVisitor.enterNameAndTypeEntry
(NameAndTypeEntry obj) void
BCVisitor.exitNameAndTypeEntry
(NameAndTypeEntry obj)