| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer.classfile |
| Modifier and Type | Method and Description |
|---|---|
AttributeVector |
ClassField.attributes()
Return the attributes associated with the field
|
abstract AttributeVector |
ClassMember.attributes()
Return the attributes associated with the member
|
AttributeVector |
ClassMethod.attributes()
Return the attributes associated with the method
|
AttributeVector |
ClassFile.attributes()
Return the list of the attributes associated with the class
|
AttributeVector |
CodeAttribute.attributes()
Return the attributes which apply to this code
|
| Constructor and Description |
|---|
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,
byte[] codeBytes,
ExceptionTable excTable,
AttributeVector codeAttrs,
com.sun.jdo.api.persistence.enhancer.classfile.CodeEnv codeEnv)
Constructs a CodeAttribute object
|
CodeAttribute(ConstUtf8 attrName,
int maxStack,
int maxLocals,
Insn code,
ExceptionTable excTable,
AttributeVector codeAttrs)
Constructs a CodeAttribute object for construction from scratch
|
Copyright © 2013. All Rights Reserved.