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

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

공개 프로퍼티들

프로퍼티 타입 설명
avgk float
couldBacktrack bool
decision int
fileName string
line int
maxk int
n int
numBacktrackOccurrences int
numSemPredEvals int
pos int
ruleName string

프로퍼티 상세

avgk 공개적으로 프로퍼티

public float avgk
리턴 float

couldBacktrack 공개적으로 프로퍼티

public bool couldBacktrack
리턴 bool

decision 공개적으로 프로퍼티

public int decision
리턴 int

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

line 공개적으로 프로퍼티

public int line
리턴 int

maxk 공개적으로 프로퍼티

public int maxk
리턴 int

n 공개적으로 프로퍼티

public int n
리턴 int

numBacktrackOccurrences 공개적으로 프로퍼티

public int numBacktrackOccurrences
리턴 int

numSemPredEvals 공개적으로 프로퍼티

public int numSemPredEvals
리턴 int

pos 공개적으로 프로퍼티

public int pos
리턴 int

ruleName 공개적으로 프로퍼티

public string ruleName
리턴 string