writeInto abstract method

void writeInto(
  1. GenerationContext context
)

Writes this component into the context by writing to its GenerationContext.buffer or by introducing bound variables. When writing into the buffer, no whitespace around the this component should be introduced. When a component consists of multiple composed component, it's responsible for introducing whitespace between its child components.

Implementation

void writeInto(GenerationContext context);