Uses of Class
serp.bytecode.Attributes

Packages that use Attributes
Package
Description
Bytecode Manipuation
  • Uses of Attributes in serp.bytecode

    Subclasses of Attributes in serp.bytecode
    Modifier and Type
    Class
    Description
    class 
    An annotated entity.
    class 
    Java annotation data.
    class 
    In bytecode attributes are used to represent anything that is not part of the class structure.
    class 
    The BCClass represents a class object in the bytecode framework, in many ways mirroring the Class class of Java reflection.
    class 
    A field of a class.
    class 
    A member field or method of a class.
    class 
    A method of a class.
    class 
     
    class 
    Representation of a code block of a class.
    class 
    A constant value for a member field.
    class 
    Attribute signifying that a method or class is deprecated.
    class 
    Attribute declaring the checked exceptions a method can throw.
    class 
    Attribute describing all referenced classes that are not package members.
    class 
    Code blocks compiled from source have line number tables mapping opcodes to source lines.
    class 
    Code blocks compiled from source have local tables mapping locals used in opcodes to their names and descriptions.
    class 
    Code blocks compiled from source have local variable tables mapping locals used in opcodes to their names and descriptions.
    class 
    Code blocks compiled from source have local variable type tables mapping generics-using locals used in opcodes to their names and signatures.
    class 
    Attribute naming the source file for this class.
    class 
    Attribute marking a member as synthetic, or not present in the class source code.
    class 
    An unrecognized attribute; class files are allowed to contain attributes that are not recognized, and the JVM must ignore them.
    Methods in serp.bytecode that return Attributes
    Modifier and Type
    Method
    Description
    Attribute.getOwner()
    Return the Attributes that owns this attribute.