Class GremlinASTChecker
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.groovy.jsr223.ast.GremlinASTChecker
 
- 
- All Implemented Interfaces:
- groovy.lang.GroovyObject
 
 @CompileStatic public final class GremlinASTChecker extends Object implements groovy.lang.GroovyObject 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGremlinASTChecker.Resultstatic classGremlinASTChecker.TimeoutCheck
 - 
Field SummaryFields Modifier and Type Field Description static GremlinASTChecker.ResultEMPTY_RESULT
 - 
Constructor SummaryConstructors Constructor Description GremlinASTChecker()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description groovy.lang.MetaClassgetMetaClass()static GremlinASTChecker.Resultparse(String gremlin)voidsetMetaClass(groovy.lang.MetaClass mc)
 
- 
- 
- 
Field Detail- 
EMPTY_RESULTpublic static final GremlinASTChecker.Result EMPTY_RESULT 
 
- 
 - 
Method Detail- 
getMetaClasspublic groovy.lang.MetaClass getMetaClass() - Specified by:
- getMetaClassin interface- groovy.lang.GroovyObject
 
 - 
setMetaClasspublic void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
- setMetaClassin interface- groovy.lang.GroovyObject
 
 - 
parsepublic static GremlinASTChecker.Result parse(String gremlin) 
 
- 
 
-