Uses of Class
edu.wisc.game.parser.Expression.RangeExpression
-
Packages that use Expression.RangeExpression Package Description edu.wisc.game.parser Tools for parsing rule set descriptions -
-
Uses of Expression.RangeExpression in edu.wisc.game.parser
Methods in edu.wisc.game.parser that return Expression.RangeExpression Modifier and Type Method Description static Expression.RangeExpression
Expression. mkRangeExpression(Vector<Token> tokens)
If the given sequence of tokens starts with a range expression, extracts it; otherwise, returns null
-