Class jas.SourceAttr
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.SourceAttr

java.lang.Object
   |
   +----jas.SourceAttr

public class SourceAttr
extends Object

Constructor Index

 o SourceAttr(String)
Create a source file attribute.
 o SourceAttr(CP)
Create a source file attribute, with more control over attribute name

Constructors

 o SourceAttr
  public SourceAttr(String name)
Create a source file attribute.
Parameters:
name - Name of the source file
See Also:
setSource
 o SourceAttr
  public SourceAttr(CP name)
Create a source file attribute, with more control over attribute name
Parameters:
cp - CP to be associated as the name of the source file
See Also:
setSource

All Packages  Class Hierarchy  This Package  Previous  Next  Index