Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.chisel.reorganizers
Class ShapeToInline  view ShapeToInline download ShapeToInline.java

java.lang.Object
  extended bycom.trapezium.chisel.Optimizer
      extended bycom.trapezium.chisel.reorganizers.InlineCreator
          extended bycom.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


Nested Class Summary
 
Nested classes inherited from class com.trapezium.chisel.reorganizers.InlineCreator
InlineCreator.InlineInfo
 
Field Summary
 
Fields inherited from class com.trapezium.chisel.reorganizers.InlineCreator
inlineNo
 
Fields inherited from class com.trapezium.chisel.Optimizer
baseFileName, baseFilePath, dataSource
 
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.reorganizers.InlineCreator
attemptOptimization, optimize
 
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
 

Constructor Detail

ShapeToInline

public ShapeToInline()
Class constructor, indicate Shape nodes are to be converted, InlineCreator base class does everything else.