
com.jfirer.jsql.analyse.template.execution.impl.ElseExecution Maven / Gradle / Ivy
package com.jfirer.jsql.analyse.template.execution.impl;
import com.jfirer.jsql.analyse.template.execution.Execution;
import com.jfirer.jsql.analyse.template.execution.WithBodyExecution;
import java.util.List;
import java.util.Map;
public class ElseExecution implements WithBodyExecution
{
private Execution[] body;
@Override
public boolean execute(Map variables, StringBuilder cache, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy