org.objectweb.jac.core
Class ConfigMethod

java.lang.Object
  extended byorg.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

Constructor Summary
ConfigMethod(String methodName, Object[] args)
           
ConfigMethod(String methodName, Object[] args, String lineNumber)
           
 
Method Summary
 Object clone()
           
 Object[] getArgs()
           
 String getLineNumber()
           
 String getMethod()
           
 void setArgs(Object[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigMethod

public ConfigMethod(String methodName,
                    Object[] args,
                    String lineNumber)

ConfigMethod

public ConfigMethod(String methodName,
                    Object[] args)
Method Detail

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