C# Class Pegasus.Compiler.ReportResourcesMissingPass.MissingRuleExpressionTreeWalker

Inheritance: ExpressionTreeWalker
Mostra file Open project: otac0n/Pegasus

Public Methods

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

Protected Methods

Method Description
WalkLiteralExpression ( LiteralExpression literalExpression ) : void

Method Details

MissingRuleExpressionTreeWalker() public method

public MissingRuleExpressionTreeWalker ( CompileResult result ) : System.Collections.Generic
result CompileResult
return System.Collections.Generic

WalkGrammar() public method

public WalkGrammar ( Grammar grammar ) : void
grammar Pegasus.Expressions.Grammar
return void

WalkLiteralExpression() protected method

protected WalkLiteralExpression ( LiteralExpression literalExpression ) : void
literalExpression Pegasus.Expressions.LiteralExpression
return void