| Package | Description |
|---|---|
| net.oneandone.mork.classfile |
Java class files.
|
| net.oneandone.mork.classfile.attribute |
| Modifier and Type | Method and Description |
|---|---|
static Instruction |
Instruction.read(Input src) |
Instruction |
InstructionEncoding.read(int opcode,
Input src,
int ofs)
all opcodes except for tableswitch, lookupswitch and wide are considered "normal"
|
| Constructor and Description |
|---|
ClassDef(Input src)
Create a class file from the specified input stream.
|
Code(Input src) |
ExceptionInfo(Input src) |
FieldDef(Input src) |
InnerClassesInfo(Input src) |
LocalVariableInfo(Input src) |
MethodDef(Input src) |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.create(Input src) |
| Constructor and Description |
|---|
Blackbox(String nameInit,
Input src) |
ConstantValue(Input src) |
Deprecated(Input src) |
Empty(String name,
Input src) |
Exceptions(Input src) |
InnerClasses(Input src) |
LineNumberTable(Input src) |
LocalVariableTable(Input src) |
SourceFile(Input src) |
Synthetic(Input src) |
Copyright © 1998–2017 1&1. All rights reserved.