A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

J

JHDLAbstractHostPanel - class byucc.jhdl.apps.Viewers.Event.JHDLAbstractHostPanel.
This is the JHDLHostPanel that the master widget's panel will extend.
JHDLAbstractHostPanel() - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLAbstractHostPanel
Default Constructor
JHDLAbstractWidgetEventGenerator - class byucc.jhdl.apps.Viewers.Event.JHDLAbstractWidgetEventGenerator.
This is the JHDLAbstractWidgetEventGenerator that a class like the Broker will extend.
JHDLAbstractWidgetEventGenerator() - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLAbstractWidgetEventGenerator
Constructor to instantiate the listener list.
JHDLEdifCell - class byucc.jhdl.parsers.edif.sablecc.translation.JHDLEdifCell.
 
JHDLEdifCell() - Constructor for class byucc.jhdl.parsers.edif.sablecc.translation.JHDLEdifCell
 
JHDLEdifFactory - class byucc.jhdl.parsers.edif.sablecc.translation.JHDLEdifFactory.
This class implements the EdifFactory interface and generates JHDL versions of EdifCell,
JHDLEdifFactory() - Constructor for class byucc.jhdl.parsers.edif.sablecc.translation.JHDLEdifFactory
 
JHDLException - exception byucc.jhdl.JHDLException.
This is the generic ancestor of all JHDL-related exceptions.
JHDLException() - Constructor for class byucc.jhdl.JHDLException
Creates a message giving the current version of JHDL.
JHDLException(String) - Constructor for class byucc.jhdl.JHDLException
Appends the current version of JHDL onto the exception message.
JHDLFloatingPoint - class byucc.jhdl.Logic.Modules.FloatingPoint.helpers.JHDLFloatingPoint.
Extends Nathan K's FloatingPoint class to support initialization and output to/from BVs.
JHDLFloatingPoint(double, Object, int, int) - Constructor for class byucc.jhdl.Logic.Modules.FloatingPoint.helpers.JHDLFloatingPoint
 
JHDLHelper - class byucc.jhdl.parsers.edif.JHDLHelper.
 
JHDLHelper() - Constructor for class byucc.jhdl.parsers.edif.JHDLHelper
 
JHDLHelper - class byucc.jhdl.parsers.edif.sablecc.translation.JHDLHelper.
 
JHDLHelper() - Constructor for class byucc.jhdl.parsers.edif.sablecc.translation.JHDLHelper
 
JHDLHierarchyBrowser - class byucc.jhdl.apps.Viewers.cvt.JHDLHierarchyBrowser.
 
JHDLHierarchyBrowser() - Constructor for class byucc.jhdl.apps.Viewers.cvt.JHDLHierarchyBrowser
 
