com.jclark.xsl.tr

Class VariableInfo

class VariableInfo extends Object

the expression to evaluate for obraining a Variable's result, and the fact of whether it is a parameter
Constructor Summary
VariableInfo(VariantExpr expr, boolean isParam)
Method Summary
VariantExprgetExpr()
booleanisParam()

Constructor Detail

VariableInfo

VariableInfo(VariantExpr expr, boolean isParam)

Method Detail

getExpr

VariantExpr getExpr()

isParam

boolean isParam()