/[classpath]/classpath/java/io/StreamTokenizer.java
ViewVC logotype

Diff of /classpath/java/io/StreamTokenizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16.2.3 by gnu_andrew, Tue Aug 2 20:12:20 2005 UTC revision 1.16.2.4 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 550  public class StreamTokenizer Line 550  public class StreamTokenizer
550    /**    /**
551     * This method sets the numeric attribute on the characters '0' - '9' and     * This method sets the numeric attribute on the characters '0' - '9' and
552     * the characters '.' and '-'.     * the characters '.' and '-'.
553       * When this method is used, the result of giving other attributes
554       * (whitespace, quote, or comment) to the numeric characters may
555       * vary depending on the implementation. For example, if
556       * parseNumbers() and then whitespaceChars('1', '1') are called,
557       * this implementation reads "121" as 2, while some other implementation
558       * will read it as 21.
559     */     */
560    public void parseNumbers()    public void parseNumbers()
561    {    {

Legend:
Removed from v.1.16.2.3  
changed lines
  Added in v.1.16.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26