ftl.ast.NestedInstruction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freshmarker Show documentation
Show all versions of freshmarker Show documentation
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.
/* Generated by: CongoCC Parser Generator. Do not edit.
* Generated Code for NestedInstruction AST Node type
* by the ASTNode.java.ftl template
*/
package ftl.ast;
import org.freshmarker.core.ftl.FtlVisitor;
import ftl.*;
import java.util.*;
import static ftl.Token.TokenType.*;
public class NestedInstruction extends BaseNode {
public O accept(FtlVisitor visitor, I input) {
return (O) visitor.visit(this, input);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy