C# 클래스 Antlr.Runtime.Debug.Profiler.DecisionEvent

파일 보기 프로젝트 열기: antlr/antlrcs

공개 프로퍼티들

프로퍼티 타입 설명
backtracks bool
decision DecisionDescriptor
evalSemPred bool
k int
numMemoizationCacheHits int
numMemoizationCacheMisses int
startIndex int
startTime System.DateTime
stopTime System.DateTime

프로퍼티 상세

backtracks 공개적으로 프로퍼티

public bool backtracks
리턴 bool

decision 공개적으로 프로퍼티

public DecisionDescriptor decision
리턴 DecisionDescriptor

evalSemPred 공개적으로 프로퍼티

public bool evalSemPred
리턴 bool

k 공개적으로 프로퍼티

public int k
리턴 int

numMemoizationCacheHits 공개적으로 프로퍼티

public int numMemoizationCacheHits
리턴 int

numMemoizationCacheMisses 공개적으로 프로퍼티

public int numMemoizationCacheMisses
리턴 int

startIndex 공개적으로 프로퍼티

public int startIndex
리턴 int

startTime 공개적으로 프로퍼티

public System.DateTime startTime
리턴 System.DateTime

stopTime 공개적으로 프로퍼티

public System.DateTime stopTime
리턴 System.DateTime