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

CompoundStatement() public method

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

Same methods

CompoundStatement::CompoundStatement ( Parser yyp, StatementList sl ) : Tools
CompoundStatement