protected final class MmuTreeWalkerBase.IfBuilder
extends java.lang.Object
Constructor and Description |
---|
IfBuilder(org.antlr.runtime.tree.CommonTree where,
ru.ispras.fortress.expression.Node cond,
java.util.List<Stmt> stmts) |
Modifier and Type | Method and Description |
---|---|
void |
addElseIf(org.antlr.runtime.tree.CommonTree where,
ru.ispras.fortress.expression.Node cond,
java.util.List<Stmt> stmts) |
Stmt |
build() |
void |
setElse(org.antlr.runtime.tree.CommonTree where,
java.util.List<Stmt> stmts) |
public IfBuilder(org.antlr.runtime.tree.CommonTree where, ru.ispras.fortress.expression.Node cond, java.util.List<Stmt> stmts) throws SemanticException
SemanticException
public void addElseIf(org.antlr.runtime.tree.CommonTree where, ru.ispras.fortress.expression.Node cond, java.util.List<Stmt> stmts) throws SemanticException
SemanticException
public void setElse(org.antlr.runtime.tree.CommonTree where, java.util.List<Stmt> stmts) throws SemanticException
SemanticException
public Stmt build()