|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectsymbolHandling.AbstractTable<StringSymbol>
symbolHandling.StringTable
public class StringTable
| Field Summary |
|---|
| Fields inherited from class symbolHandling.AbstractTable |
|---|
idtable, inttable, stringtable, table |
| Constructor Summary | |
|---|---|
StringTable()
|
|
| Method Summary | |
|---|---|
void |
codeStringTable(int stringclasstag,
java.io.PrintWriter s)
Generates code for all string constants in the string table. |
protected StringSymbol |
getNewSymbol(java.lang.String s,
int len,
int index)
Creates a new StringSymbol object. |
| Methods inherited from class symbolHandling.AbstractTable |
|---|
addInt, addString, addString, getSymbols, lookup, lookup, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringTable()
| Method Detail |
|---|
protected StringSymbol getNewSymbol(java.lang.String s,
int len,
int index)
getNewSymbol in class AbstractTable<StringSymbol>StringSymbol
public void codeStringTable(int stringclasstag,
java.io.PrintWriter s)
stringclasstag - the class tag for Strings - the output stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||