org.ucl.xpath.ast
Class VarExprPair

java.lang.Object
  extended byorg.ucl.xpath.ast.VarExprPair

public class VarExprPair
extends java.lang.Object

Class for Variable Expression Pairs.


Constructor Summary
VarExprPair(QName var, Expr expr)
          Constructor for VarExprPair.
 
Method Summary
 Expr expr()
          Support for Expression interface.
 QName varname()
          Support for QName interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarExprPair

public VarExprPair(QName var,
                   Expr expr)
Constructor for VarExprPair.

Parameters:
var - QName variable.
expr - Expression.
Method Detail

varname

public QName varname()
Support for QName interface.

Returns:
Result of QName operation.

expr

public Expr expr()
Support for Expression interface.

Returns:
Result of Expr operation.