|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstraintParser
A parser for feature structure constraint expressions.
Method Summary | |
---|---|
FSMatchConstraint |
parse(String s)
Deprecated. Parse a string representing a feature structure match constraint. |
FSMatchConstraint |
parse(String s,
String src,
int line,
int col)
Deprecated. Parse a string representing a feature structure match constraint. |
Method Detail |
---|
FSMatchConstraint parse(String s) throws IOException, ParsingException
s
- The input string.
IOException
- If there is a problem with the input string.
ParsingException
- If the input string is not a well-formed string representation of a match constraint.FSMatchConstraint parse(String s, String src, int line, int col) throws IOException, ParsingException
s
- The input string.src
- For better error messages: an input source, such as a file name (can be null).line
- For better error messages: a line offset.col
- For better error messages: a column offset.
IOException
- If there is a problem with the input string.
ParsingException
- If the input string is not a well-formed string representation of a match constraint.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |