C# Class Irony.Compiler.ParserActionEventArgs

Inheritance: System.EventArgs
Show file Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Properties

Property Type Description
Action ActionRecord
Input Token
State System.ParserState

Public Methods

Method Description
ParserActionEventArgs ( ParserState state, Token input, ActionRecord action ) : System
ToString ( ) : string

Method Details

ParserActionEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Action public property

public ActionRecord Action
return ActionRecord

Input public property

public Token Input
return Token

State public property

public ParserState,System State
return System.ParserState