jas
Class GenericAttr
java.lang.Object
jas.GenericAttr
- public class GenericAttr
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.