com.jclark.xsl.expr
Class RoundFunction

java.lang.Object
  |
  +--com.jclark.xsl.expr.Function1
        |
        +--com.jclark.xsl.expr.RoundFunction
All Implemented Interfaces:
Function

class RoundFunction
extends Function1


Constructor Summary
(package private) RoundFunction()
           
 
Method Summary
(package private)  ConvertibleExpr makeCallExpr(ConvertibleExpr e)
           
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] e, Node exprNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundFunction

RoundFunction()
Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr(ConvertibleExpr e)
                       throws ParseException
Specified by:
makeCallExpr in class Function1
ParseException

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] e,
                                    Node exprNode)
                             throws ParseException
Specified by:
makeCallExpr in interface Function
ParseException