com.jclark.xsl.expr
Class TrueFunction

java.lang.Object
  extended by com.jclark.xsl.expr.Function0
      extended by com.jclark.xsl.expr.TrueFunction
All Implemented Interfaces:
Function

 class TrueFunction
extends Function0


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

Constructor Detail

TrueFunction

TrueFunction()
Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr()
Specified by:
makeCallExpr in class Function0