com.jclark.xsl.expr
Class Function0

java.lang.Object
  extended by com.jclark.xsl.expr.Function0
All Implemented Interfaces:
Function
Direct Known Subclasses:
CurrentFunction, FalseFunction, LastFunction, PositionFunction, TrueFunction

abstract class Function0
extends java.lang.Object
implements Function

base class for all functions taking no arguments


Constructor Summary
Function0()
           
 
Method Summary
(package private) abstract  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

Function0

Function0()
Method Detail

makeCallExpr

abstract ConvertibleExpr makeCallExpr()
                               throws ParseException
Throws:
ParseException

makeCallExpr

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