Class MmuTreeWalkerBase.OperationBuilder
- java.lang.Object
-
- ru.ispras.microtesk.mmu.translator.MmuTreeWalkerBase.OperationBuilder
-
- Enclosing class:
- MmuTreeWalkerBase
protected final class MmuTreeWalkerBase.OperationBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OperationBuilder(org.antlr.runtime.tree.CommonTree id, org.antlr.runtime.tree.CommonTree addressArgId, org.antlr.runtime.tree.CommonTree addressArgType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttribute(org.antlr.runtime.tree.CommonTree attrId, java.util.List<Stmt> stmts)
Operation
build()
-
-
-
Constructor Detail
-
OperationBuilder
public OperationBuilder(org.antlr.runtime.tree.CommonTree id, org.antlr.runtime.tree.CommonTree addressArgId, org.antlr.runtime.tree.CommonTree addressArgType) throws SemanticException
- Throws:
SemanticException
-
-
Method Detail
-
addAttribute
public void addAttribute(org.antlr.runtime.tree.CommonTree attrId, java.util.List<Stmt> stmts) throws SemanticException
- Throws:
SemanticException
-
build
public Operation build() throws SemanticException
- Throws:
SemanticException
-
-