Class InstrumentedAttribute
- java.lang.Object
-
- org.objectweb.asm.Attribute
-
- com.contentsquare.gradle.error.analysis.network.instrumentation.InstrumentedAttribute
-
public class InstrumentedAttribute extends org.objectweb.asm.Attribute
-
-
Constructor Summary
Constructors Constructor Description InstrumentedAttribute(java.lang.String extra)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCodeAttribute()booleanisUnknown()protected org.objectweb.asm.Attributeread(org.objectweb.asm.ClassReader cr, int off, int len, char[] buf, int codeOff, org.objectweb.asm.Label[] labels)protected org.objectweb.asm.ByteVectorwrite(org.objectweb.asm.ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
-
-
-
Method Detail
-
isUnknown
public boolean isUnknown()
- Overrides:
isUnknownin classorg.objectweb.asm.Attribute
-
isCodeAttribute
public boolean isCodeAttribute()
- Overrides:
isCodeAttributein classorg.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:
readin classorg.objectweb.asm.Attribute
-
write
protected org.objectweb.asm.ByteVector write(org.objectweb.asm.ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)- Overrides:
writein classorg.objectweb.asm.Attribute
-
-