Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Antlr4
Runtime
Atn
ConflictInfo
C# Class Antlr4.Runtime.Atn.ConflictInfo
This class stores information about a configuration conflict.
显示文件
Open project: antlr/antlr4
Class Usage Examples
Public Methods
Method
Description
ConflictInfo
(
BitSet
conflictedAlts
,
bool
exact
) :
Antlr4.Runtime.Misc
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Method Details
ConflictInfo()
public
method
public
ConflictInfo
(
BitSet
conflictedAlts
,
bool
exact
) :
Antlr4.Runtime.Misc
conflictedAlts
Antlr4.Runtime.Sharpen.BitSet
exact
bool
return
Antlr4.Runtime.Misc
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int