org.objectweb.jac.core
Class ImportStatement

java.lang.Object
  |
  +--org.objectweb.jac.core.ImportStatement
All Implemented Interfaces:
Cloneable, Serializable

public class ImportStatement
extends Object
implements Serializable, Cloneable

This class represents configuration methods for aspect components.

See Also:
AspectComponent, Serialized Form

Constructor Summary
ImportStatement(String expr)
           
ImportStatement(String expr, String lineNumber)
           
 
Method Summary
 Object clone()
           
 String getExpr()
           
 String getLineNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportStatement

public ImportStatement(String expr,
                       String lineNumber)

ImportStatement

public ImportStatement(String expr)
Method Detail

getExpr

public String getExpr()

getLineNumber

public String getLineNumber()

toString

public String toString()
Overrides:
toString in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
CloneNotSupportedException