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
SemanticExceptionpublic void addElseIf(org.antlr.runtime.tree.CommonTree where,
ru.ispras.fortress.expression.Node cond,
java.util.List<Stmt> stmts)
throws SemanticException
SemanticExceptionpublic void setElse(org.antlr.runtime.tree.CommonTree where,
java.util.List<Stmt> stmts)
throws SemanticException
SemanticExceptionpublic Stmt build()