com.evolvedbinary.xpath.parser.ast.partial
Class PartialForExpr

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<ForExpr,ASTNode>
          extended by com.evolvedbinary.xpath.parser.ast.partial.PartialForExpr
All Implemented Interfaces:
ASTNode, PartialASTNode<ForExpr,ASTNode>

public class PartialForExpr
extends AbstractPartialASTNode<ForExpr,ASTNode>

Created by aretter on 17/02/2016.


Constructor Summary
PartialForExpr(SimpleForClause simpleForClause)
           
 
Method Summary
 ForExpr complete(ASTNode returnExpression)
           
protected  String describe()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialForExpr

public PartialForExpr(SimpleForClause simpleForClause)
Method Detail

describe

protected String describe()
Specified by:
describe in class AbstractASTNode

complete

public ForExpr complete(ASTNode returnExpression)


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