jas
Class GenericAttr

java.lang.Object
  extended byjas.GenericAttr

public class GenericAttr
extends Object


Constructor Summary
GenericAttr(CP name, byte[] data)
          Make up a new attribute
GenericAttr(String name, byte[] data)
          Make up a new attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericAttr

public GenericAttr(String name,
                   byte[] data)
Make up a new attribute

Parameters:
name - Name to be associated with the attribute
See Also:
ClassEnv.addGenericAttr(jas.GenericAttr), CodeAttr.addGenericAttr(jas.GenericAttr)

GenericAttr

public GenericAttr(CP name,
                   byte[] data)
Make up a new attribute

Parameters:
name - CP to be defined as the name of the attribute
See Also:
ClassEnv.addGenericAttr(jas.GenericAttr), CodeAttr.addGenericAttr(jas.GenericAttr)


Copyright © 2004 Jonathan Meyer, USA All rights reserved.