C# 클래스 Irony.Compiler.ParserActionEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Action ActionRecord
Input Token
State System.ParserState

공개 메소드들

메소드 설명
ParserActionEventArgs ( ParserState state, Token input, ActionRecord action ) : System
ToString ( ) : string

메소드 상세

ParserActionEventArgs() 공개 메소드

public ParserActionEventArgs ( ParserState state, Token input, ActionRecord action ) : System
state System.ParserState
input Token
action ActionRecord
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Action 공개적으로 프로퍼티

public ActionRecord Action
리턴 ActionRecord

Input 공개적으로 프로퍼티

public Token Input
리턴 Token

State 공개적으로 프로퍼티

public ParserState,System State
리턴 System.ParserState