public class BytecodeCodeAttributeInfo extends Object implements BytecodeAttributeInfo
| Constructor and Description |
|---|
BytecodeCodeAttributeInfo(int aMaxStack,
int aMaxLocals,
BytecodeProgram aProgramm,
BytecodeAttributeInfo[] aAttributes) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BytecodeAttributeInfo> |
attributeByType(Class<T> aAttributeClass) |
int |
getMaxLocals() |
int |
getMaxStack() |
BytecodeProgram |
getProgram() |
public BytecodeCodeAttributeInfo(int aMaxStack,
int aMaxLocals,
BytecodeProgram aProgramm,
BytecodeAttributeInfo[] aAttributes)
public int getMaxStack()
public int getMaxLocals()
public BytecodeProgram getProgram()
public <T extends BytecodeAttributeInfo> T attributeByType(Class<T> aAttributeClass)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.