Aurora.ScriptEngineParser.yyLSLTokens.STRING_CONSTANT_factory C# (CSharp) Method

STRING_CONSTANT_factory() public static method

public static STRING_CONSTANT_factory ( Lexer yyl ) : object
yyl Tools.Lexer
return object
        public static object STRING_CONSTANT_factory(Lexer yyl)
        {
            return new STRING_CONSTANT(yyl);
        }
yyLSLTokens