void |
Assembler.collect(Environment env,
MemberDefinition field,
ConstantPool tab) |
Collect all constants into the constant table
|
(package private) void |
Instruction.collect(ConstantPool tab) |
Collect constants into the constant table
|
(package private) int |
Instruction.size(ConstantPool tab) |
Return the size of the instruction
|
void |
Assembler.write(Environment env,
java.io.DataOutputStream out,
MemberDefinition field,
ConstantPool tab) |
Generate code
|
(package private) void |
ClassConstantData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
(package private) abstract void |
ConstantPoolData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
(package private) void |
FieldConstantData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
(package private) void |
Instruction.write(java.io.DataOutputStream out,
ConstantPool tab) |
Generate code
|
(package private) void |
LocalVariableTable.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write out the data.
|
(package private) void |
NameAndTypeConstantData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
(package private) void |
NumberConstantData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
(package private) void |
StringConstantData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
(package private) void |
StringExpressionConstantData.write(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the constant to the output stream
|
void |
Assembler.writeCoverageTable(Environment env,
ClassDefinition c,
java.io.DataOutputStream out,
ConstantPool tab,
long whereField) |
Write the coverage table
|
(package private) void |
Assembler.writeExceptions(Environment env,
java.io.DataOutputStream out,
ConstantPool tab,
Instruction first,
Instruction last) |
Write the exceptions table
|
void |
Assembler.writeLineNumberTable(Environment env,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the linenumber table
|
void |
Assembler.writeLocalVariableTable(Environment env,
MemberDefinition field,
java.io.DataOutputStream out,
ConstantPool tab) |
Write the local variable table.
|