Class StbPrimitiveBase
- java.lang.Object
-
- ru.ispras.microtesk.translator.nml.codegen.simc.StbPrimitiveBase
-
- All Implemented Interfaces:
ru.ispras.castle.codegen.StringTemplateBuilder
- Direct Known Subclasses:
StbAddressingMode
,StbOperation
public abstract class StbPrimitiveBase extends java.lang.Object implements ru.ispras.castle.codegen.StringTemplateBuilder
-
-
Constructor Summary
Constructors Constructor Description StbPrimitiveBase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static void
addStatement(org.stringtemplate.v4.ST attrST, Statement stmt, boolean isReturn)
protected java.lang.String
getRetTypeName(Attribute.Kind kind)
-
-
-
Method Detail
-
getRetTypeName
protected final java.lang.String getRetTypeName(Attribute.Kind kind)
-
addStatement
protected static void addStatement(org.stringtemplate.v4.ST attrST, Statement stmt, boolean isReturn)
-
-