C# 클래스 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.

파일 보기 프로젝트 열기: antlr/antlr4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DecisionInfo ( int decision ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

DecisionInfo() 공개 메소드

public DecisionInfo ( int decision ) : System.Collections.Generic
decision int
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

LL_ATNTransitions 공개적으로 프로퍼티

public long LL_ATNTransitions
리턴 long

LL_DFATransitions 공개적으로 프로퍼티

public long LL_DFATransitions
리턴 long

LL_Fallback 공개적으로 프로퍼티

public long LL_Fallback
리턴 long

LL_MaxLook 공개적으로 프로퍼티

public long LL_MaxLook
리턴 long

LL_MaxLookEvent 공개적으로 프로퍼티

public LookaheadEventInfo,Antlr4.Runtime.Atn LL_MaxLookEvent
리턴 LookaheadEventInfo

LL_MinLook 공개적으로 프로퍼티

public long LL_MinLook
리턴 long

LL_TotalLook 공개적으로 프로퍼티

public long LL_TotalLook
리턴 long

SLL_ATNTransitions 공개적으로 프로퍼티

public long SLL_ATNTransitions
리턴 long

SLL_DFATransitions 공개적으로 프로퍼티

public long SLL_DFATransitions
리턴 long

SLL_MaxLook 공개적으로 프로퍼티

public long SLL_MaxLook
리턴 long

SLL_MaxLookEvent 공개적으로 프로퍼티

public LookaheadEventInfo,Antlr4.Runtime.Atn SLL_MaxLookEvent
리턴 LookaheadEventInfo

SLL_MinLook 공개적으로 프로퍼티

public long SLL_MinLook
리턴 long

SLL_TotalLook 공개적으로 프로퍼티

public long SLL_TotalLook
리턴 long

ambiguities 공개적으로 프로퍼티

public List ambiguities
리턴 List

contextSensitivities 공개적으로 프로퍼티

public List contextSensitivities
리턴 List

decision 공개적으로 프로퍼티

public int decision
리턴 int

errors 공개적으로 프로퍼티

public List errors
리턴 List

invocations 공개적으로 프로퍼티

public long invocations
리턴 long

predicateEvals 공개적으로 프로퍼티

public List predicateEvals
리턴 List

timeInPrediction 공개적으로 프로퍼티

public long timeInPrediction
리턴 long