232233234235236237238239240241242
list.add( new LastSeat( Integer.parseInt( st.nextToken( ) ) ) ); } if ( "count".equals( type ) ) { list.add( new Count( Integer.parseInt( st.nextToken( ) ) ) ); } if ( "context".equals( type ) ) { list.add( new Context( st.nextToken( ) ) );