| Package | Description |
|---|---|
| net.oneandone.mork.classfile |
Java class files.
|
| net.oneandone.mork.classfile.attribute |
| Modifier and Type | Method and Description |
|---|---|
int |
Instruction.getMaxLength(Output dest) |
int |
InstructionType.getMaxLength(Output dest,
Object[] argValues) |
void |
MethodDef.write(Output dest) |
void |
LocalVariableInfo.write(Output dest) |
void |
Instruction.write(Output dest) |
void |
InnerClassesInfo.write(Output dest) |
void |
FieldDef.write(Output dest) |
void |
ExceptionInfo.write(Output dest) |
void |
Code.write(Output dest) |
void |
ClassDef.write(Output dest)
Write this class file to the specified output stream.
|
void |
InstructionType.write(Output dest,
Object[] values) |
void |
InstructionType.writeCNST(Output dest,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceFile.write(Output dest) |
void |
LocalVariableTable.write(Output dest) |
void |
LineNumberTable.write(Output dest) |
void |
InnerClasses.write(Output dest) |
void |
Exceptions.write(Output dest) |
void |
Empty.write(Output dest) |
void |
ConstantValue.write(Output dest) |
void |
Blackbox.write(Output dest) |
abstract void |
Attribute.write(Output dest) |
Copyright © 1998–2017 1&1. All rights reserved.