Class MmuTreeWalkerBase.IfBuilder

  • Enclosing class:
    MmuTreeWalkerBase

    protected final class MmuTreeWalkerBase.IfBuilder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IfBuilder​(org.antlr.runtime.tree.CommonTree where, ru.ispras.fortress.expression.Node cond, java.util.List<Stmt> stmts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait