Class WildcardRangeExpression
- java.lang.Object
-
- org.wso2.carbon.module.csv.util.parser.expressionnode.WildcardRangeExpression
-
- All Implemented Interfaces:
ExpressionNode
public class WildcardRangeExpression extends Object implements ExpressionNode
-
-
Field Summary
-
Fields inherited from interface org.wso2.carbon.module.csv.util.parser.expressionnode.ExpressionNode
COMA_NODE, CONSTANT_NODE, EMPTY_NODE, NEGATION_NODE, RANGE_NODE, WILDCARD_RANGE_NODE
-
-
Constructor Summary
Constructors Constructor Description WildcardRangeExpression(ExpressionNode firstValue, int maxValue)
-
-
-
Constructor Detail
-
WildcardRangeExpression
public WildcardRangeExpression(ExpressionNode firstValue, int maxValue)
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getTypein interfaceExpressionNode
-
getValue
public List<Integer> getValue()
- Specified by:
getValuein interfaceExpressionNode
-
-