Class AttributeCode

java.lang.Object
org.jd.core.v1.model.classfile.attribute.AttributeCode
All Implemented Interfaces:
Attribute

public class AttributeCode extends Object implements Attribute
  • Field Details

    • maxStack

      protected int maxStack
    • maxLocals

      protected int maxLocals
    • code

      protected byte[] code
    • exceptionTable

      protected CodeException[] exceptionTable
    • attributes

      protected Map<String,Attribute> attributes
  • Constructor Details

  • Method Details

    • getMaxStack

      public int getMaxStack()
    • getMaxLocals

      public int getMaxLocals()
    • getCode

      public byte[] getCode()
    • getExceptionTable

      public CodeException[] getExceptionTable()
    • getAttribute

      public <T extends Attribute> T getAttribute(String name)