FileDocCategorySizeDatePackage
BridgeAttribute_info.javaAPI DocAndroid 1.5 API2164Wed May 06 22:41:16 BST 2009com.vladium.jcd.cls.attribute

BridgeAttribute_info

public final class BridgeAttribute_info extends Attribute_info
New attribute added by J2SE 1.5
author
Vlad Roubtsov, (C) 2003

Fields Summary
Constructors Summary
public BridgeAttribute_info(int attribute_name_index)

        super (attribute_name_index, 0);
    
BridgeAttribute_info(int attribute_name_index, long attribute_length)

        super (attribute_name_index, attribute_length);
    
Methods Summary
public voidaccept(IAttributeVisitor visitor, java.lang.Object ctx)

        visitor.visit (this, ctx);
    
public java.lang.Objectclone()
Performs a deep copy.

        
        return super.clone ();    
    
public longlength()

        return 6;
    
public java.lang.StringtoString()

        return "BridgeAttribute_info: [attribute_name_index = " + m_name_index + ", attribute_length = " + m_attribute_length + ']";
    
public voidwriteInClassFormat(com.vladium.jcd.lib.UDataOutputStream out)

        super.writeInClassFormat (out);