Uses of Class
serp.bytecode.Attributes
Packages that use Attributes
-
Uses of Attributes in serp.bytecode
Subclasses of Attributes in serp.bytecodeModifier and TypeClassDescriptionclassAn annotated entity.classJava annotation data.classIn bytecode attributes are used to represent anything that is not part of the class structure.classThe BCClass represents a class object in the bytecode framework, in many ways mirroring theClassclass of Java reflection.classA field of a class.classA member field or method of a class.classA method of a class.classclassRepresentation of a code block of a class.classA constant value for a member field.classAttribute signifying that a method or class is deprecated.classAttribute declaring the checked exceptions a method can throw.classAttribute describing all referenced classes that are not package members.classCode blocks compiled from source have line number tables mapping opcodes to source lines.classCode blocks compiled from source have local tables mapping locals used in opcodes to their names and descriptions.classCode blocks compiled from source have local variable tables mapping locals used in opcodes to their names and descriptions.classCode blocks compiled from source have local variable type tables mapping generics-using locals used in opcodes to their names and signatures.classAttribute naming the source file for this class.classAttribute marking a member as synthetic, or not present in the class source code.classAn 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 AttributesModifier and TypeMethodDescriptionAttribute.getOwner()Return theAttributesthat owns this attribute.