byucc.jhdl.synth.methods
Class SynthesizableMethods
java.lang.Object
byucc.jhdl.synth.SynthMethod
byucc.jhdl.synth.methods.SynthesizableMethods
- public class SynthesizableMethods
- extends SynthMethod
This class is responsible for handling the graph creation stage
of the synthesis of any methods in the Synthesizable class.
I'm sorry about the name of this class. It does not containg
information about all methods which are synthesizable. For that
information, please look in the class SynthInvoke. This class is
simply responsible for methods within the class Synthesizable.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynthesizableMethods
public SynthesizableMethods()
invoke
public void invoke(GraphStack gs,
java.lang.Object callee,
java.lang.String name,
MethodArg[] args)
- Specified by:
invoke
in class SynthMethod
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.