-
Enhancement
-
Resolution: Fixed
-
P5
-
6
-
b57
-
generic
-
solaris_8
-
Verified
It would be helpful to abstract the Scenner into an interface, rather than
keeping it as a class. Alternately, make it a (simple) abstract class.
This would force us to face the issue of how to represent in a clean API
how the parser/scanner handle the closing token of
List<List<String>>
keeping it as a class. Alternately, make it a (simple) abstract class.
This would force us to face the issue of how to represent in a clean API
how the parser/scanner handle the closing token of
List<List<String>>