|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjanus.util.DdlText
Hilfsklasse für DDL2JAVA. Speichert Texte aller Art aus dem DDL-Dictionary
| Field Summary | |
String[] |
lines
|
String[] |
names
|
static char |
TT_ENUM
|
static char |
TT_KANJI
|
static char |
TT_KEYWORD
|
static char |
TT_NUMBER
|
static char |
TT_STRING
|
char[] |
types
|
| Constructor Summary | |
DdlText()
Konstruktor. |
|
DdlText(char[] types,
String[] lines,
String[] names)
Konstruktor. |
|
DdlText(char type,
String line,
String name)
Konstruktor. |
|
DdlText(String s)
Konstruktor. |
|
| Method Summary | |
boolean |
equals(Object o)
Vergleich zweier DdlText-Objekte. |
int |
intValue()
Ausgabe als int - funktioniert nur bei einzeilgen Texten |
long |
longValue()
Ausgabe als long - funktioniert nur bei einzeilgen Texten |
void |
print(Writer w)
Dump auf einen PrintWriter |
String |
toString()
Ausgabe als String |
String |
trim()
Kurzform von toString().trim() |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public String[] lines
public String[] names
public static final char TT_ENUM
public static final char TT_KANJI
public static final char TT_KEYWORD
public static final char TT_NUMBER
public static final char TT_STRING
public char[] types
| Constructor Detail |
public DdlText()
public DdlText(char[] types,
String[] lines,
String[] names)
public DdlText(char type,
String line,
String name)
public DdlText(String s)
toString() um.
| Method Detail |
public boolean equals(Object o)
public int intValue()
public long longValue()
public void print(Writer w)
throws IOException
IOExceptionpublic String toString()
public String trim()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||