|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectasia.redact.bracket.properties.PropertiesToken
public class PropertiesToken
Container for token type and text
| Field Summary | |
|---|---|
(package private) String |
text
|
PropertiesTokenType |
type
|
| Constructor Summary | |
|---|---|
PropertiesToken(PropertiesTokenType type,
String text)
|
|
| Method Summary | |
|---|---|
static PropertiesToken |
eof()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final PropertiesTokenType type
String text
| Constructor Detail |
|---|
public PropertiesToken(PropertiesTokenType type,
String text)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static PropertiesToken eof()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||