Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ru.ispras.castle.codegen.StringTemplateBuilder

        build
    • Constructor Detail

      • StbPrimitiveBase

        public StbPrimitiveBase()
    • 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)