C# Class GOLD.Engine.GrammarTables

Mostrar archivo Open project: software-engineering-amsterdam/poly-ql

Private Properties

Property Type Description
Clear void

Public Methods

Method Description
GrammarTables ( ushort symbolsSize, ushort charSetsSize, ushort productionsSize, ushort faStatesSize, ushort lrActionsListsSize, ushort groupsSize ) : System.Collections.Generic

Private Methods

Method Description
Clear ( ) : void

Method Details

GrammarTables() public method

public GrammarTables ( ushort symbolsSize, ushort charSetsSize, ushort productionsSize, ushort faStatesSize, ushort lrActionsListsSize, ushort groupsSize ) : System.Collections.Generic
symbolsSize ushort
charSetsSize ushort
productionsSize ushort
faStatesSize ushort
lrActionsListsSize ushort
groupsSize ushort
return System.Collections.Generic