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

SEMICOLON_factory() public static method

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