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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClassstatic GremlinASTChecker.ResultvoidsetMetaClass(groovy.lang.MetaClass mc) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Field Details
-
EMPTY_RESULT
-
-
Constructor Details
-
GremlinASTChecker
public GremlinASTChecker()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
parse
-