Class ParseTreeVisitor<T extends org.faktorips.codegen.CodeFragment>

java.lang.Object
org.faktorips.fl.ParseTreeVisitor<T>
Type Parameters:
T - a CodeFragment implementation for a specific target language
All Implemented Interfaces:
FlParserVisitor

public abstract class ParseTreeVisitor<T extends org.faktorips.codegen.CodeFragment> extends Object implements FlParserVisitor
Visitor that visits the parse tree and generates the source code that represents the expression in a target language.