FileDocCategorySizeDatePackage
AttSynthetic.javaAPI DocAndroid 5.1 API1110Thu Mar 12 22:18:30 GMT 2015com.android.dx.cf.attrib

AttSynthetic

public final class AttSynthetic extends BaseAttribute
Attribute class for standard {@code Synthetic} attributes.

Fields Summary
public static final String
ATTRIBUTE_NAME
{@code 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;