FileDocCategorySizeDatePackage
AttSynthetic.javaAPI DocAndroid 1.5 API1107Wed May 06 22:41:02 BST 2009com.android.dx.cf.attrib

AttSynthetic

public final class AttSynthetic extends BaseAttribute
Attribute class for standard Synthetic attributes.

Fields Summary
public static final String
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
Constructors Summary
public AttSynthetic()
Constructs an instance.


            
      
        super(ATTRIBUTE_NAME);
    
Methods Summary
public intbyteLength()
{@inheritDoc}

        return 6;