Package org.qdl_lang.util.aggregate
Class AxisRestrictionNoOp
- java.lang.Object
-
- org.qdl_lang.util.aggregate.AbstractNoOpStemImpl
-
- org.qdl_lang.util.aggregate.AxisRestrictionNoOp
-
- All Implemented Interfaces:
ProcessStemAxisRestriction
,ProcessStemValues
,Constants
public class AxisRestrictionNoOp extends AbstractNoOpStemImpl implements ProcessStemAxisRestriction
-
-
Field Summary
-
Fields inherited from interface org.qdl_lang.variables.Constants
ALL_INDICES_NAME, ALL_INDICES_TYPE, ARG_COUNT_TYPE, AXIS_RESTRICTION_NAME, AXIS_RESTRICTION_TYPE, BOOLEAN_NAME, BOOLEAN_TYPE, DECIMAL_NAME, DECIMAL_TYPE, DYADIC_FUNCTION_NAME, DYADIC_FUNCTION_TYPE, FUNCTION_NAME, FUNCTION_TYPE, INTEGER_TYPE, LIST_NAME, LIST_TYPE, LONG_NAME, LONG_TYPE, MODULE_NAME, MODULE_TYPE, NULL_NAME, NULL_TYPE, SET_NAME, SET_TYPE, STEM_NAME, STEM_TYPE, STRING_NAME, STRING_TYPE, UNKNOWN_NAME, UNKNOWN_TYPE
-
Fields inherited from interface org.qdl_lang.util.aggregate.ProcessStemAxisRestriction
ALL_AXES
-
-
Constructor Summary
Constructors Constructor Description AxisRestrictionNoOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAxis()
Object
process(List<Object> index, Object key, QDLSet sset)
Object
process(List<Object> index, Object key, QDLStem value)
-
Methods inherited from class org.qdl_lang.util.aggregate.AbstractNoOpStemImpl
process, process, process, process, process, process, process, process, process
-
-
-
-
Method Detail
-
process
public Object process(List<Object> index, Object key, QDLSet sset)
- Specified by:
process
in interfaceProcessStemAxisRestriction
-
process
public Object process(List<Object> index, Object key, QDLStem value)
- Specified by:
process
in interfaceProcessStemAxisRestriction
-
getAxis
public int getAxis()
- Specified by:
getAxis
in interfaceProcessStemAxisRestriction
- Returns:
-
-