-
- Enclosing class:
- ConfigurationFile
private static class ConfigurationFile.PushbackStreamTokenizer
extends StreamTokenizer
Defines a StreamTokenizer that resets sval, nval, and lineno when the
pushBack method is called.
-
-
Method Summary
-
Methods inherited from class java.io.StreamTokenizer
commentChar, eolIsSignificant, lowerCaseMode, ordinaryChar, ordinaryChars, parseNumbers, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars
-
-
Field Detail
-
gotToken
private boolean gotToken
-
savedNval
private double savedNval
-
savedSval
private String savedSval
-
savedTtype
private int savedTtype
-
savedLineno
private int savedLineno
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.