@groovy.transform.CompileStatic class CypherQueryStringTransformer extends QueryStringTransformer
Customized transformer that works with Cypher queries
Fields inherited from class | Fields |
---|---|
class QueryStringTransformer |
declaredQueryTargets, sourceUnit, variableScope |
Constructor and description |
---|
CypherQueryStringTransformer
(org.codehaus.groovy.control.SourceUnit sourceUnit, org.codehaus.groovy.ast.VariableScope variableScope) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.lang.String |
formatDomainClassVariable(org.codehaus.groovy.ast.ClassNode domainType, java.lang.String variableName) |
|
protected java.lang.String |
formatNodeVariable(java.lang.String variableName, org.codehaus.groovy.ast.ClassNode domainType) |
Methods inherited from class | Name |
---|---|
class QueryStringTransformer |
calculatePropertyPath, formatDomainClassVariable, formatPropertyPath, formatPropertyReference, transform, transformDeclarationExpression, transformPropertyExpressions, transformQuery |