C# Class Antlr4.Analysis.AnalysisPipeline

Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
g Antlr4.Tool.Grammar

Public Methods

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

Protected Methods

Method Description
ProcessLexer ( ) : void
ProcessParser ( ) : void

Method Details

AnalysisPipeline() public method

public AnalysisPipeline ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
return System.Collections.Generic

Disjoint() public static method

public static Disjoint ( Antlr4.Runtime.Misc.IntervalSet altLook ) : bool
altLook Antlr4.Runtime.Misc.IntervalSet
return bool

Process() public method

public Process ( ) : void
return void

ProcessLexer() protected method

protected ProcessLexer ( ) : void
return void

ProcessParser() protected method

protected ProcessParser ( ) : void
return void

Property Details

g public_oe property

public Grammar,Antlr4.Tool g
return Antlr4.Tool.Grammar