jrre.classloader.classfile.attributes
Class CodeAttribute

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.Attribute
        |
        +--jrre.classloader.classfile.attributes.CodeAttribute

public class CodeAttribute
extends Attribute


Field Summary
 
Fields inherited from class jrre.classloader.classfile.attributes.Attribute
attributeLength, nameIndex
 
Constructor Summary
CodeAttribute()
           
CodeAttribute(int nameIndex, int length, int maxStack, int maxLocals, int codeLength, Code code, int exceptionTableLength)
           
 
Method Summary
 int getExceptionTableLength()
           
 StackFrame getStackFrame()
           
 void setExceptionTable(ExceptionTable exceptionTable)
           
 void setLocalVariableAttributeTable(LocalVariableAttributeTable localVariableAttributeTable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeAttribute

public CodeAttribute()

CodeAttribute

public CodeAttribute(int nameIndex,
                     int length,
                     int maxStack,
                     int maxLocals,
                     int codeLength,
                     Code code,
                     int exceptionTableLength)
Method Detail

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.