jrre.classloader.classfile.attributes
Class Attributes

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.Attributes

public class Attributes
extends java.lang.Object


Constructor Summary
Attributes()
           
Attributes(Attribute[] attributes)
           
 
Method Summary
 CodeAttribute getCodeAttribute()
           
 void setAttributes(Attribute[] attributes)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attributes

public Attributes()

Attributes

public Attributes(Attribute[] attributes)
Method Detail

setAttributes

public void setAttributes(Attribute[] attributes)

getCodeAttribute

public CodeAttribute getCodeAttribute()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.