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

ftl.ast.DynamicKey Maven / Gradle / Ivy

Go to download

A simple, small but powerful template engine based loosely on the FreeMarker syntax. FreshMarker is implemented in Java 21 and supports the `java.time` API and Records.

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

import org.freshmarker.core.ftl.ExpressionVisitor;
import ftl.*;
import java.util.*;
import static ftl.Token.TokenType.*;


public class DynamicKey extends BaseNode {

    public  O accept(ExpressionVisitor visitor, I input) {
        return (O) visitor.visit(this, input);
    }

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy