org.vertexium.cypher.ast.model.CypherTrueExpression Maven / Gradle / Ivy
package org.vertexium.cypher.ast.model;
public class CypherTrueExpression extends CypherLiteral {
public CypherTrueExpression() {
super(true);
}
}
package org.vertexium.cypher.ast.model;
public class CypherTrueExpression extends CypherLiteral {
public CypherTrueExpression() {
super(true);
}
}