C# Class Antlr4.Runtime.Atn.PredictionContextCache.PredictionContextAndInt

Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PredictionContextAndInt ( PredictionContext obj, int value ) : System.Collections.Generic

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PredictionContextAndInt() public method

public PredictionContextAndInt ( PredictionContext obj, int value ) : System.Collections.Generic
obj PredictionContext
value int
return System.Collections.Generic