jrre.classloader.classfile.attributes
Class CodeAttribute
java.lang.Object
|
+--jrre.classloader.classfile.attributes.Attribute
|
+--jrre.classloader.classfile.attributes.CodeAttribute
- public class CodeAttribute
- extends Attribute
Constructor Summary |
CodeAttribute()
|
CodeAttribute(int nameIndex,
int length,
int maxStack,
int maxLocals,
int codeLength,
Code code,
int exceptionTableLength)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CodeAttribute
public CodeAttribute()
CodeAttribute
public CodeAttribute(int nameIndex,
int length,
int maxStack,
int maxLocals,
int codeLength,
Code code,
int exceptionTableLength)
setExceptionTable
public void setExceptionTable(ExceptionTable exceptionTable)
setLocalVariableAttributeTable
public void setLocalVariableAttributeTable(LocalVariableAttributeTable localVariableAttributeTable)
getExceptionTableLength
public int getExceptionTableLength()
getStackFrame
public StackFrame getStackFrame()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2002 Appalachian State University. All Rights Reserved.