net.sourceforge.jivalo.editor.syntax
Class Word

java.lang.Object
  extended by net.sourceforge.jivalo.editor.syntax.Word
Direct Known Subclasses:
CommentLineWord, QuotationMarkWord

public class Word
extends Object

Author:
Markku Saarela

Constructor Summary
Word(String word, int startIndex, int endIndex)
           
 
Method Summary
 int getEndIndex()
           
 int getStartIndex()
           
 JIvaloStyle[] getStyles(SyntaxHighlighting syntaxHighlighting)
           
 String getWord()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Word

public Word(String word,
            int startIndex,
            int endIndex)
Method Detail

getEndIndex

public int getEndIndex()

getStartIndex

public int getStartIndex()

getWord

public String getWord()

getStyles

public JIvaloStyle[] getStyles(SyntaxHighlighting syntaxHighlighting)

toString

public String toString()
Overrides:
toString in class Object


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