On line 114, in the init() method, a ClassicTokenizerImpl object is created, but the constructor is passed a parameter called input. Where does this variable come from? It doesn't seem to be declared anywhere in the java file.
On line 114, in the init() method, a ClassicTokenizerImpl object is created, but the constructor is passed a parameter called input. Where does this variable come from? It doesn't seem to be declared anywhere in the java file.