// This file was generated by DAJ from statistics.cd. aspect statisticsParsing { public static Container Container.parse(java.io.Reader in) throws antlr.ANTLRException { return new statisticsParser(new statisticsLexer(in)).parseContainer(); } public static Container Container.parse(java.io.File in) throws antlr.ANTLRException, java.io.FileNotFoundException { return parse(new java.io.BufferedReader(new java.io.FileReader(in))); } public static Container Container.parse(String in) { try { return parse(new java.io.StringReader(in)); } catch (antlr.ANTLRException e) { throw new RuntimeException(e); } } public static Item Item.parse(java.io.Reader in) throws antlr.ANTLRException { return new statisticsParser(new statisticsLexer(in)).parseItem(); } public static Item Item.parse(java.io.File in) throws antlr.ANTLRException, java.io.FileNotFoundException { return parse(new java.io.BufferedReader(new java.io.FileReader(in))); } public static Item Item.parse(String in) { try { return parse(new java.io.StringReader(in)); } catch (antlr.ANTLRException e) { throw new RuntimeException(e); } } public static Simple Simple.parse(java.io.Reader in) throws antlr.ANTLRException { return new statisticsParser(new statisticsLexer(in)).parseSimple(); } public static Simple Simple.parse(java.io.File in) throws antlr.ANTLRException, java.io.FileNotFoundException { return parse(new java.io.BufferedReader(new java.io.FileReader(in))); } public static Simple Simple.parse(String in) { try { return parse(new java.io.StringReader(in)); } catch (antlr.ANTLRException e) { throw new RuntimeException(e); } } public static Capacity Capacity.parse(java.io.Reader in) throws antlr.ANTLRException { return new statisticsParser(new statisticsLexer(in)).parseCapacity(); } public static Capacity Capacity.parse(java.io.File in) throws antlr.ANTLRException, java.io.FileNotFoundException { return parse(new java.io.BufferedReader(new java.io.FileReader(in))); } public static Capacity Capacity.parse(String in) { try { return parse(new java.io.StringReader(in)); } catch (antlr.ANTLRException e) { throw new RuntimeException(e); } } public static Weight Weight.parse(java.io.Reader in) throws antlr.ANTLRException { return new statisticsParser(new statisticsLexer(in)).parseWeight(); } public static Weight Weight.parse(java.io.File in) throws antlr.ANTLRException, java.io.FileNotFoundException { return parse(new java.io.BufferedReader(new java.io.FileReader(in))); } public static Weight Weight.parse(String in) { try { return parse(new java.io.StringReader(in)); } catch (antlr.ANTLRException e) { throw new RuntimeException(e); } } public static Item_List Item_List.parse(java.io.Reader in) throws antlr.ANTLRException { return new statisticsParser(new statisticsLexer(in)).parseItem_List(); } public static Item_List Item_List.parse(java.io.File in) throws antlr.ANTLRException, java.io.FileNotFoundException { return parse(new java.io.BufferedReader(new java.io.FileReader(in))); } public static Item_List Item_List.parse(String in) { try { return parse(new java.io.StringReader(in)); } catch (antlr.ANTLRException e) { throw new RuntimeException(e); } } }