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

Constant_3() public method

public Constant_3 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public Constant_3(Parser yyq) : base(yyq, "float",
                                             ((FLOAT_CONSTANT) (yyq.StackAt(0).m_value))
                                                 .yytext)
        {
        }
    }
Constant_3