com.jclark.xsl.expr
Class CurrentFunction

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

class CurrentFunction
extends Function0


Constructor Summary
(package private) CurrentFunction()
           
 
Method Summary
(package private)  ConvertibleExpr makeCallExpr()
           
 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

CurrentFunction

CurrentFunction()
Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr()
Specified by:
makeCallExpr in class Function0

makeCallExpr

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