public void syntaxError(@NotNull Recognizer<?, ?> recognizer,
@Nullable Object offendingSymbol, int line,
int charPositionInLine, @NotNull String msg,
@Nullable RecognitionException e)
{
mErrMsg = "at line " + line + ":" + charPositionInLine + " " + msg;
throw e;
}
GraphParser.java 文件源码
java
阅读 26
收藏 0
点赞 0
评论 0
项目:digraph-parser
作者:
评论列表
文章目录