Uses of Class
org.apache.jdo.impl.enhancer.classfile.AttributeVector

Packages that use AttributeVector
org.apache.jdo.impl.enhancer.classfile   
 

Uses of AttributeVector in org.apache.jdo.impl.enhancer.classfile
 

Fields in org.apache.jdo.impl.enhancer.classfile declared as AttributeVector
private  AttributeVector ClassField.fieldAttributes
           
private  AttributeVector ClassFile.classAttributes
           
private  AttributeVector ClassMethod.methodAttributes
           
private  AttributeVector CodeAttribute.codeAttributes
           
 

Methods in org.apache.jdo.impl.enhancer.classfile that return AttributeVector
(package private) static AttributeVector AttributeVector.readAttributes(java.io.DataInputStream data, ConstantPool constantPool)
          General attribute reader
(package private) static AttributeVector AttributeVector.readAttributes(java.io.DataInputStream data, CodeEnv codeEnv)
          ClassMethod attribute reader
 AttributeVector ClassField.attributes()
          Return the attributes associated with the field
abstract  AttributeVector ClassMember.attributes()
          Return the attributes associated with the member
 AttributeVector ClassFile.attributes()
          Return the list of the attributes associated with the class
 AttributeVector ClassMethod.attributes()
          Return the attributes associated with the method
 AttributeVector CodeAttribute.attributes()
          Return the attributes which apply to this code
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type AttributeVector
ClassField(int accFlags, ConstUtf8 name, ConstUtf8 sig, AttributeVector field_attrs)
          Construct a class field object
ClassMethod(int accFlags, ConstUtf8 name, ConstUtf8 sig, AttributeVector methodAttrs)
          Construct a class method object
CodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, ExceptionTable excTable, AttributeVector codeAttrs)
          Constructs a CodeAttribute object for construction from scratch
CodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, byte[] codeBytes, ExceptionTable excTable, AttributeVector codeAttrs, CodeEnv codeEnv)
          Constructs a CodeAttribute object