类的使用
org.antlr.runtime.MismatchedTokenException
-
使用MismatchedTokenException的程序包 程序包 说明 org.antlr.runtime -
-
org.antlr.runtime中MismatchedTokenException的使用
org.antlr.runtime中MismatchedTokenException的子类 修饰符和类型 类 说明 class
MissingTokenException
We were expecting a token but it's not found.class
UnwantedTokenException
An extra token while parsing a TokenStream抛出MismatchedTokenException的org.antlr.runtime中的方法 修饰符和类型 方法 说明 void
Lexer. match(int c)
void
Lexer. match(java.lang.String s)
-