Package org.openl.rules.binding
Class RulesModuleBindingContext.ModifyRuntimeContextMethod
- java.lang.Object
-
- org.openl.rules.binding.RulesModuleBindingContext.ModifyRuntimeContextMethod
-
- All Implemented Interfaces:
INamedThing,IMethodCaller,Invokable,IOpenMember,IOpenMethod,IOpenMethodHeader
- Enclosing class:
- RulesModuleBindingContext
public static final class RulesModuleBindingContext.ModifyRuntimeContextMethod extends Object implements IOpenMethod
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
Fields inherited from interface org.openl.types.IOpenMethod
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description ModifyRuntimeContextMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOpenClassgetDeclaringClass()StringgetDisplayName(int mode)IMemberMetaInfogetInfo()IOpenMethodgetMethod()StringgetName()IMethodSignaturegetSignature()IOpenClassgetType()Objectinvoke(Object target, Object[] params, IRuntimeEnv env)booleanisConstructor()booleanisStatic()
-
-
-
Method Detail
-
invoke
public Object invoke(Object target, Object[] params, IRuntimeEnv env)
-
getMethod
public IOpenMethod getMethod()
- Specified by:
getMethodin interfaceIMethodCaller
-
getName
public String getName()
- Specified by:
getNamein interfaceINamedThing
-
getDisplayName
public String getDisplayName(int mode)
- Specified by:
getDisplayNamein interfaceINamedThing
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceIOpenMember
-
getType
public IOpenClass getType()
- Specified by:
getTypein interfaceIOpenMember
-
getInfo
public IMemberMetaInfo getInfo()
- Specified by:
getInfoin interfaceIOpenMember
-
getDeclaringClass
public IOpenClass getDeclaringClass()
- Specified by:
getDeclaringClassin interfaceIOpenMember
-
getSignature
public IMethodSignature getSignature()
- Specified by:
getSignaturein interfaceIOpenMethodHeader
-
isConstructor
public boolean isConstructor()
- Specified by:
isConstructorin interfaceIOpenMethod
-
-