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