Class StbOperation

  • All Implemented Interfaces:
    ru.ispras.castle.codegen.StringTemplateBuilder

    public final class StbOperation
    extends java.lang.Object
    implements ru.ispras.castle.codegen.StringTemplateBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Class<?> BINDING_CLASS  
      static java.lang.Class<?> OPERATION_CLASS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StbOperation​(java.lang.String packageName, Ir ir, Operation operation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.stringtemplate.v4.ST build​(org.stringtemplate.v4.STGroup group)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BINDING_CLASS

        public static final java.lang.Class<?> BINDING_CLASS
      • OPERATION_CLASS

        public static final java.lang.Class<?> OPERATION_CLASS
    • Constructor Detail

      • StbOperation

        protected StbOperation​(java.lang.String packageName,
                               Ir ir,
                               Operation operation)
    • Method Detail

      • build

        public org.stringtemplate.v4.ST build​(org.stringtemplate.v4.STGroup group)
        Specified by:
        build in interface ru.ispras.castle.codegen.StringTemplateBuilder