Uses of Class
serp.bytecode.lowlevel.ClassEntry
-
Packages that use ClassEntry Package Description serp.bytecode.lowlevel Lowlevel Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of ClassEntry in serp.bytecode.lowlevel
Methods in serp.bytecode.lowlevel that return ClassEntry Modifier and Type Method Description ClassEntryComplexEntry. getClassEntry()Return the referencedClassEntry. -
Uses of ClassEntry in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ClassEntry Modifier and Type Method Description voidBCVisitor. enterClassEntry(ClassEntry obj)voidPrettyPrintVisitor. enterClassEntry(ClassEntry obj)voidBCVisitor. exitClassEntry(ClassEntry obj)
-