C# 클래스 IronRuby.Compiler.ParserTables

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

공개 프로퍼티들

프로퍼티 타입 설명
EofToken int
ErrorToken int
Rules int[]
States IronRuby.Compiler.State[]

프로퍼티 상세

EofToken 공개적으로 프로퍼티

public int EofToken
리턴 int

ErrorToken 공개적으로 프로퍼티

public int ErrorToken
리턴 int

Rules 공개적으로 프로퍼티

public int[] Rules
리턴 int[]

States 공개적으로 프로퍼티

public State[],IronRuby.Compiler States
리턴 IronRuby.Compiler.State[]