| java.lang.Object gnu.expr.LitTable
LitTable | public class LitTable implements ObjectOutput(Code) | | Manages the literals of a Compilation.
Implements ObjectOutput, because we use externalization to determine
how literals get compiled into code that re-creates the literal.
|
literalsChain | Literal literalsChain(Code) | | Rembembers literals to initialize (in ).
|
literalsCount | int literalsCount(Code) | | |
stackPointer | int stackPointer(Code) | | |
close | public void close()(Code) | | |
flush | public void flush()(Code) | | |
writeBoolean | public void writeBoolean(boolean v)(Code) | | |
writeByte | public void writeByte(int v)(Code) | | |
writeChar | public void writeChar(int v)(Code) | | |
writeDouble | public void writeDouble(double v)(Code) | | |
writeFloat | public void writeFloat(float v)(Code) | | |
writeInt | public void writeInt(int v)(Code) | | |
writeLong | public void writeLong(long v)(Code) | | |
writeShort | public void writeShort(int v)(Code) | | |
|
|