Class InstrumentedAttribute


  • public class InstrumentedAttribute
    extends org.objectweb.asm.Attribute
    • Field Summary

      • Fields inherited from class org.objectweb.asm.Attribute

        type
    • Constructor Summary

      Constructors 
      Constructor Description
      InstrumentedAttribute​(java.lang.String extra)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCodeAttribute()  
      boolean isUnknown()  
      protected org.objectweb.asm.Attribute read​(org.objectweb.asm.ClassReader cr, int off, int len, char[] buf, int codeOff, org.objectweb.asm.Label[] labels)  
      protected org.objectweb.asm.ByteVector write​(org.objectweb.asm.ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)  
      • Methods inherited from class org.objectweb.asm.Attribute

        getLabels
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstrumentedAttribute

        public InstrumentedAttribute​(java.lang.String extra)
    • Method Detail

      • isUnknown

        public boolean isUnknown()
        Overrides:
        isUnknown in class org.objectweb.asm.Attribute
      • isCodeAttribute

        public boolean isCodeAttribute()
        Overrides:
        isCodeAttribute in class org.objectweb.asm.Attribute
      • read

        protected org.objectweb.asm.Attribute read​(org.objectweb.asm.ClassReader cr,
                                                   int off,
                                                   int len,
                                                   char[] buf,
                                                   int codeOff,
                                                   org.objectweb.asm.Label[] labels)
        Overrides:
        read in class org.objectweb.asm.Attribute
      • write

        protected org.objectweb.asm.ByteVector write​(org.objectweb.asm.ClassWriter cw,
                                                     byte[] code,
                                                     int len,
                                                     int maxStack,
                                                     int maxLocals)
        Overrides:
        write in class org.objectweb.asm.Attribute