|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.rice.cs.cunit.classFile.attributes.CodeAttributeInfo.CodeProperties
public static class CodeAttributeInfo.CodeProperties
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 |
---|
public int maxStack
public int maxLocals
public int codeLength
public int exceptionTableLength
public int attributesCount
Constructor Detail |
---|
public CodeAttributeInfo.CodeProperties(int maxStack, int maxLocals, int codeLength, int exceptionTableLength, int attributesCount)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |