|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.type.baseimpl.FeatureImpl
org.openarchitectureware.type.baseimpl.OperationImpl
org.openarchitectureware.type.impl.java.JavaOperationImpl
public class JavaOperationImpl
Constructor Summary | |
---|---|
JavaOperationImpl(Type owner,
java.lang.String name,
Type type,
Type[] parameterTypes,
java.lang.reflect.Method method)
|
Method Summary | |
---|---|
java.lang.Object |
evaluateInternal(java.lang.Object target,
java.lang.Object[] params)
|
Methods inherited from class org.openarchitectureware.type.baseimpl.OperationImpl |
---|
equals, evaluate, getDocumentation, getOwner, getParameterTypes, getReturnType, hashCode, toString |
Methods inherited from class org.openarchitectureware.type.baseimpl.FeatureImpl |
---|
getName, getReturnType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openarchitectureware.type.Operation |
---|
evaluate, getReturnType |
Methods inherited from interface org.openarchitectureware.type.ParameterizedCallable |
---|
getParameterTypes |
Methods inherited from interface org.openarchitectureware.type.Feature |
---|
getDocumentation, getOwner |
Methods inherited from interface org.openarchitectureware.type.Callable |
---|
getName, getReturnType |
Constructor Detail |
---|
public JavaOperationImpl(Type owner, java.lang.String name, Type type, Type[] parameterTypes, java.lang.reflect.Method method)
Method Detail |
---|
public java.lang.Object evaluateInternal(java.lang.Object target, java.lang.Object[] params)
evaluateInternal
in class OperationImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |