|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CLInterpreter in byucc.jhdl.apps.Broker |
Fields in byucc.jhdl.apps.Broker declared as CLInterpreter | |
protected CLInterpreter |
Broker.interp
|
Methods in byucc.jhdl.apps.Broker that return CLInterpreter | |
CLInterpreter |
GUIListener.getInterp()
|
CLInterpreter |
Broker.getInterp()
|
Methods in byucc.jhdl.apps.Broker with parameters of type CLInterpreter | |
java.lang.Object |
BrokerCmds.execute(CLInterpreter parent,
java.lang.String[] args)
|
protected void |
Broker.registerCLICommands(HWSystem hw,
CLInterpreter interp)
Subclasses may use this method to override the default behavior of the broker's CLI commands |
Constructors in byucc.jhdl.apps.Broker with parameters of type CLInterpreter | |
GUIListener(CLInterpreter interp)
Deprecated. |
|
GUIListener(CLInterpreter interp,
Broker b)
New constructor so that the GUIListener gets a copy of the Broker, so that it can call the Broker directly to continue the Event passing mechanism. |
|
InternalBroker(HWSystem hw,
CLInterpreter interp,
javax.swing.JDesktopPane desktop)
|
|
Broker(HWSystem hw,
CLInterpreter interp,
boolean tabbed)
|
|
Broker(HWSystem hw,
CLInterpreter interp)
|
Uses of CLInterpreter in byucc.jhdl.apps.dtb |
Methods in byucc.jhdl.apps.dtb that return CLInterpreter | |
static CLInterpreter |
DynamicTestBench.getCLInterpreter()
|
Methods in byucc.jhdl.apps.dtb with parameters of type CLInterpreter | |
void |
DynamicTestBench.setCLInterpreter(CLInterpreter interpreter)
Creates CLICommand classes to interpret command lines to assist in manipulating the parameters of the DynamicTestBench |
Uses of CLInterpreter in byucc.jhdl.apps.dtb.cli |
Methods in byucc.jhdl.apps.dtb.cli with parameters of type CLInterpreter | |
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. |
static void |
CLIParamSetter.createCLICommands(CLInterpreter interp,
DynamicTestBench dtb)
Used to automagically create all of the related DynamicTestBench CLI commands |
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. |
Constructors in byucc.jhdl.apps.dtb.cli with parameters of type CLInterpreter | |
Netlist(CLInterpreter interp,
DynamicTestBench dtb)
Registers this new Netlist as a netlist command with the given CLInterpreter |
Uses of CLInterpreter in byucc.jhdl.apps.dtb.gui |
Constructors in byucc.jhdl.apps.dtb.gui with parameters of type CLInterpreter | |
ParametersGUI(DynamicTestBench dtb,
CLInterpreter interp)
|
Uses of CLInterpreter in byucc.jhdl.apps.Jab |
Fields in byucc.jhdl.apps.Jab declared as CLInterpreter | |
protected CLInterpreter |
TextConsole.interp
|
Methods in byucc.jhdl.apps.Jab that return CLInterpreter | |
CLInterpreter |
BrowserCore.getInterpreter()
Deprecated. |
CLInterpreter |
BrowserCore.getInterp()
Deprecated. |
CLInterpreter |
ConsoleFrame.getInterp()
|
CLInterpreter |
TextConsole.getCLInterpreter()
|
protected CLInterpreter |
TextConsole.getInterp()
|
Methods in byucc.jhdl.apps.Jab with parameters of type CLInterpreter | |
protected boolean |
BrowserCore.addClassView(CLInterpreter interp,
java.lang.String toView)
Deprecated. |
Constructors in byucc.jhdl.apps.Jab with parameters of type CLInterpreter | |
KeyMan(CLInterpreter interp)
|
Uses of CLInterpreter in byucc.jhdl.apps.Stimulator |
Methods in byucc.jhdl.apps.Stimulator with parameters of type CLInterpreter | |
static void |
Stimulator.registerCLICommands(CLInterpreter interp)
Creates a set of CLI commands for the Stimulator. |
Uses of CLInterpreter in byucc.jhdl.apps.Tbone |
Methods in byucc.jhdl.apps.Tbone with parameters of type CLInterpreter | |
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)
|
void |
Tbone.setConsole(CLInterpreter cli)
|
java.lang.Object |
PutCommand.execute(CLInterpreter interp,
java.lang.String[] argv)
|
java.lang.Object |
QuitCommand.execute(CLInterpreter parent,
java.lang.String[] args)
|
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 |
UseGUICommand.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)
|
Constructors in byucc.jhdl.apps.Tbone with parameters of type CLInterpreter | |
TboneCLIModule(CLInterpreter interp,
BrowserCore bCore)
|
Uses of CLInterpreter in byucc.jhdl.apps.util |
Methods in byucc.jhdl.apps.util that return CLInterpreter | |
static CLInterpreter |
Properties.getInterpreter()
|
Methods in byucc.jhdl.apps.util with parameters of type CLInterpreter | |
void |
PropertiesDialog.setInterpreter(CLInterpreter interpreter)
sets up the Properties system and this dialog to use the given interpreter |
java.lang.Object |
PropertiesSetCommand.execute(CLInterpreter parent,
java.lang.String[] args)
The main processing method for this command |
static void |
Properties.printProperties(CLInterpreter interp)
Displays the currently set properties on the output component of the given interpreter. |
static void |
Properties.setInterpreter(CLInterpreter theInterpreter)
Use this method to set up the CLI commands for Properties |
java.lang.Object |
PropertiesGetCommand.execute(CLInterpreter parent,
java.lang.String[] args)
The main processing method for this command |
Constructors in byucc.jhdl.apps.util with parameters of type CLInterpreter | |
PropertiesDialog(java.awt.Frame owner,
java.lang.String dialogName,
java.lang.String dialogInformation,
CLInterpreter interpreter)
Creates a new PropertiesDialog initially without any PropertiesDialogComponents. |
|
PropertiesDialog(java.awt.Frame owner,
java.lang.String dialogName,
java.lang.String dialogInformation,
PropertiesDialogComponent[] properties,
CLInterpreter interpreter)
Creates a new PropertiesDialog. |
Uses of CLInterpreter in byucc.jhdl.apps.Viewers |
Methods in byucc.jhdl.apps.Viewers that return CLInterpreter | |
CLInterpreter |
GenericFrame.getInterp()
|
CLInterpreter |
ViewManager.getInterp()
|
Methods in byucc.jhdl.apps.Viewers with parameters of type CLInterpreter | |
boolean |
ViewManager.addClassView(CLInterpreter interp,
java.lang.Object toView)
addClassview, create new ClassInfo viewer and register it |
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.BrowserMainFrame |
Methods in byucc.jhdl.apps.Viewers.BrowserMainFrame that return CLInterpreter | |
CLInterpreter |
BrowserMainFrame.getInterp()
|
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.ClassInfo |
Constructors in byucc.jhdl.apps.Viewers.ClassInfo with parameters of type CLInterpreter | |
ClassInfo(ViewManager vMan,
CLInterpreter ci,
java.lang.Object targetObject,
java.lang.String myClassName)
|
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.cvt |
Methods in byucc.jhdl.apps.Viewers.cvt that return CLInterpreter | |
CLInterpreter |
cvtDesktop.clInterpreter()
|
CLInterpreter |
cvtPanel.getInterp()
|
CLInterpreter |
cvtPanel.getCLInterpreter()
|
CLInterpreter |
cvtInternalFrame.getInterp()
|
CLInterpreter |
cvtFrame.getInterp()
|
Constructors in byucc.jhdl.apps.Viewers.cvt with parameters of type CLInterpreter | |
cvtDesktop(Cell c,
CLInterpreter interpreter,
InternalBroker userBroker)
|
|
cvtPanel(Cell c,
CLInterpreter interpreter)
|
|
cvtPanel(Cell c,
CLInterpreter interpreter,
Broker userBroker)
|
|
cvtPanel(Cell c,
CLInterpreter interpreter,
Broker userBroker,
cvtFrame cf)
|
|
cvtInternalFrame(Cell c,
CLInterpreter interpreter,
javax.swing.JDesktopPane desktop)
|
|
cvtInternalFrame(Cell c,
CLInterpreter interpreter,
Broker userBroker,
javax.swing.JDesktopPane desktop)
|
|
cvtFrame(Cell c,
CLInterpreter interpreter)
|
|
cvtFrame(Cell c,
CLInterpreter interpreter,
Broker userBroker)
|
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.Event |
Methods in byucc.jhdl.apps.Viewers.Event that return CLInterpreter | |
abstract CLInterpreter |
JHDLAbstractHostPanel.getCLInterpreter()
Accessor method. |
CLInterpreter |
JHDLHostWidgetInterface.getCLInterpreter()
Accessor method. |
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.JL |
Constructors in byucc.jhdl.apps.Viewers.JL with parameters of type CLInterpreter | |
CLIJL(Cell c,
CLInterpreter interpreter)
Deprecated. Please use byucc.jhdl.apps.Viewers.cvtFrame instead |
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.NewTreeBrowser |
Fields in byucc.jhdl.apps.Viewers.NewTreeBrowser declared as CLInterpreter | |
protected CLInterpreter |
TreeBrowserPanel.cli
|
Methods in byucc.jhdl.apps.Viewers.NewTreeBrowser with parameters of type CLInterpreter | |
java.lang.Object |
TreeBrowserPanel.execute(CLInterpreter parent,
java.lang.String[] args)
|
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.Schematic |
Constructors in byucc.jhdl.apps.Viewers.Schematic with parameters of type CLInterpreter | |
CircuitView(ViewManager vMan,
CLInterpreter interp,
Cell myCell,
int locx,
int locy,
int sizex,
int sizey)
|
|
CircuitView(ViewManager vMan,
CLInterpreter interp,
Cell myCell)
|
|
CircuitView(ViewManager vMan,
CLInterpreter interp,
Cell myCell,
java.lang.String title)
|
Uses of CLInterpreter in byucc.jhdl.apps.Viewers.SimControl |
Constructors in byucc.jhdl.apps.Viewers.SimControl with parameters of type CLInterpreter | |
SimControlToolBar(boolean multiclock,
CLInterpreter interpreter)
This version creates the cycle button, but also CLInterpreter input (no output since we are a button bar). |
|
SimControlPanel(boolean multiclock,
CLInterpreter interpreter)
This version creates the cycle button, but also CLInterpreter output and input. |
Uses of CLInterpreter in byucc.jhdl.platforms.util.module |
Methods in byucc.jhdl.platforms.util.module with parameters of type CLInterpreter | |
protected void |
Module.registerPeProgramCommand(CLInterpreter interp)
|
protected void |
Module.registerLoadMemCommand(CLInterpreter interp)
|
protected void |
Module.registerRegisterCommands(CLInterpreter interp)
|
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)
|
Constructors in byucc.jhdl.platforms.util.module with parameters of type CLInterpreter | |
Module(CLInterpreter interp,
BrowserCore bCore)
|
|
Module(CLInterpreter interp,
GenericBoard board)
|
Uses of CLInterpreter in byucc.jhdl.util.cli |
Fields in byucc.jhdl.util.cli declared as CLInterpreter | |
protected CLInterpreter |
CLITextField.interp
|
protected CLInterpreter |
CLInterpreterPanel.interp
|
Methods in byucc.jhdl.util.cli that return CLInterpreter | |
CLInterpreter |
CLInterpreterPanel.getCLInterpreter()
|
Methods in byucc.jhdl.util.cli with parameters of type CLInterpreter | |
java.lang.Object |
CLICommand.execute(CLInterpreter interp,
java.lang.String[] argv)
|
java.lang.Object |
exitCmd.execute(CLInterpreter parent,
java.lang.String[] args)
|
java.lang.Object |
rehashCmd.execute(CLInterpreter parent,
java.lang.String[] args)
|
Constructors in byucc.jhdl.util.cli with parameters of type CLInterpreter | |
CLIOutputPanel(CLInterpreter interp)
|
|
CLITextField(CLInterpreter interp)
|
|
CLInterpreterPanel(CLInterpreter interp)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |