Uses of Class
org.teatrove.tea.compiler.Compiler

Packages that use Compiler
org.teatrove.tea.compiler   
org.teatrove.tea.engine   
org.teatrove.tea.util   
 

Uses of Compiler in org.teatrove.tea.compiler
 

Methods in org.teatrove.tea.compiler that return Compiler
 Compiler CompilationUnit.getCompiler()
           
 

Methods in org.teatrove.tea.compiler with parameters of type Compiler
static boolean CompiledTemplate.exists(Compiler c, String name, CompilationUnit from)
          Test to see of the template can be loaded before CompiledTemplate can be constructed.
 String[] TemplateRepository.getCallersNeedingRecompile(String[] names, Compiler compiler)
          Retrieve the callers of a list of given template names where the source file can be located (delegated to the compiler), and the signature of given template(s) has changed since the last call to update.
 

Constructors in org.teatrove.tea.compiler with parameters of type Compiler
CompilationUnit(String name, Compiler compiler)
           
CompiledTemplate(String name, Compiler compiler, CompilationUnit caller)
          This constructor is only invoked when the compiler cannot locate a source file for a template and a template class of the desired name and package exists.
 

Uses of Compiler in org.teatrove.tea.engine
 

Methods in org.teatrove.tea.engine with parameters of type Compiler
protected  boolean TemplateSourceImpl.sourceSignatureChanged(String tName, Compiler compiler)
          parses the tea source file and compares the signature to the signature of the current class file in the TemplateRepository
 

Uses of Compiler in org.teatrove.tea.util
 

Subclasses of Compiler in org.teatrove.tea.util
 class AbstractCompiler
           
 class FileCompiler
          FileCompiler compiles tea source files by reading them from a file or a directory.
 class ResourceCompiler
          ResourceCompiler compiles tea sources using the resource loading mechanism built into Java.
 class StringCompiler
          Simple compiler implementation that compiles a Tea template whose source is in a String.
 class TestCompiler
          A compiler implementation suitable for testing from a command console.
 

Constructors in org.teatrove.tea.util with parameters of type Compiler
AbstractCompiler.AbstractUnit(String name, Compiler compiler)
           
FileCompiler.JarredUnit(File file, String name, Compiler compiler)
           
 



Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.