C# Class Antlr4.Runtime.Atn.DecisionInfo

This class contains profiling gathered for a particular decision.
This class contains profiling gathered for a particular decision.

Parsing performance in ANTLR 4 is heavily influenced by both static factors (e.g. the form of the rules in the grammar) and dynamic factors (e.g. the choice of input and the state of the DFA cache at the time profiling operations are started). For best results, gather and use aggregate statistics from a large sample of inputs representing the inputs expected in production before using the results to make changes in the grammar.

Afficher le fichier Open project: antlr/antlr4 Class Usage Examples

Méthodes publiques

Свойство Type Description
LL_ATNTransitions long
LL_DFATransitions long
LL_Fallback long
LL_MaxLook long
LL_MaxLookEvent LookaheadEventInfo
LL_MinLook long
LL_TotalLook long
SLL_ATNTransitions long
SLL_DFATransitions long
SLL_MaxLook long
SLL_MaxLookEvent LookaheadEventInfo
SLL_MinLook long
SLL_TotalLook long
ambiguities List
contextSensitivities List
decision int
errors List
invocations long
predicateEvals List
timeInPrediction long

Méthodes publiques

Méthode Description
DecisionInfo ( int decision ) : System.Collections.Generic
ToString ( ) : string

Method Details

DecisionInfo() public méthode

public DecisionInfo ( int decision ) : System.Collections.Generic
decision int
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

LL_ATNTransitions public_oe property

public long LL_ATNTransitions
Résultat long

LL_DFATransitions public_oe property

public long LL_DFATransitions
Résultat long

LL_Fallback public_oe property

public long LL_Fallback
Résultat long

LL_MaxLook public_oe property

public long LL_MaxLook
Résultat long

LL_MaxLookEvent public_oe property

public LookaheadEventInfo,Antlr4.Runtime.Atn LL_MaxLookEvent
Résultat LookaheadEventInfo

LL_MinLook public_oe property

public long LL_MinLook
Résultat long

LL_TotalLook public_oe property

public long LL_TotalLook
Résultat long

SLL_ATNTransitions public_oe property

public long SLL_ATNTransitions
Résultat long

SLL_DFATransitions public_oe property

public long SLL_DFATransitions
Résultat long

SLL_MaxLook public_oe property

public long SLL_MaxLook
Résultat long

SLL_MaxLookEvent public_oe property

public LookaheadEventInfo,Antlr4.Runtime.Atn SLL_MaxLookEvent
Résultat LookaheadEventInfo

SLL_MinLook public_oe property

public long SLL_MinLook
Résultat long

SLL_TotalLook public_oe property

public long SLL_TotalLook
Résultat long

ambiguities public_oe property

public List ambiguities
Résultat List

contextSensitivities public_oe property

public List contextSensitivities
Résultat List

decision public_oe property

public int decision
Résultat int

errors public_oe property

public List errors
Résultat List

invocations public_oe property

public long invocations
Résultat long

predicateEvals public_oe property

public List predicateEvals
Résultat List

timeInPrediction public_oe property

public long timeInPrediction
Résultat long