Package org.openl.rules.cmatch.algorithm
Class Argument
- java.lang.Object
-
- org.openl.rules.cmatch.algorithm.Argument
-
public class Argument extends Object
-
-
Constructor Summary
Constructors Constructor Description Argument(int index, IOpenClass type)Argument(int index, IOpenField field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectextractValue(Object target, Object[] params, IRuntimeEnv env)IOpenFieldgetField()IOpenClassgetType()
-
-
-
Constructor Detail
-
Argument
public Argument(int index, IOpenClass type)
-
Argument
public Argument(int index, IOpenField field)
-
-
Method Detail
-
extractValue
public Object extractValue(Object target, Object[] params, IRuntimeEnv env)
-
getField
public IOpenField getField()
-
getType
public IOpenClass getType()
-
-