Class AttributeCode
java.lang.Object
org.jd.core.v1.model.classfile.attribute.AttributeCode
- All Implemented Interfaces:
Attribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
protected CodeException[]
protected int
protected int
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeCode
(int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Map<String, Attribute> attributes) -
Method Summary
Modifier and TypeMethodDescription<T extends Attribute>
TgetAttribute
(String name) byte[]
getCode()
int
int
-
Field Details
-
maxStack
protected int maxStack -
maxLocals
protected int maxLocals -
code
protected byte[] code -
exceptionTable
-
attributes
-
-
Constructor Details
-
AttributeCode
public AttributeCode(int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Map<String, Attribute> attributes)
-
-
Method Details
-
getMaxStack
public int getMaxStack() -
getMaxLocals
public int getMaxLocals() -
getCode
public byte[] getCode() -
getExceptionTable
-
getAttribute
-