| Package | Description |
|---|---|
| net.oneandone.inline.internal |
| Modifier and Type | Field and Description |
|---|---|
Source |
Argument.source |
| Modifier and Type | Field and Description |
|---|---|
List<Source> |
Context.sources |
| Modifier and Type | Method and Description |
|---|---|
static List<Source> |
Source.forSyntax(String syntax) |
| Modifier and Type | Method and Description |
|---|---|
abstract ContextFactory |
Handle.compile(Context context,
Repository repository,
List<Source> constructorSources) |
ContextFactory |
Handle.InstanceHandle.compile(Context context,
Repository repository,
List<Source> constructorSources) |
ContextFactory |
Handle.FactoryHandle.compile(Context context,
Repository repository,
List<Source> methodSources) |
ContextFactory |
Handle.ClassHandle.compile(Context context,
Repository repository,
List<Source> constructorSources) |
static ContextFactory |
Handle.MethodContextFactory.create(Context context,
Repository repository,
Context target,
Method method,
List<Source> initialSources) |
static ContextFactory |
Handle.ConstructorContextFactory.createOpt(Context context,
Repository repository,
Constructor constructor,
List<Source> initialSources) |
| Constructor and Description |
|---|
Argument(Context context,
Source source,
Target target) |
| Constructor and Description |
|---|
Context(Context parent,
String name,
Handle handle,
List<Source> sources,
Mapping mapping) |
Copyright © 2016–2017 1&1. All rights reserved.