sysModel.classFile.attributes
Class CodeAttributeInfo.CodeProperties

java.lang.Object
  extended by sysModel.classFile.attributes.CodeAttributeInfo.CodeProperties
Enclosing class:
CodeAttributeInfo

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

Storage class for code properties.


Field Summary
 short attributesCount
           
 int codeLength
           
 short exceptionTableLength
           
 short maxLocals
           
 short maxStack
           
 
Constructor Summary
CodeAttributeInfo.CodeProperties(short maxStack, short maxLocals, int codeLength, short exceptionTableLength, short 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 short maxStack

maxLocals

public short maxLocals

codeLength

public int codeLength

exceptionTableLength

public short exceptionTableLength

attributesCount

public short attributesCount
Constructor Detail

CodeAttributeInfo.CodeProperties

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