Package aj.org.objectweb.asm
Class Attribute
- java.lang.Object
-
- aj.org.objectweb.asm.Attribute
-
public class Attribute extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Label[]getLabels()booleanisCodeAttribute()booleanisUnknown()protected Attributeread(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)protected ByteVectorwrite(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)
-
-
-
Field Detail
-
type
public final String type
-
-
Constructor Detail
-
Attribute
protected Attribute(String type)
-
-
Method Detail
-
isUnknown
public boolean isUnknown()
-
isCodeAttribute
public boolean isCodeAttribute()
-
getLabels
protected Label[] getLabels()
-
read
protected Attribute read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)
-
write
protected ByteVector write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)
-
-