C# Class Irony.Compiler.ParserActionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Zepheus/Fiesta_Utils Class Usage Examples

Méthodes publiques

Свойство Type Description
Action ActionRecord
Input Token
State System.ParserState

Méthodes publiques

Méthode Description
ParserActionEventArgs ( ParserState state, Token input, ActionRecord action ) : System
ToString ( ) : string

Method Details

ParserActionEventArgs() public méthode

public ParserActionEventArgs ( ParserState state, Token input, ActionRecord action ) : System
state System.ParserState
input Token
action ActionRecord
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Action public_oe property

public ActionRecord Action
Résultat ActionRecord

Input public_oe property

public Token Input
Résultat Token

State public_oe property

public ParserState,System State
Résultat System.ParserState