Antlr4.Tool.Ast.RuleRefAST.RuleRefAST C# (CSharp) Method

RuleRefAST() public method

public RuleRefAST ( RuleRefAST node )
node RuleRefAST
        public RuleRefAST(RuleRefAST node)
            : base(node)
        {
        }

Same methods

RuleRefAST::RuleRefAST ( Antlr.Runtime.IToken t )
RuleRefAST::RuleRefAST ( int type )
RuleRefAST::RuleRefAST ( int type, Antlr.Runtime.IToken t )