C# Class Antlr4.Parse.ResyncToEndOfRuleBlock

Inheritance: System.Exception
Show file Open project: sharwell/antlr4cs

Public Methods

Method Description
ResyncToEndOfRuleBlock ( )
ResyncToEndOfRuleBlock ( string message )
ResyncToEndOfRuleBlock ( string message, System.Exception innerException )

Method Details

ResyncToEndOfRuleBlock() public method

ResyncToEndOfRuleBlock() public method

public ResyncToEndOfRuleBlock ( string message )
message string

ResyncToEndOfRuleBlock() public method

public ResyncToEndOfRuleBlock ( string message, System.Exception innerException )
message string
innerException System.Exception