Uses of Class
byucc.jhdl.util.cli.CLIException

Packages that use CLIException
byucc.jhdl.apps.Broker   
byucc.jhdl.apps.dtb.cli   
byucc.jhdl.apps.Tbone   
byucc.jhdl.apps.util   
byucc.jhdl.apps.Viewers.NewTreeBrowser   
byucc.jhdl.platforms.util.module   
byucc.jhdl.util.cli   
 

Uses of CLIException in byucc.jhdl.apps.Broker
 

Subclasses of CLIException in byucc.jhdl.apps.Broker
 class BrokerException
          This class is used to inform of exceptions that are associated with the Broker.
 

Methods in byucc.jhdl.apps.Broker that throw CLIException
 java.lang.Object BrokerCmds.execute(CLInterpreter parent, java.lang.String[] args)
           
 

Uses of CLIException in byucc.jhdl.apps.dtb.cli
 

Methods in byucc.jhdl.apps.dtb.cli that throw CLIException
 java.lang.Object Autobuild.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.Object SimulatorContents.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.Object ParamGUI.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
abstract  java.lang.Object CLIParamSetter.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.Object PortParam.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.Object Netlist.execute(CLInterpreter parent, java.lang.String[] args)
          Method to execut the netlist command according to the given args
 java.lang.Object Target.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.Object Param.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 java.lang.Object Constructor.execute(CLInterpreter parent, java.lang.String[] args)
          This method is invoked by CLInterpreter when a command registered to this class is called.
 

Uses of CLIException in byucc.jhdl.apps.Tbone
 

Methods in byucc.jhdl.apps.Tbone that throw CLIException
 java.lang.Object ReleaseCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object ListUnsetParamsCommand.execute(CLInterpreter interp, java.lang.String[] args)
           
 java.lang.Object GetCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object WriteStateCommand.execute(CLInterpreter parent, java.lang.String[] args)
           
 java.lang.Object PortCommand.execute(CLInterpreter parent, java.lang.String[] args)
           
 java.lang.Object ResetCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object ListPortsCommand.execute(CLInterpreter interp, java.lang.String[] args)
           
 java.lang.Object PutCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object TargetCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object ParamCommand.execute(CLInterpreter parent, java.lang.String[] args)
           
 java.lang.Object HoldCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object NetlistCommand.execute(CLInterpreter parent, java.lang.String[] args)
           
 java.lang.Object LoadVectorfileCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object ClockCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object LoadClassCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object ReadStateCommand.execute(CLInterpreter parent, java.lang.String[] args)
           
 java.lang.Object OptionCommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 

Uses of CLIException in byucc.jhdl.apps.util
 

Methods in byucc.jhdl.apps.util that throw CLIException
 java.lang.Object PropertiesSetCommand.execute(CLInterpreter parent, java.lang.String[] args)
          The main processing method for this command
 java.lang.Object PropertiesGetCommand.execute(CLInterpreter parent, java.lang.String[] args)
          The main processing method for this command
 

Uses of CLIException in byucc.jhdl.apps.Viewers.NewTreeBrowser
 

Methods in byucc.jhdl.apps.Viewers.NewTreeBrowser that throw CLIException
 java.lang.Object TreeBrowserPanel.execute(CLInterpreter parent, java.lang.String[] args)
           
 

Uses of CLIException in byucc.jhdl.platforms.util.module
 

Methods in byucc.jhdl.platforms.util.module that throw CLIException
 java.lang.Object readSingleRegisterSetCmd.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object peProgramCmd.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object loadMemCmd.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object writeRegisterCmd.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object writeSingleRegisterSetCmd.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object readRegisterCmd.execute(CLInterpreter interp, java.lang.String[] argv)
           
 

Uses of CLIException in byucc.jhdl.util.cli
 

Subclasses of CLIException in byucc.jhdl.util.cli
 class CLIInvalidUsageException
          This is thrown when an invalid use of CLI is detected.
 

Methods in byucc.jhdl.util.cli that throw CLIException
 java.lang.Object CLICommand.execute(CLInterpreter interp, java.lang.String[] argv)
           
 java.lang.Object rehashCmd.execute(CLInterpreter parent, java.lang.String[] args)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.