KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > Statement

java.beans
Class Statement

java.lang.Object
  extended by java.beans.Statement
Direct Known Subclasses:
Expression
See Also:
Top Examples, Source Code

public void execute()
             throws Exception
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object[] getArguments()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMethodName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getTarget()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Statement(Object target,
                 String methodName,
                 Object[] arguments)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags