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

Constant_1() public method

public Constant_1 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public Constant_1(Parser yyq) : base(yyq, "integer",
                                             ((INTEGER_CONSTANT) (yyq.StackAt(0).m_value))
                                                 .yytext)
        {
        }
    }
Constant_1