| Package | Description |
|---|---|
| ru.histone.v2.evaluator.function | |
| ru.histone.v2.evaluator.node |
Classes in this package uses to represents evaluated nodes from AST-tree
|
| ru.histone.v2.rtti |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractFunction.checkTypes(EvalNode node,
int index,
HistoneType type,
Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractFunction.checkTypes(EvalNode node,
int index,
List<HistoneType> expectedTypes,
List<Class<?>> classes)
|
| Modifier and Type | Method and Description |
|---|---|
HistoneType |
StringEvalNode.getType() |
HistoneType |
RegexEvalNode.getType() |
HistoneType |
NullEvalNode.getType() |
HistoneType |
MapEvalNode.getType() |
HistoneType |
MacroEvalNode.getType() |
HistoneType |
LongEvalNode.getType() |
HistoneType |
GlobalEvalNode.getType() |
abstract HistoneType |
EvalNode.getType() |
HistoneType |
EmptyEvalNode.getType() |
HistoneType |
DoubleEvalNode.getType() |
HistoneType |
BreakContinueEvalNode.getType() |
HistoneType |
BooleanEvalNode.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoneType> |
EvalNode.getAdditionalTypes() |
List<HistoneType> |
DateEvalNode.getAdditionalTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EvalNode.hasAdditionalType(HistoneType type) |
boolean |
DateEvalNode.hasAdditionalType(HistoneType type) |
| Constructor and Description |
|---|
BreakContinueEvalNode(HistoneType type) |
BreakContinueEvalNode(HistoneType type,
String label) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<HistoneType,Map<String,Function>> |
RunTimeTypeInfo.typeMembers |
protected Map<HistoneType,Map<String,Function>> |
RunTimeTypeInfo.userTypes |
| Modifier and Type | Method and Description |
|---|---|
static HistoneType |
HistoneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoneType[] |
HistoneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EvalNode> |
RunTimeTypeInfo.callFunction(Context context,
HistoneType type,
String funcName,
List<EvalNode> args) |
CompletableFuture<EvalNode> |
Irtti.callFunction(Context context,
HistoneType type,
String funcName,
List<EvalNode> args) |
Optional<Function> |
RunTimeTypeInfo.getFunc(HistoneType type,
String funcName) |
Optional<Function> |
Irtti.getFunc(HistoneType type,
String funcName) |
void |
RunTimeTypeInfo.register(HistoneType type,
Function func) |
void |
Irtti.register(HistoneType type,
Function func) |
Copyright © 2017. All rights reserved.