Class GremlinScriptChecker


  • public class GremlinScriptChecker
    extends Object
    Processes Gremlin strings using regex to try to detect certain properties from the script without actual having to execute a eval() on it.
    • Constructor Detail

      • GremlinScriptChecker

        public GremlinScriptChecker()
    • Method Detail

      • parse

        public static GremlinScriptChecker.Result parse​(String gremlin)
        Parses a Gremlin script and extracts a Result containing properties that are relevant to the checker.