com.evolvedbinary.xpath.parser.ast
Class SimpleForClause.RangeVariable

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.SimpleForClause.RangeVariable
Enclosing class:
SimpleForClause

public static class SimpleForClause.RangeVariable
extends Object


Field Summary
 ASTNode exprSingle
           
 QNameW varName
           
 
Constructor Summary
SimpleForClause.RangeVariable(QNameW varName, ASTNode exprSingle)
           
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varName

public final QNameW varName

exprSingle

public final ASTNode exprSingle
Constructor Detail

SimpleForClause.RangeVariable

public SimpleForClause.RangeVariable(QNameW varName,
                                     ASTNode exprSingle)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.