C# Class IronRuby.Compiler.ParserTables

Mostrar archivo Open project: jschementi/iron Class Usage Examples

Public Properties

Property Type Description
EofToken int
ErrorToken int
Rules int[]
States IronRuby.Compiler.State[]

Property Details

EofToken public_oe property

public int EofToken
return int

ErrorToken public_oe property

public int ErrorToken
return int

Rules public_oe property

public int[] Rules
return int[]

States public_oe property

public State[],IronRuby.Compiler States
return IronRuby.Compiler.State[]