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

Constant() public method

public Constant ( Parser yyp ) : Tools
yyp Tools.Parser
return Tools
        public Constant(Parser yyp) : base(yyp)
        {
        }

Same methods

Constant::Constant ( Parser yyp, string type, string val ) : Tools