C# Class Pegasus.Compiler.ReportMissingRulesPass.MissingRuleExpressionTreeWalker

Inheritance: ExpressionTreeWalker
Mostra file Open project: otac0n/Pegasus

Public Methods

Method Description
MissingRuleExpressionTreeWalker ( Grammar grammar, CompileResult result ) : System.Collections.Generic

Protected Methods

Method Description
WalkNameExpression ( NameExpression nameExpression ) : void

Method Details

MissingRuleExpressionTreeWalker() public method

public MissingRuleExpressionTreeWalker ( Grammar grammar, CompileResult result ) : System.Collections.Generic
grammar Pegasus.Expressions.Grammar
result CompileResult
return System.Collections.Generic

WalkNameExpression() protected method

protected WalkNameExpression ( NameExpression nameExpression ) : void
nameExpression Pegasus.Expressions.NameExpression
return void