java.lang.Object
com.trapezium.chisel.Optimizer
com.trapezium.chisel.reorganizers.InlineCreator
com.trapezium.chisel.reorganizers.ShapeToInline
- All Implemented Interfaces:
- java.util.EventListener, com.trapezium.chisel.NodeLocatorListener, com.trapezium.chisel.OptionHolder
- public class ShapeToInline
- extends InlineCreator
Class to convert Shape nodes into Inlines
|
Constructor Summary |
ShapeToInline()
Class constructor, indicate Shape nodes are to be converted, InlineCreator
base class does everything else. |
| Methods inherited from class com.trapezium.chisel.Optimizer |
addAdditionalNode, attemptOptimization, booleanToOptionValue, eofTokens, getActionMessage, getAdditionalName, getNodeName, getNumberAdditionalNames, getNumberOptions, getOptionClass, getOptionConstraints, getOptionLabel, getOptionValue, hasFinalCode, intToOptionValue, isDEFlistener, isDEFUSElistener, isPROTOlistener, isROUTElistener, nodeFound, optimizePossible, optionValueToBoolean, optionValueToInt, printFinalCode, printNumbers, replaceIndexFaceMultiple, replaceRange, replaceStartEnd, replaceValueNodeFaceMultiple, reset, routeFound, setBaseFileName, setBaseFilePath, setDataSource, setNodeName, setOptionConstraints, setOptionValue, setRangeReplacer, summarize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapeToInline
public ShapeToInline()
- Class constructor, indicate Shape nodes are to be converted, InlineCreator
base class does everything else.