Package org.apache.maven.jxr.util
Class StringEntry
- java.lang.Object
-
- org.apache.maven.jxr.util.StringEntry
-
public final class StringEntry extends java.lang.ObjectA StringEntry represents a value found by the tokenizer. The index is where this StringEntry was found in the source string.
-
-
Constructor Summary
Constructors Constructor Description StringEntry(java.lang.String value, int index)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the index attribute of the StringEntry object.java.lang.StringtoString()
-