|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectreader.lexer.html.Lexeme
public class Lexeme
This class represents a single token of information in a file.
| Nested Class Summary | |
|---|---|
static class |
Lexeme.Type
These are known used tags for an HTML document. |
| Constructor Summary | |
|---|---|
Lexeme(Lexeme.Type t)
Convenience Constructor. Same as Lexeme(t,null). |
|
Lexeme(Lexeme.Type t,
java.lang.String s)
Constructs a new Lexeme. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lexeme(Lexeme.Type t)
Lexeme(t,null).
t - The type of the Lexeme.
public Lexeme(Lexeme.Type t,
java.lang.String s)
Lexeme.
t - The Type of the object.s - The String associated with certain Types.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||