home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / text / html / HTMLDocument$HTMLReader$DataCounter.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  888 b   |  26 lines

  1. package com.sun.java.swing.text.html;
  2.  
  3. class HTMLDocument$HTMLReader$DataCounter {
  4.    // $FF: synthetic field
  5.    private final HTMLDocument.HTMLReader this$1;
  6.    // $FF: renamed from: dc int
  7.    int field_0;
  8.  
  9.    public HTMLDocument$HTMLReader$DataCounter(HTMLDocument.HTMLReader var1) {
  10.       this.this$1 = var1;
  11.       this.this$1 = var1;
  12.    }
  13.  
  14.    public void incCounter() {
  15.       ++this.field_0;
  16.    }
  17.  
  18.    public void decCounter() {
  19.       --this.field_0;
  20.    }
  21.  
  22.    public boolean noPCData() {
  23.       return this.field_0 <= 0;
  24.    }
  25. }
  26.