C# Class UniAspectLexer.DFA7, UniAspect
显示文件
Open project: UnicoenProject/UniAspect
Public Methods
Method |
Description |
|
DFA7 ( BaseRecognizer recognizer ) : System.Collections.Generic |
|
|
Error ( NoViableAltException nvae ) : void |
|
|
Private Methods
Method |
Description |
|
DFA7 ( ) : System.Collections.Generic |
|
|
Method Details
public DFA7 ( BaseRecognizer recognizer ) : System.Collections.Generic |
recognizer |
Antlr.Runtime.BaseRecognizer |
|
return |
System.Collections.Generic |
|
public Error ( NoViableAltException nvae ) : void |
nvae |
Antlr.Runtime.NoViableAltException |
|
return |
void |
|