C# Class ScrapeParser.DFA32, pickaxe

Inheritance: Antlr.Runtime.DFA
Mostra file Open project: bitsummation/pickaxe

Public Methods

Method Description
DFA32 ( BaseRecognizer recognizer ) : System.Collections.Generic
Error ( NoViableAltException nvae ) : void

Private Methods

Method Description
DFA32 ( ) : System.Collections.Generic

Method Details

DFA32() public method

public DFA32 ( BaseRecognizer recognizer ) : System.Collections.Generic
recognizer Antlr.Runtime.BaseRecognizer
return System.Collections.Generic

Error() public method

public Error ( NoViableAltException nvae ) : void
nvae Antlr.Runtime.NoViableAltException
return void