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

ParenthesisExpression_factory() public static method

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