C# Class Antlr4.Analysis.AnalysisPipeline

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

Méthodes publiques

Свойство Type Description
g Antlr4.Tool.Grammar

Méthodes publiques

Méthode Description
AnalysisPipeline ( Grammar g ) : System.Collections.Generic
Disjoint ( Antlr4.Runtime.Misc.IntervalSet altLook ) : bool
Process ( ) : void

Méthodes protégées

Méthode Description
ProcessLexer ( ) : void
ProcessParser ( ) : void

Method Details

AnalysisPipeline() public méthode

public AnalysisPipeline ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
Résultat System.Collections.Generic

Disjoint() public static méthode

public static Disjoint ( Antlr4.Runtime.Misc.IntervalSet altLook ) : bool
altLook Antlr4.Runtime.Misc.IntervalSet
Résultat bool

Process() public méthode

public Process ( ) : void
Résultat void

ProcessLexer() protected méthode

protected ProcessLexer ( ) : void
Résultat void

ProcessParser() protected méthode

protected ProcessParser ( ) : void
Résultat void

Property Details

g public_oe property

public Grammar,Antlr4.Tool g
Résultat Antlr4.Tool.Grammar