com.jclark.xsl.expr
Class FormatNumberFunction

java.lang.Object
  extended by com.jclark.xsl.expr.Function2
      extended by com.jclark.xsl.expr.FormatNumberFunction
All Implemented Interfaces:
Function

 class FormatNumberFunction
extends Function2


Constructor Summary
FormatNumberFunction()
           
 
Method Summary
(package private)  ConvertibleExpr makeCallExpr(ConvertibleExpr e1, ConvertibleExpr e2)
           
 
Methods inherited from class com.jclark.xsl.expr.Function2
makeCallExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatNumberFunction

FormatNumberFunction()
Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr(ConvertibleExpr e1,
                             ConvertibleExpr e2)
Specified by:
makeCallExpr in class Function2