public class GremlinScriptChecker extends Object
eval()
on it.Modifier and Type | Class and Description |
---|---|
static class |
GremlinScriptChecker.Result
A result returned from a
parse(String) of a Gremlin string. |
Modifier and Type | Field and Description |
---|---|
static GremlinScriptChecker.Result |
EMPTY_RESULT
An empty result whose properties return as empty.
|
Constructor and Description |
---|
GremlinScriptChecker() |
Modifier and Type | Method and Description |
---|---|
static GremlinScriptChecker.Result |
parse(String gremlin)
Parses a Gremlin script and extracts a
Result containing properties that are relevant to the checker. |
public static final GremlinScriptChecker.Result EMPTY_RESULT
public static GremlinScriptChecker.Result parse(String gremlin)
Result
containing properties that are relevant to the checker.Copyright © 2013–2023 Apache Software Foundation. All rights reserved.