JHDLHostWidgetInterface - interface byucc.jhdl.apps.Viewers.Event.JHDLHostWidgetInterface.
The host interface for the master widget that will act as arbitrator between the JHDLMouseEventListener and the JHDLMouseEventGenerators, and between the JHDLWidgetEventListeners, and the JHDLWidgetEventGenerators.
JHDLMouseEvent - class byucc.jhdl.apps.Viewers.Event.JHDLMouseEvent.
Passed to JHDLMouseEventListeners by JHDLMouseEventGenerators.
JHDLMouseEvent(MouseEvent, Object, int, Object) - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLMouseEvent
Main constructor.
JHDLMouseEvent(Object, int, Object) - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLMouseEvent
Secondary constructor--Overloaded method because sometimes there is no MouseEvent to send.
JHDLMouseEventGenerator - interface byucc.jhdl.apps.Viewers.Event.JHDLMouseEventGenerator.
The generator interface for all Widgets that will generate and broadcast JHDLMouseEvents.
JHDLMouseEventListener - interface byucc.jhdl.apps.Viewers.Event.JHDLMouseEventListener.
The listener interface for all Widgets that will listen to JHDLMouseEvents.
JHDLMouseEventPerformed(JHDLMouseEvent) - Method in class byucc.jhdl.apps.Broker.GUIListener
This gets called when a JHDLMouseEvent occurs on one of the Widgets.
JHDLMouseEventPerformed(JHDLMouseEvent) - Method in interface byucc.jhdl.apps.Viewers.Event.JHDLMouseEventListener
This method receives the event for the widget, and processes it, meaning that is interprets the event, and changes the display information accordingly.
JHDLNetlistWriter - class byucc.jhdl.netlisters.jhdl.JHDLNetlistWriter.
Writes JHDL classes (i.e.
JHDLNetlistWriter(Cell) - Constructor for class byucc.jhdl.netlisters.jhdl.JHDLNetlistWriter
 
JHDLNetlistWriter(Cell, String) - Constructor for class byucc.jhdl.netlisters.jhdl.JHDLNetlistWriter
 
JHDLNetlistWriter(Cell, String, String) - Constructor for class byucc.jhdl.netlisters.jhdl.JHDLNetlistWriter
 
JHDLOUTPUT_NAME - Static variable in interface byucc.jhdl.apps.Stimulator.StimulatorConstants
Name of the JHDLOutput set up to be used by the Stimulator and related classes
JHDLOutput - class byucc.jhdl.JHDLOutput.
A utility class useful for managing messages in JHDL.
JHDLPrintWriter - class byucc.jhdl.JHDLPrintWriter.
This class extends PrintWriter.
JHDLPrintWriter(JHDLPrintWriter, boolean) - Constructor for class byucc.jhdl.JHDLPrintWriter
 
JHDLPrintWriter(JHDLPrintWriter) - Constructor for class byucc.jhdl.JHDLPrintWriter
 
JHDLPrintWriter(OutputStream, boolean) - Constructor for class byucc.jhdl.JHDLPrintWriter
Creates a PrintWriter to the given stream
JHDLPrintWriter(OutputStream) - Constructor for class byucc.jhdl.JHDLPrintWriter
Initializes the PrintWriter's OutputStream to outputStream.
JHDLPrintWriter(Writer, boolean) - Constructor for class byucc.jhdl.JHDLPrintWriter
Creates a PrintWriter to the given stream
JHDLPrintWriter(Writer) - Constructor for class byucc.jhdl.JHDLPrintWriter
Initializes the PrintWriter's OutputStream to outputStream.
JHDLPrintWriter() - Constructor for class byucc.jhdl.JHDLPrintWriter
Creates a disabled JHDLPrintWriter.
JHDLPrintWriter(String) - Constructor for class byucc.jhdl.JHDLPrintWriter
Creates a JHDLPrintWriter that targets a particular filename.
JHDLPrintWriter(File) - Constructor for class byucc.jhdl.JHDLPrintWriter
 
JHDLUIManager - class byucc.jhdl.apps.Viewers.laf.JHDLUIManager.
This class is simply a wrapper for the byucc.jhdl.util.ui.AppUIManager.
JHDLUIManager() - Constructor for class byucc.jhdl.apps.Viewers.laf.JHDLUIManager
 
JHDLUIPanel - class byucc.jhdl.apps.Viewers.laf.JHDLUIPanel.
 
JHDLUIPanel() - Constructor for class byucc.jhdl.apps.Viewers.laf.JHDLUIPanel
 
JHDLUIWidgetPanel - class byucc.jhdl.apps.Viewers.laf.JHDLUIWidgetPanel.
 
JHDLUIWidgetPanel(JHDLHostWidgetInterface) - Constructor for class byucc.jhdl.apps.Viewers.laf.JHDLUIWidgetPanel
New constructor, so that this panel can pass the JHDLHostWidgetInterface to its parent to get the call chain ready to be initialized.
JHDLWidgetEvent - class byucc.jhdl.apps.Viewers.Event.JHDLWidgetEvent.
Passed to JHDLWidgetEventListeners by JHDLWidgetEventGenerators.
JHDLWidgetEvent(Object, int, ArrayList) - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLWidgetEvent
Constructor used primarily for CLEAR or SELECT events
JHDLWidgetEventGenerator - interface byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventGenerator.
The generator interface for all Widgets that will generate and broadcast JHDLWidgetEvents.
JHDLWidgetEventListener - interface byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventListener.
The listener interface for all Widgets that will listen to JHDLWidgetEvents.
JHDLWidgetEventPerformed(JHDLWidgetEvent) - Method in interface byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventListener
This method receives the event for the widget, and processes it, meaning that is interprets the event, and changes the display information accordingly.
JHDLWidgetEventPerformed(JHDLWidgetEvent) - Method in class byucc.jhdl.apps.Viewers.NewTreeBrowser.TreeBrowserPanel
Method called by {@link byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventGenerator objects that this object is listening to.
JHDLWidgetEventPerformed(JHDLWidgetEvent) - Method in class byucc.jhdl.apps.Viewers.Schematic.SchematicCanvas
Method called by {@link byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventGenerator objects that this object is listening to.
JHDLWidgetEventPerformed(JHDLWidgetEvent) - Method in class byucc.jhdl.apps.Viewers.TreeBrowser.TreeBrowserPanel
Method called by {@link byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventGenerator objects that this object is listening to.
JHDLWidgetEventPerformed(JHDLWidgetEvent) - Method in class byucc.jhdl.apps.Viewers.WiresTable.WiresTablePanel
Method called by {@link byucc.jhdl.apps.Viewers.Event.JHDLWidgetEventGenerator objects that this object is listening to.
JHDLWidgetPanel - class byucc.jhdl.apps.Viewers.Event.JHDLWidgetPanel.
Used as a super class to JPanel classes.
JHDLWidgetPanel(JHDLHostWidgetInterface) - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLWidgetPanel
Constructor.
JHDLWidgetScrollPane - class byucc.jhdl.apps.Viewers.Event.JHDLWidgetScrollPane.
Used as a super class to JScrollPane classes.
JHDLWidgetScrollPane(JHDLHostWidgetInterface) - Constructor for class byucc.jhdl.apps.Viewers.Event.JHDLWidgetScrollPane
Constructor.
JOINED - Static variable in interface byucc.jhdl.parsers.edif.EdifParserCoreConstants
 
JOUT_IGNORE_LOUD_NAME - Static variable in class byucc.jhdl.parsers.edif.sablecc.translation.EdifToJHDLTranslator
 
JOUT_IGNORE_NAME - Static variable in class byucc.jhdl.parsers.edif.sablecc.translation.EdifToJHDLTranslator
 
JUSTIFY - Static variable in interface byucc.jhdl.parsers.edif.EdifParserCoreConstants
 
JUSTIFY_CENTER - Static variable in class byucc.jhdl.apps.Viewers.Schematic.UDNImplementation
 
JUSTIFY_CENTER - Static variable in interface byucc.jhdl.apps.Viewers.Schematic.UserDefinedNode
 
JUSTIFY_LEFT - Static variable in class byucc.jhdl.apps.Viewers.Schematic.UDNImplementation
 
JUSTIFY_LEFT - Static variable in interface byucc.jhdl.apps.Viewers.Schematic.UserDefinedNode
 
JUSTIFY_RIGHT - Static variable in class byucc.jhdl.apps.Viewers.Schematic.UDNImplementation
 
JUSTIFY_RIGHT - Static variable in interface byucc.jhdl.apps.Viewers.Schematic.UserDefinedNode
 
JabConsoleWriter - class byucc.jhdl.apps.Jab.JabConsoleWriter.
This class extends Writer.
JabConsoleWriter() - Constructor for class byucc.jhdl.apps.Jab.JabConsoleWriter
 
JarExec - class byucc.jhdl.JarExec.
This class is to be compiled and set up to be a class that can be executed if the jar is executed.
JarExec() - Constructor for class byucc.jhdl.JarExec
 
JarImage - class byucc.jhdl.util.gui.JarImage.
 
JarImage() - Constructor for class byucc.jhdl.util.gui.JarImage
 
JavadocParser - class byucc.jhdl.util.xmac.JavadocParser.
Parse the javadoc tag.
JavadocParser(DocInfo) - Constructor for class byucc.jhdl.util.xmac.JavadocParser
Construct a new JavadocParser.
jasminHeader() - Method in class byucc.jhdl.synth.classparse.OpCode
 
jjFillToken() - Method in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.LL_VirtexTokenManager
 
jjFillToken() - Method in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.MRP_VirtexTokenManager
 
jjFillToken() - Method in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.XDL_VirtexTokenManager
 
jjFillToken() - Method in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.LL_Virtex2TokenManager
 
jjFillToken() - Method in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.MRP_Virtex2TokenManager
 
jjFillToken() - Method in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.XDL_Virtex2TokenManager
 
jjFillToken() - Method in class byucc.jhdl.util.BVFormat.FormatStringParserTokenManager
 
jj_nt - Variable in class byucc.jhdl.Fsm.Parser
 
jj_nt - Static variable in class byucc.jhdl.base.genericparser.exprParser
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.LL_Virtex
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.MRP_Virtex
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.XDL_Virtex
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.LL_Virtex2
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.MRP_Virtex2
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.XDL_Virtex2
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.LL_4K
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.MRP_4K
 
jj_nt - Variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.XDL_4K
 
jj_nt - Static variable in class byucc.jhdl.synth.graph.parser.DotFileParser
 
jj_nt - Variable in class byucc.jhdl.util.BVFormat.FormatStringParser
 
jjnewLexState - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.LL_VirtexTokenManager
 
jjnewLexState - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.XDL_VirtexTokenManager
 
jjnewLexState - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.LL_Virtex2TokenManager
 
jjnewLexState - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.XDL_Virtex2TokenManager
 
jjnewLexState - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.LL_4KTokenManager
 
jjnewLexState - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.XDL_4KTokenManager
 
jjnewLexState - Static variable in class byucc.jhdl.synth.graph.parser.DotFileParserTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.Fsm.ParserTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.base.genericparser.exprParserTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.parsers.edif.EdifParserCoreTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.LL_VirtexTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.MRP_VirtexTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex.XDL_VirtexTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.LL_Virtex2TokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.MRP_Virtex2TokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.Virtex2.XDL_Virtex2TokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.LL_4KTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.MRP_4KTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.platforms.util.readback.Xilinx.XC4000.XDL_4KTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.synth.graph.parser.DotFileParserTokenManager
 
jjstrLiteralImages - Static variable in class byucc.jhdl.util.BVFormat.FormatStringParserTokenManager
 
join(Wire, Wire) - Method in class byucc.jhdl.base.Cell
The user can call this to join two wires together.
joined - class byucc.jhdl.parsers.edif.syntaxtree.joined.
Grammar production: f0 -> f1 -> f2 -> ( portRef() | portList() | globalPortRef() )* f3 ->
joined(NodeToken, NodeToken, NodeListOptional, NodeToken) - Constructor for class byucc.jhdl.parsers.edif.syntaxtree.joined
 
joined(NodeListOptional) - Constructor for class byucc.jhdl.parsers.edif.syntaxtree.joined
 
jout - Static variable in class byucc.jhdl.DRC.DesignRuleChecker
Use joutDRC for outputting messages about warnings and errors.
jout - Static variable in class byucc.jhdl.netlisters.Netlister
Where to print messages during the netlist
jout - Static variable in class byucc.jhdl.parsers.edif.sablecc.EdifParser
JHDLOutput for EdifParser
jout - Static variable in class byucc.jhdl.parsers.edif.sablecc.translation.EdifCell
JHDLOutput for EdifParser
jout - Static variable in class byucc.jhdl.parsers.edif.sablecc.translation.EdifToJHDLTranslator
JHDLOutput for EdifParser
jout_ignore - Variable in class byucc.jhdl.parsers.edif.sablecc.translation.EdifToJHDLTranslator
 
jout_ignore_loud - Variable in class byucc.jhdl.parsers.edif.sablecc.translation.EdifToJHDLTranslator
 
jumpAbsolute(int) - Method in class byucc.jhdl.synth.GraphStack
 
jumpAbsolute(int) - Method in interface byucc.jhdl.synth.classparse.VirtualMachine
 
jumpToAddr() - Method in class byucc.jhdl.apps.Viewers.MemoryView.MemoryViewerPanel
 
jumpToAddress(int) - Method in class byucc.jhdl.apps.Viewers.MemoryView.MemoryViewer
 
justify - class byucc.jhdl.parsers.edif.syntaxtree.justify.
Grammar production: f0 -> f1 -> f2 -> ( | | | | | | | | ) f3 ->
justify(NodeToken, NodeToken, NodeChoice, NodeToken) - Constructor for class byucc.jhdl.parsers.edif.syntaxtree.justify
 
justify(NodeChoice) - Constructor for class byucc.jhdl.parsers.edif.syntaxtree.justify
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.