Antlr3.Tool.Grammar.CheckRuleReference C# (CSharp) Method

CheckRuleReference() public method

public CheckRuleReference ( Antlr3.Tool.GrammarAST scopeAST, Antlr3.Tool.GrammarAST refAST, Antlr3.Tool.GrammarAST argsAST, string currentRuleName ) : void
scopeAST Antlr3.Tool.GrammarAST
refAST Antlr3.Tool.GrammarAST
argsAST Antlr3.Tool.GrammarAST
currentRuleName string
return void
        public virtual void CheckRuleReference( GrammarAST scopeAST,
                                       GrammarAST refAST,
                                       GrammarAST argsAST,
                                       string currentRuleName )
        {
            sanity.CheckRuleReference( scopeAST, refAST, argsAST, currentRuleName );
        }
Grammar