|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectsymbolHandling.AbstractTable<IntSymbol>
symbolHandling.IntTable
public class IntTable
Field Summary |
---|
Fields inherited from class symbolHandling.AbstractTable |
---|
idtable, inttable, stringtable, table |
Constructor Summary | |
---|---|
IntTable()
|
Method Summary | |
---|---|
void |
codeStringTable(int intclasstag,
java.io.PrintWriter s)
Generates code for all int constants in the int table. |
protected IntSymbol |
getNewSymbol(java.lang.String s,
int len,
int index)
Creates a new IntSymbol 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 IntTable()
Method Detail |
---|
protected IntSymbol getNewSymbol(java.lang.String s, int len, int index)
getNewSymbol
in class AbstractTable<IntSymbol>
IntSymbol
public void codeStringTable(int intclasstag, java.io.PrintWriter s)
intclasstag
- the class tag for Ints
- the output stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |