jas
Class SourceAttr

java.lang.Object
  extended by jas.SourceAttr

public class SourceAttr
extends Object


Constructor Summary
SourceAttr(CP name)
          Create a source file attribute, with more control over attribute name
SourceAttr(String name)
          Create a source file attribute.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

SourceAttr

public SourceAttr(String name)
Create a source file attribute.

Parameters:
name - Name of the source file
See Also:
ClassEnv.setSource(jas.SourceAttr)

SourceAttr

public SourceAttr(CP name)
Create a source file attribute, with more control over attribute name

Parameters:
name - CP to be associated as the name of the source file
See Also:
ClassEnv.setSource(jas.SourceAttr)


Copyright © 2006 Jonathan Meyer, USA All rights reserved.