treecalc.comp
Class FormulaConstant

java.lang.Object
  extended by treecalc.comp.FormulaConstant

public class FormulaConstant
extends java.lang.Object


Constructor Summary
FormulaConstant(java.lang.String nameInMethod, treecalc.rt.V constant, java.lang.String createstatement)
           
 
Method Summary
 treecalc.rt.V getConstant()
           
 java.lang.String getCreatestatement()
           
 java.lang.String getNameInMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaConstant

public FormulaConstant(java.lang.String nameInMethod,
                       treecalc.rt.V constant,
                       java.lang.String createstatement)
Method Detail

getNameInMethod

public java.lang.String getNameInMethod()

getConstant

public treecalc.rt.V getConstant()

getCreatestatement

public java.lang.String getCreatestatement()


Copyright © 2013. All Rights Reserved.