Uses of Class
net.sf.retrotranslator.runtime.asm.Attribute

Packages that use Attribute
net.sf.retrotranslator.runtime.asm   
net.sf.retrotranslator.runtime.impl   
net.sf.retrotranslator.transformer   
 

Uses of Attribute in net.sf.retrotranslator.runtime.asm
 

Fields in net.sf.retrotranslator.runtime.asm declared as Attribute
private  Attribute MethodWriter.attrs
          The non standard attributes of the method.
private  Attribute FieldWriter.attrs
          The non standard attributes of this field.
private  Attribute ClassWriter.attrs
          The non standard attributes of this class.
private  Attribute MethodWriter.cattrs
          The non standard attributes of the method's code.
(package private)  Attribute Attribute.next
          The next attribute in this attribute list.
 

Methods in net.sf.retrotranslator.runtime.asm that return Attribute
protected  Attribute Attribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
          Reads a type attribute.
private  Attribute ClassReader.readAttribute(Attribute[] attrs, java.lang.String type, int off, int len, char[] buf, int codeOff, Label[] labels)
          Reads an attribute in b.
 

Methods in net.sf.retrotranslator.runtime.asm with parameters of type Attribute
 void ClassReader.accept(ClassVisitor classVisitor, Attribute[] attrs, boolean skipDebug)
          Makes the given visitor visit the Java class of this ClassReader.
private  Attribute ClassReader.readAttribute(Attribute[] attrs, java.lang.String type, int off, int len, char[] buf, int codeOff, Label[] labels)
          Reads an attribute in b.
 void MethodWriter.visitAttribute(Attribute attr)
           
 void FieldWriter.visitAttribute(Attribute attr)
           
 void MethodVisitor.visitAttribute(Attribute attr)
          Visits a non standard attribute of this method.
 void ClassWriter.visitAttribute(Attribute attr)
           
 void ClassVisitor.visitAttribute(Attribute attr)
          Visits a non standard attribute of the class.
 void MethodAdapter.visitAttribute(Attribute attr)
           
 void ClassAdapter.visitAttribute(Attribute attr)
           
 void FieldVisitor.visitAttribute(Attribute attr)
          Visits a non standard attribute of the field.
 

Uses of Attribute in net.sf.retrotranslator.runtime.impl
 

Methods in net.sf.retrotranslator.runtime.impl with parameters of type Attribute
 void EmptyVisitor.visitAttribute(Attribute attr)
           
 

Uses of Attribute in net.sf.retrotranslator.transformer
 

Methods in net.sf.retrotranslator.transformer with parameters of type Attribute
 void AbstractMethodVisitor.visitAttribute(Attribute attr)
           
 void GenericClassVisitor.visitAttribute(Attribute attr)
           
 void GenericClassVisitor.GenericFieldVisitor.visitAttribute(Attribute attr)