Uses of Class
Holder

Uses of Holder in <Unnamed>
 

Fields in <Unnamed> declared as Holder
private  Holder Parser.holder
           
 

Methods in <Unnamed> with parameters of type Holder
private  java.lang.String Horner.generateCode(Holder holder)
          Generate the MSP430 code for the multiplier contained in the holder.
private  void Horner.generateDecimalCode(java.lang.StringBuffer sb, Holder holder)
          Generate the MSP430 code for the decimal portion of the multiplier contained in the holder.
private  void Horner.generateDecimalEquations(java.lang.StringBuffer sb, Holder holder)
          Generate the Horner equations for decimal portion of the multiplier contained in the holder.
private  java.lang.String Horner.generateEquations(Holder holder)
          Generate the Horner equations for the multiplier contained in the holder.
private  void Horner.generateFractionCode(java.lang.StringBuffer sb, Holder holder, boolean wasDecimalPart)
          Generate the MSP430 code for fraction portion of the multiplier contained in the holder.
private  void Horner.generateFractionEquations(java.lang.StringBuffer sb, Holder holder, boolean wasDecimalPart)
          Generate the Horner equations for fraction portion of the multiplier contained in the holder.
 

Constructors in <Unnamed> with parameters of type Holder
CSD(Holder holder)
          CSD class constructor
Parser(Holder holder, boolean doDecimal)
          Class constructor for Parser class