Uses of Class
org.jacop.util.fsm.RegularExpressionParser.SyntaxException
Packages that use RegularExpressionParser.SyntaxException
-
Uses of RegularExpressionParser.SyntaxException in org.jacop.util.fsm
Methods in org.jacop.util.fsm that throw RegularExpressionParser.SyntaxExceptionModifier and TypeMethodDescriptionprivate void
RegularExpressionParser.expect
(int t) Complain if the current token is not the specified kind of token.RegularExpressionParser.parse
(boolean parseOneNext) This method parses an expression that it reads from a given input stream.Constructors in org.jacop.util.fsm that throw RegularExpressionParser.SyntaxExceptionModifierConstructorDescriptionIt constructs a parser of the regular expression.