org.fife.rsta.ac.java.classreader.attributes
Class UnsupportedAttribute
java.lang.Object
org.fife.rsta.ac.java.classreader.attributes.AttributeInfo
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
UnsupportedAttribute
public UnsupportedAttribute(ClassFile cf,
String name,
int[] info)
- Constructor.
- Parameters:
cf - The class file.info - The bytes defining the attribute.
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.