Uses of Interface
org.eclipse.emf.codegen.jet.JETGenerator

Packages that use JETGenerator
org.eclipse.emf.codegen.jet   
 

Uses of JETGenerator in org.eclipse.emf.codegen.jet
 

Classes in org.eclipse.emf.codegen.jet that implement JETGenerator
 class JETCharDataGenerator
          The JETCharDataGenerator generates strings for the character data present in the template file.
 class JETConstantDataGenerator
          The JETConstantDataGenerator generates constant declaration of the strings.
 class JETExpressionGenerator
          Generator to deal with JSP expressions: <%= ... %> stuff.
 class JETScriptletGenerator
          Generator for <% .... %> stuff.
 

Fields in org.eclipse.emf.codegen.jet with type parameters of type JETGenerator
protected  java.util.List<JETGenerator> JETCompiler.generators
           
 

Methods in org.eclipse.emf.codegen.jet with parameters of type JETGenerator
 void JETCompiler.addGenerator(JETGenerator gen)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.