Method |
Description |
|
ActionToString ( int action ) : string |
|
|
BuildStates ( short data ) : IronRuby.Compiler.State[] |
|
|
ClearInput ( ) : void |
|
|
DisableLogging ( ) : void |
|
|
DoDefaultAction ( ) : void |
|
|
DumpTables ( TextWriter output ) : void |
|
|
EnableLogging ( IParserLogger logger ) : void |
|
|
GetLocation ( int depth ) : Microsoft.Scripting.SourceSpan |
|
|
GetNonTerminalName ( int nonTerminal ) : string |
|
|
GetRuleLhsNonterminal ( int ruleDef ) : int |
|
|
GetRuleRhsLength ( int ruleDef ) : int |
|
|
GetSymbolName ( int symbol ) : string |
|
|
GetSyntaxErrorMessage ( ) : string |
|
|
GetValue ( int depth ) : IronRuby.Compiler.TokenValue |
|
|
InitializeRulesMetadata ( ParserTables tables ) : void |
|
|
InitializeTables ( ) : void |
|
|
LogBeforeGoto ( int stateId, int ruleId ) : void |
|
|
LogBeforeReduction ( int ruleId, int rhsLength ) : void |
|
|
LogBeforeShift ( int stateId, int tokenId, bool isErrorShift ) : void |
|
|
LogNextToken ( int tokenId ) : void |
|
|
LogStateEntered ( ) : void |
|
|
Parse ( ) : bool |
|
|
Reduce ( int ruleId ) : void |
|
|
RuleToString ( int ruleIndex ) : string |
|
|
Shift ( int stateId ) : void |
|
|
StopErrorRecovery ( ) : void |
|
|