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
           
 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
 Compiler Compiler.getNextCompiler()
           
 Compiler CompilerBase.getNextCompiler()
           
static Compiler CompilerFactory.createCompiler(java.lang.String compClassName, Context context)
           
static Compiler CompilerFactory.createCompiler(java.lang.Class compClass, Context context)
           
 Compiler Context.getCompiler()
           
protected  Compiler Context.getCompiler(int index)
           
 Compiler Context.getNextCompiler(Compiler c)
           
 

Methods in net.sf.tomp.xtcl with parameters of type Compiler
 void Context.addCompiler(Compiler comp)
           
protected  void Context.addCompiler(int index, Compiler comp)
           
 Compiler Context.getNextCompiler(Compiler c)
           
 



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