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
ImportStatement
public ImportStatement(String expr,
String lineNumber)
ImportStatement
public ImportStatement(String expr)
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