org.eclipse.emf.codegen.jet
Class JETEmitter.MyBaseJETCompiler
java.lang.Object
org.eclipse.emf.codegen.jet.JETCompiler
org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
- All Implemented Interfaces:
- JETParseEventListener
- Direct Known Subclasses:
- JETEmitter.MyJETCompiler
- Enclosing class:
- JETEmitter
- protected static class JETEmitter.MyBaseJETCompiler
- extends JETCompiler
Fields inherited from class org.eclipse.emf.codegen.jet.JETCompiler |
CONSTANT_PREFIX, constantCount, constantDictionary, constants, fNoNewLineForScriptlets, fSavedLine, fUseStaticFinalConstants, generators, NULL_CHAR_ARRAY, parser, reader, sectionDepth, skeleton, skipping, skipSections, templateURI, templateURIPath, writer |
Methods inherited from class org.eclipse.emf.codegen.jet.JETCompiler |
addCharDataGenerator, addGenerator, beginPageProcessing, doAddCharDataGenerator, endPageProcessing, find, findLocation, generate, generate, getResolvedTemplateURI, getSkeleton, handleCharData, handleDirective, handleExpression, handleScriptlet, openStream, parse, parse, resolveLocation, resolveLocation, stripFirstNewLineWithBlanks, stripLastNewLineWithBlanks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classLoader
protected ClassLoader classLoader
JETEmitter.MyBaseJETCompiler
public JETEmitter.MyBaseJETCompiler(String templateURI,
ClassLoader classLoader)
throws JETException
JETEmitter.MyBaseJETCompiler
public JETEmitter.MyBaseJETCompiler(String templateURI,
String encoding,
ClassLoader classLoader)
throws JETException
JETEmitter.MyBaseJETCompiler
public JETEmitter.MyBaseJETCompiler(String[] templateURIPath,
String relativeTemplateURI,
ClassLoader classLoader)
throws JETException
JETEmitter.MyBaseJETCompiler
public JETEmitter.MyBaseJETCompiler(String[] templateURIPath,
String relativeTemplateURI,
String encoding,
ClassLoader classLoader)
throws JETException
handleNewSkeleton
protected void handleNewSkeleton()
- Overrides:
handleNewSkeleton
in class JETCompiler