Package de.spraener.nxtgen.target
package de.spraener.nxtgen.target
A generator on base of a CodeTarget does not generate a String with the
code but a CodeTarget that can be modified by other CodeTarget base
generators. The goal is to make the result of one generator usable to
other generators. This can be the base of reusable generators in a
generator library.
-
ClassDescriptionResponsibility A CodeSnippet is a atomar piece of code that can be referenced by an aspect and an optional ModelElement.ResponsibilityResponsibility The CodeTargetContext manages a Stack in a ThreadLocal variable to give access to the current Aspect and ModelElement.Responsibility A CodeTargetToCodeConverter converts a CodeTarget holding CodeSections which holds CodeSnippets to a single String of text.This section evaluates, so that there is no duplicate line.