edu.rice.cs.cunit.classFile.attributes
Class CodeAttributeInfo.CodeProperties

java.lang.Object
  extended by edu.rice.cs.cunit.classFile.attributes.CodeAttributeInfo.CodeProperties
Enclosing class:
CodeAttributeInfo

public static class CodeAttributeInfo.CodeProperties
extends java.lang.Object

Storage class for code properties.


Field Summary
 int attributesCount
           
 int codeLength
           
 int exceptionTableLength
           
 int maxLocals
           
 int maxStack
           
 
Constructor Summary
CodeAttributeInfo.CodeProperties(int maxStack, int maxLocals, int codeLength, int exceptionTableLength, int attributesCount)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxStack

public int maxStack

maxLocals

public int maxLocals

codeLength

public int codeLength

exceptionTableLength

public int exceptionTableLength

attributesCount

public int attributesCount
Constructor Detail

CodeAttributeInfo.CodeProperties

public CodeAttributeInfo.CodeProperties(int maxStack,
                                        int maxLocals,
                                        int codeLength,
                                        int exceptionTableLength,
                                        int attributesCount)