JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
serp.bytecode.Annotated
Packages that use
Annotated
Package
Description
serp.bytecode
Bytecode Manipuation
Uses of
Annotated
in
serp.bytecode
Subclasses of
Annotated
in
serp.bytecode
Modifier and Type
Class
Description
class
BCClass
The BCClass represents a class object in the bytecode framework, in many ways mirroring the
Class
class of Java reflection.
class
BCField
A field of a class.
class
BCMember
A member field or method of a class.
class
BCMethod
A method of a class.