| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
static Selection |
Stubs.copyFunctionRef(Library lib,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Selection |
Import.getConstructors() |
Selection |
Definition.getSelection() |
Selection |
Import.lookup(String member) |
Selection |
Library.lookupClass(String name) |
Selection |
Library.lookupMember(String name,
String member) |
| Modifier and Type | Method and Description |
|---|---|
static Function |
Conversion.find(Selection selection,
Definition def,
List<Argument> args,
List<Attribute> outAttrs) |
static boolean |
Conversion.hasFormalArgument(Selection sel,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Selection |
Selection.add(Selection operand) |
static Selection |
Constructor.forClass(Class cl)
Gets all valid Constructors for the specified Class.
|
static Selection |
Method.forName(Class cl,
String name)
Gets all valid Methods from the specified class with the
specified name.
|
static Selection |
Method.forName(String name) |
static Selection |
Constructor.forName(String name) |
Selection |
Selection.restrictArgumentCount(int count) |
Selection |
Selection.restrictArgumentType(int arg,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
Selection |
Selection.add(Selection operand) |
Copyright © 1998–2017 1&1. All rights reserved.