类 MismatchedSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.antlr.runtime.RecognitionException
-
- org.antlr.runtime.MismatchedSetException
-
- 所有已实现的接口:
java.io.Serializable
- 直接已知子类:
MismatchedNotSetException
public class MismatchedSetException extends RecognitionException
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 BitSet
expecting
-
从类继承的字段 org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
-
-
构造器概要
构造器 构造器 说明 MismatchedSetException()
Used for remote debugger deserializationMismatchedSetException(BitSet expecting, IntStream input)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.String
toString()
-
从类继承的方法 org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
-
-
-
-
字段详细资料
-
expecting
public BitSet expecting
-
-