C# Class Antlr4.Runtime.Atn.ParseInfo

This class provides access to specific and aggregate statistics gathered during profiling of a parser.
Afficher le fichier Open project: antlr/antlr4

Protected Properties

Свойство Type Description
atnSimulator ProfilingATNSimulator

Méthodes publiques

Méthode Description
ParseInfo ( ProfilingATNSimulator atnSimulator ) : System.Collections.Generic
getDFASize ( ) : int
getDFASize ( int decision ) : int
getDecisionInfo ( ) : Antlr4.Runtime.Atn.DecisionInfo[]
getLLDecisions ( ) : List
getTotalATNLookaheadOps ( ) : long
getTotalLLATNLookaheadOps ( ) : long
getTotalLLLookaheadOps ( ) : long
getTotalSLLATNLookaheadOps ( ) : long
getTotalSLLLookaheadOps ( ) : long
getTotalTimeInPrediction ( ) : long

Method Details

ParseInfo() public méthode

public ParseInfo ( ProfilingATNSimulator atnSimulator ) : System.Collections.Generic
atnSimulator ProfilingATNSimulator
Résultat System.Collections.Generic

getDFASize() public méthode

public getDFASize ( ) : int
Résultat int

getDFASize() public méthode

public getDFASize ( int decision ) : int
decision int
Résultat int

getDecisionInfo() public méthode

public getDecisionInfo ( ) : Antlr4.Runtime.Atn.DecisionInfo[]
Résultat Antlr4.Runtime.Atn.DecisionInfo[]

getLLDecisions() public méthode

public getLLDecisions ( ) : List
Résultat List

getTotalATNLookaheadOps() public méthode

public getTotalATNLookaheadOps ( ) : long
Résultat long

getTotalLLATNLookaheadOps() public méthode

public getTotalLLATNLookaheadOps ( ) : long
Résultat long

getTotalLLLookaheadOps() public méthode

public getTotalLLLookaheadOps ( ) : long
Résultat long

getTotalSLLATNLookaheadOps() public méthode

public getTotalSLLATNLookaheadOps ( ) : long
Résultat long

getTotalSLLLookaheadOps() public méthode

public getTotalSLLLookaheadOps ( ) : long
Résultat long

getTotalTimeInPrediction() public méthode

public getTotalTimeInPrediction ( ) : long
Résultat long

Property Details

atnSimulator protected_oe property

protected ProfilingATNSimulator,Antlr4.Runtime.Atn atnSimulator
Résultat ProfilingATNSimulator