public interface Langs
| Modifier and Type | Interface and Description |
|---|---|
static class |
Langs.Holder |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Node> |
findByName(Iterable<T> list,
String name) |
static TypeDefinitionKind |
getTypeDefinitionKind(Node node) |
static TypeKind |
getTypeKind(Node node) |
static ValueKind |
getValueKind(Node node) |
static boolean |
isExecutableDefinition(Node node) |
static boolean |
isTypeDefinition(Node node) |
static boolean |
isTypeExtension(Node node) |
static Object |
resolveValue(Value value) |
static Object |
resolveValue(Value value,
Map<String,Object> variables) |
static SourceLocation |
runtimeLocation() |
static NullValue |
runtimeNullValue() |
static boolean isExecutableDefinition(Node node)
static boolean isTypeDefinition(Node node)
static boolean isTypeExtension(Node node)
static TypeDefinitionKind getTypeDefinitionKind(Node node)
static SourceLocation runtimeLocation()
static NullValue runtimeNullValue()
Copyright © 2018. All rights reserved.