protected final class MmuTreeWalkerBase.IfBuilder
extends java.lang.Object
Constructor and Description |
---|
MmuTreeWalkerBase.IfBuilder(org.antlr.runtime.tree.CommonTree where,
ru.ispras.fortress.expression.Node cond,
java.util.List<Stmt> stmts) |
public MmuTreeWalkerBase.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()