| Package | Description |
|---|---|
| net.oneandone.mork.classfile |
Java class files.
|
| net.oneandone.mork.compiler |
Invoke and control mork.
|
| net.oneandone.mork.mapping |
Implements the mapping concept.
|
| net.oneandone.mork.reflect |
Additional functionality over java.lang.reflect.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassRef |
class |
InstructionEncoding
Encoding of an instruction.
|
class |
InstructionType
Type of an instruction.
|
class |
Jsr
A jsr/ret subroutine.
|
class |
Type
Stupid data container for ClassRef.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionCompiler
Generates classes derived from CompiledFunctionBase classes.
|
class |
GenericCompiler
Compiling an object compiles it fields.
|
class |
InvocationCode
Generates bytecode for invoke methods.
|
class |
MapperCompiler |
class |
ObjectCompiler
Turn object into bytecode to create the object.
|
class |
Util |
| Modifier and Type | Class and Description |
|---|---|
class |
ToArray
Invokation creates an array initialized with the List passed as an
argument.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Constant
Wraps an Object to make is useable as a constant Function, i.e.
|
class |
Constructor
Wraps a Java Constructor to make it useable as a Function.
|
class |
Field
A Function that reads a Java Field.
|
class |
Method
Wraps a Java Method to make it useable as a Function.
|
class |
Option
I can't implement Option by feeding an Option-Value because I want to offer explicit definitions
like If(Expression), If(Expression,Expression)
|
Copyright © 1998–2017 1&1. All rights reserved.