org.fife.rsta.ac.java.classreader.attributes
Class UnsupportedAttribute

java.lang.Object
  extended by org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
      extended by org.fife.rsta.ac.java.classreader.attributes.UnsupportedAttribute

public class UnsupportedAttribute
extends AttributeInfo

An attribute that is unknown/unsupported by this decompiler.

Version:
1.0
Author:
Robert Futrell

Field Summary
 
Fields inherited from class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
attributeNameIndex
 
Constructor Summary
UnsupportedAttribute(ClassFile cf, String name, int[] info)
          Constructor.
 
Method Summary
 int[] getInfo()
           
 String getName()
          Returns the name of this attribute.
 void setInfo(int[] info)
           
 String toString()
          Returns a string representation of this attribute.
 
Methods inherited from class org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
getClassFile, readUnsupportedAttribute, skipBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAttribute

public UnsupportedAttribute(ClassFile cf,
                            String name,
                            int[] info)
Constructor.

Parameters:
cf - The class file.
info - The bytes defining the attribute.
Method Detail

getInfo

public int[] getInfo()

getName

public String getName()
Description copied from class: AttributeInfo
Returns the name of this attribute.

Overrides:
getName in class AttributeInfo
Returns:
The name of this attribute.

setInfo

public void setInfo(int[] info)

toString

public String toString()
Returns a string representation of this attribute. Useful for debugging.

Overrides:
toString in class Object
Returns:
A string representation of this attribute.


Copyright © 2003-2011. All Rights Reserved.