net.sourceforge.jivalo.editor.syntax
Class WordUtil.StringIterator

java.lang.Object
  extended by net.sourceforge.jivalo.editor.syntax.WordUtil.StringIterator
Enclosing class:
WordUtil

protected class WordUtil.StringIterator
extends Object


Constructor Summary
protected WordUtil.StringIterator(String aText)
           
 
Method Summary
protected  int getEndIndex()
           
protected  Word getNextWord(int offset)
           
protected  int getStartIndex()
           
protected  Word[] getWords(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordUtil.StringIterator

protected WordUtil.StringIterator(String aText)
Method Detail

getNextWord

protected Word getNextWord(int offset)

getWords

protected Word[] getWords(int offset)

getStartIndex

protected int getStartIndex()

getEndIndex

protected int getEndIndex()


Copyright © 2006-2007 SourceForge.net. All Rights Reserved.