Aurora.ScriptEngineParser.Constant_4.Constant_4 C# (CSharp) Method

Constant_4() public method

public Constant_4 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public Constant_4(Parser yyq) : base(yyq, "string",
                                             ((STRING_CONSTANT) (yyq.StackAt(0).m_value))
                                                 .yytext)
        {
        }
    }
Constant_4