Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.AttributeVector
-
Packages that use AttributeVector Package Description com.sun.jdo.api.persistence.enhancer.classfile -
-
Uses of AttributeVector in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return AttributeVector Modifier and Type Method Description AttributeVectorClassField. attributes()Return the attributes associated with the fieldAttributeVectorClassFile. attributes()Return the list of the attributes associated with the classabstract AttributeVectorClassMember. attributes()Return the attributes associated with the memberAttributeVectorClassMethod. attributes()Return the attributes associated with the methodAttributeVectorCodeAttribute. attributes()Return the attributes which apply to this codeConstructors in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type AttributeVector Constructor Description ClassField(int accFlags, ConstUtf8 name, ConstUtf8 sig, AttributeVector field_attrs)Construct a class field objectClassMethod(int accFlags, ConstUtf8 name, ConstUtf8 sig, AttributeVector methodAttrs)Construct a class method objectCodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, byte[] codeBytes, ExceptionTable excTable, AttributeVector codeAttrs, com.sun.jdo.api.persistence.enhancer.classfile.CodeEnv codeEnv)Constructs a CodeAttribute objectCodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, ExceptionTable excTable, AttributeVector codeAttrs)Constructs a CodeAttribute object for construction from scratch
-