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

ai.vespa.schemals.parser.ast.indexingElm 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 indexingElm AST Node type
* by the ASTNode.java.ftl template
*/
package ai.vespa.schemals.parser.ast;

import com.yahoo.vespa.indexinglanguage.expressions.Expression;
import ai.vespa.schemals.parser.*;
import java.util.*;
import static ai.vespa.schemals.parser.Token.TokenType.*;


public class indexingElm extends BaseNode {
    private SubLanguageData ILScript = null;
    public Expression expression;

    public boolean hasILScript() {
        return ILScript != null;
    }

    public SubLanguageData getILScript() {
        return ILScript;
    }

    public void setILScript(SubLanguageData script) {
        this.ILScript = script;
    }

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy