Class FieldSetterEmitter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldSetterEmitter​(java.lang.String methodName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String emitCode​(@NotNull CodeGenerationContext context, T argument)
      Generates invocation of a setter method with a single argument.
      • Methods inherited from class java.lang.Object

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

      • methodName

        protected final java.lang.String methodName
    • Constructor Detail

      • FieldSetterEmitter

        public FieldSetterEmitter​(java.lang.String methodName)