java.lang.Object
java.beans.Statement
java.beans.Expression
- See Also:
- Top Examples, Source Code,
getValue()
,
setValue(java.lang.Object)
public Expression(Object value,
Object target,
String methodName,
Object[] arguments)
- See Also:
setValue(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Expression(Object target,
String methodName,
Object[] arguments)
- See Also:
getValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[408]Invoke a method via expression
By Anonymous on 2003/09/23 08:22:36 Rate
Expression ex = new Expression ( objectOfLoadedClass,"vfy",null ) ;
System.out.println ( "- > objectOfLoadedClass.vfy="+ex.getValue ( ) ) ;
public Object getValue()
throws Exception
- See Also:
setValue(java.lang.Object)
, Statement.execute()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setValue(Object value)
- See Also:
getValue()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Statement
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples