Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.help
Class HelpIndex.Word  view HelpIndex.Word download HelpIndex.Word.java

java.lang.Object
  extended byorg.gjt.sp.jedit.help.HelpIndex.Word
Enclosing class:
HelpIndex

static class HelpIndex.Word
extends java.lang.Object


Nested Class Summary
(package private) static class HelpIndex.Word.Occurrence
           
 
Field Summary
(package private)  int occurCount
           
(package private)  HelpIndex.Word.Occurrence[] occurrences
           
(package private) static int TITLE_OCCUR
           
(package private)  java.lang.String word
           
 
Constructor Summary
(package private) HelpIndex.Word(java.lang.String word, int file, boolean title)
           
 
Method Summary
(package private)  void addOccurrence(int file, boolean title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE_OCCUR

static final int TITLE_OCCUR
See Also:
Constant Field Values

word

java.lang.String word

occurCount

int occurCount

occurrences

HelpIndex.Word.Occurrence[] occurrences
Constructor Detail

HelpIndex.Word

HelpIndex.Word(java.lang.String word,
               int file,
               boolean title)
Method Detail

addOccurrence

void addOccurrence(int file,
                   boolean title)