Uses of Interface
net.sf.tomp.xtcl.Compiler

Packages that use Compiler
net.sf.tomp.xtcl   
 

Uses of Compiler in net.sf.tomp.xtcl
 

Classes in net.sf.tomp.xtcl that implement Compiler
 class CompilerBase
          Abstract base for a Compiler.
 class XTCompiler
          Reads the commands from the underlying CommandLineReader, within a Context and produces a Command (usually a Sequence)
 

Methods in net.sf.tomp.xtcl that return Compiler
static Compiler CompilerFactory.createCompiler(java.lang.Class compClass, Context context)
          Similar to createCompiler but creates Compiler with the specified Class compClass
static Compiler CompilerFactory.createCompiler(java.lang.String compClassName, Context context)
          Similar to createDefaultCompilers but creates Compiler with the specified classname compClassName
 Compiler Context.getCompiler()
           
protected  Compiler Context.getCompiler(int index)
           
 Compiler CompilerBase.getNextCompiler()
           
 Compiler Compiler.getNextCompiler()
           
 Compiler Context.getNextCompiler(Compiler c)
           
 

Methods in net.sf.tomp.xtcl with parameters of type Compiler
 void Context.addCompiler(Compiler comp)
          Adds a Compiler to the compilers' list at the position 0 {start}
protected  void Context.addCompiler(int index, Compiler comp)
           
 Compiler Context.getNextCompiler(Compiler c)
           
 



Copyright © 2004-2005 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.