Antlr4.Semantics.ActionSniffer.SetAttr C# (CSharp) Method

SetAttr() public method

public SetAttr ( string expr, Antlr.Runtime.IToken x, Antlr.Runtime.IToken rhs ) : void
expr string
x Antlr.Runtime.IToken
rhs Antlr.Runtime.IToken
return void
        public override void SetAttr(string expr, IToken x, IToken rhs)
        {
            TrackRef(x);
            ProcessNested(rhs);
        }