C# 클래스 Antlr4.Runtime.Dfa.DFAState.PredPrediction

Map a predicate to a predicted alternative.
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
alt int

공개 메소드들

메소드 설명
PredPrediction ( SemanticContext pred, int alt ) : System
ToString ( ) : string

메소드 상세

PredPrediction() 공개 메소드

public PredPrediction ( SemanticContext pred, int alt ) : System
pred SemanticContext
alt int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

alt 공개적으로 프로퍼티

public int alt
리턴 int