| Package | Description |
|---|---|
| ru.histone.v2.evaluator.data |
| Modifier and Type | Method and Description |
|---|---|
HistoneMacro.WrappingType |
HistoneMacro.getWrappingType() |
static HistoneMacro.WrappingType |
HistoneMacro.WrappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoneMacro.WrappingType[] |
HistoneMacro.WrappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HistoneMacro(List<String> args,
Object body,
Context context,
List<EvalNode> bindArgs,
Map<String,CompletableFuture<EvalNode>> defaultValues,
EvalNode result,
HistoneMacro.WrappingType wrappingType) |
HistoneMacro(List<String> args,
Object body,
Context context,
List<EvalNode> bindArgs,
Map<String,CompletableFuture<EvalNode>> defaultValues,
HistoneMacro.WrappingType wrappingType) |
HistoneMacro(List<String> args,
Object body,
Context context,
Map<String,CompletableFuture<EvalNode>> defaultValues,
HistoneMacro.WrappingType wrappingType) |
Copyright © 2017. All rights reserved.