C# Class Antlr4.Automata.Handle

Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
left Antlr4.Runtime.Atn.ATNState
right Antlr4.Runtime.Atn.ATNState

Méthodes publiques

Méthode Description
Handle ( ATNState left, ATNState right ) : System.Collections.Generic
ToString ( ) : string

Method Details

Handle() public méthode

public Handle ( ATNState left, ATNState right ) : System.Collections.Generic
left Antlr4.Runtime.Atn.ATNState
right Antlr4.Runtime.Atn.ATNState
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

left public_oe property

public ATNState,Antlr4.Runtime.Atn left
Résultat Antlr4.Runtime.Atn.ATNState

right public_oe property

public ATNState,Antlr4.Runtime.Atn right
Résultat Antlr4.Runtime.Atn.ATNState