org.eclipse.emf.codegen.jet
Class JETEmitter.MyJETCompiler

java.lang.Object
  extended byorg.eclipse.emf.codegen.jet.JETCompiler
      extended byorg.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
All Implemented Interfaces:
JETParseEventListener
Enclosing class:
JETEmitter

protected class JETEmitter.MyJETCompiler
extends JETCompiler


Field Summary
 
Fields inherited from class org.eclipse.emf.codegen.jet.JETCompiler
CONSTANT_PREFIX, constantCount, constantDictionary, constants, fNoNewLineForScriptlets, fSavedLine, fUseStaticFinalConstants, generators, NULL_CHAR_ARRAY, parser, reader, skeleton, templateURI, templateURIPath, writer
 
Constructor Summary
JETEmitter.MyJETCompiler(String templateURI)
           
JETEmitter.MyJETCompiler(String[] templateURIPath, String relativeTemplateURI)
           
JETEmitter.MyJETCompiler(String[] templateURIPath, String relativeTemplateURI, String encoding)
           
JETEmitter.MyJETCompiler(String templateURI, String encoding)
           
 
Method Summary
protected  void handleNewSkeleton()
           
 
Methods inherited from class org.eclipse.emf.codegen.jet.JETCompiler
addCharDataGenerator, addGenerator, beginPageProcessing, doAddCharDataGenerator, endPageProcessing, find, generate, getResolvedTemplateURI, getSkeleton, handleCharData, handleDirective, handleExpression, handleScriptlet, openStream, parse, parse, resolveLocation, stripFirstNewLineWithBlanks, stripLastNewLineWithBlanks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JETEmitter.MyJETCompiler

public JETEmitter.MyJETCompiler(String templateURI)
                         throws JETException

JETEmitter.MyJETCompiler

public JETEmitter.MyJETCompiler(String templateURI,
                                String encoding)
                         throws JETException

JETEmitter.MyJETCompiler

public JETEmitter.MyJETCompiler(String[] templateURIPath,
                                String relativeTemplateURI)
                         throws JETException

JETEmitter.MyJETCompiler

public JETEmitter.MyJETCompiler(String[] templateURIPath,
                                String relativeTemplateURI,
                                String encoding)
                         throws JETException
Method Detail

handleNewSkeleton

protected void handleNewSkeleton()
Overrides:
handleNewSkeleton in class JETCompiler

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