All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.vespa.schemals.parser.ast.expression Maven / Gradle / Ivy

There is a newer version: 8.441.21
Show newest version
/* Generated by: CongoCC Parser Generator. Do not edit.
* Generated Code for expression AST Node type
* by the ASTNode.java.ftl template
*/
package ai.vespa.schemals.parser.ast;

import ai.vespa.schemals.parser.*;
import java.util.*;
import static ai.vespa.schemals.parser.Token.TokenType.*;


public class expression extends BaseNode {
    private String expressionString = null;

    public boolean hasExpressionString() {
        return expressionString != null;
    }

    public String getExpressionString() {
        return expressionString;
    }

    public void setExpressionString(String expression) {
        this.expressionString = expression;
    }

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy