Aurora.ScriptEngineParser.yyLSLSyntax.ConstantExpression_factory C# (CSharp) Method

ConstantExpression_factory() public static method

public static ConstantExpression_factory ( Parser yyp ) : object
yyp Tools.Parser
return object
        public static object ConstantExpression_factory(Parser yyp)
        {
            return new ConstantExpression(yyp);
        }
yyLSLSyntax