|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.pretty.Tokenizer
public class Tokenizer
Parses a XDoclet javadoc comment tag
| Field Summary | |
|---|---|
protected java.lang.StringBuffer |
buffer
Description of the Field |
protected int |
index
Description of the Field |
protected int |
last
Description of the Field |
static int |
NEWLINE
Represents newline |
static int |
SPACE
Represents spaces |
protected java.lang.String |
value
Description of the Field |
static int |
WORD
Represents a word |
| Constructor Summary | |
|---|---|
Tokenizer(java.lang.String init)
Constructor for the JavadocTokenizer object |
|
| Method Summary | |
|---|---|
static boolean |
hasContent(java.lang.String value)
Description of the Method |
boolean |
hasNext()
Description of the Method |
protected void |
loadWord()
Loads a particular word. |
net.sourceforge.jrefactory.parser.Token |
next()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.StringBuffer buffer
protected int index
protected int last
protected java.lang.String value
public static final int SPACE
public static final int NEWLINE
public static final int WORD
| Constructor Detail |
|---|
public Tokenizer(java.lang.String init)
| Method Detail |
|---|
public boolean hasNext()
public net.sourceforge.jrefactory.parser.Token next()
protected void loadWord()
public static boolean hasContent(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||