| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer.classfile |
| Modifier and Type | Method and Description |
|---|---|
ExceptionTable |
CodeAttribute.exceptionHandlers()
Return the exception ranges and handlers which apply to the code in
this method.
|
| Constructor and Description |
|---|
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.