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

Packages that use Command
net.sf.tomp.xtcl   
net.sf.tomp.xtcl.command   
 

Uses of Command in net.sf.tomp.xtcl
 

Methods in net.sf.tomp.xtcl that return Command
 Command Compiler.compile(CommandLineReader clr)
          Compiles commands from a CommandLineReader into a command Sequence
 Command Compiler.compile(java.lang.String[] cl, CommandLineReader clr)
           
 Command Compiler.compile(java.lang.String cl, CommandLineReader clr)
           
 Command Compiler.compile(java.lang.String script)
           
 Command CompilerBase.compile(CommandLineReader clr)
          Compiles commands from a CommandLineReader into a command Sequence
 Command CompilerBase.compile(java.io.File f)
          Compiles commands from a String
 Command CompilerBase.compile(java.lang.String s)
          Compiles commands from a String
 Command CompilerBase.compile(java.lang.String cl, CommandLineReader clr)
          Compiles commands from a String followed by a CommandLineReader into a command Sequence
protected  Command CompilerBase.compileByNextCompiler(java.lang.String ci, java.lang.String[] cl, CommandLineReader clr)
           
 Command XTCompiler.compile(java.lang.String[] cl, CommandLineReader clr)
          The main compile method.
 

Methods in net.sf.tomp.xtcl with parameters of type Command
protected  void CompilerBase.assertWholeLineRead(java.lang.String ci, int i, java.lang.String[] cl, Command commandToReturn)
           
 int Context.execute(Command command)
          Executes a command in the current context
 

Uses of Command in net.sf.tomp.xtcl.command
 

Classes in net.sf.tomp.xtcl.command that implement Command
 class AbstractCommand
          DOCUMENT ME!
 class Call
          A Call to a Function.
 class CatchCommand
          DOCUMENT ME!
 class Cd
          DOCUMENT ME!
 class Do
          DOCUMENT ME!
 class Doc
          DOCUMENT ME!
 class Dump
          DOCUMENT ME!
 class DumpCommand
          DOCUMENT ME!
 class DumpContext
          DOCUMENT ME!
 class DumpContexts
          DOCUMENT ME!
 class Echo
          DOCUMENT ME!
 class End
          DOCUMENT ME!
 class Err
          DOCUMENT ME!
 class ExeCommand
          DOCUMENT ME!
 class Fil
          DOCUMENT ME!
 class FileCommand
          DOCUMENT ME!
 class FilterCommand
          DOCUMENT ME!
 class Function
          DOCUMENT ME!
 class Help
          DOCUMENT ME!
 class Chain
          DOCUMENT ME!
 class JavaCommand
          DOCUMENT ME!
 class JoostFilterCommand
          DOCUMENT ME!
 class JoostStyle
          DOCUMENT ME!
 class Label
          DOCUMENT ME!
 class Load
          DOCUMENT ME!
 class MyMultiFilterCommand
          DOCUMENT ME!
 class Ret
          DOCUMENT ME!
 class Save
          DOCUMENT ME!
 class SAXSourceCommand
          DOCUMENT ME!
 class Sequence
          A Sequence of Commands, will be executed sequentially, one-after-another
 class SetCommand
          DOCUMENT ME!
 class Str
          DOCUMENT ME!
 class Style
          DOCUMENT ME!
 class TeeFilterCommand
          DOCUMENT ME!
 class Template
          DOCUMENT ME!
 class Transform
          DOCUMENT ME!
 class TransformerFilterCommand
          DOCUMENT ME!
 class TryBlock
          DOCUMENT ME!
 class VarCommand
          DOCUMENT ME!
 

Fields in net.sf.tomp.xtcl.command declared as Command
protected  Command Function.command
          DOCUMENT ME!
protected  Command TryBlock.command
          DOCUMENT ME!
 

Methods in net.sf.tomp.xtcl.command with parameters of type Command
 void Function.setCommand(Command c)
          DOCUMENT ME!
 void Sequence.setCommands(Command[] c)
          Set the array of Command into this Sequence
 void TryBlock.setCommand(Command c)
          DOCUMENT ME!
 



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