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()
clone
public Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException