org.objectweb.jac.core
Class ConfigMethod
java.lang.Object
org.objectweb.jac.core.ConfigMethod
- All Implemented Interfaces:
- Cloneable, Serializable
- public class ConfigMethod
- extends Object
- implements Serializable, Cloneable
This class represents configuration methods for aspect components.
- See Also:
AspectComponent
,
Serialized Form
ConfigMethod
public ConfigMethod(String methodName,
Object[] args,
String lineNumber)
ConfigMethod
public ConfigMethod(String methodName,
Object[] args)
getMethod
public String getMethod()
getArgs
public Object[] getArgs()
setArgs
public void setArgs(Object[] args)
getLineNumber
public String getLineNumber()
toString
public String toString()
clone
public Object clone()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException