com.u2d.reflection
Class ClassicReflector
java.lang.Object
com.u2d.reflection.ClassicReflector
- All Implemented Interfaces:
- Reflector
public class ClassicReflector
- extends java.lang.Object
- implements Reflector
Created by IntelliJ IDEA.
User: eitan
Date: Feb 14, 2006
Time: 4:57:08 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassicReflector
public ClassicReflector()
commandName
public java.lang.String commandName(java.lang.reflect.Method method)
- Specified by:
commandName in interface Reflector
isCommand
public boolean isCommand(java.lang.reflect.Method method)
- Specified by:
isCommand in interface Reflector
reflectCommand
public EOCommand reflectCommand(java.lang.reflect.Method method,
java.lang.Class klass,
ComplexType parent)
- Specified by:
reflectCommand in interface Reflector