protected ShiftReduceParser()
 {
     this.Trace          = false;
     this.state_stack    = new ParserStack <State>();
     this.value_stack    = new ParserStack <YYSTYPE>();
     this.location_stack = new ParserStack <YYLTYPE>();
 }