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

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

public class PartialIfExpr
extends AbstractPartialASTNode<PartialIfExpr.PartialIfExpr1,ASTNode>

Created by aretter on 15/02/2016.


Nested Class Summary
 class PartialIfExpr.PartialIfExpr1
           
 
Constructor Summary
PartialIfExpr(Expr testExpression)
           
 
Method Summary
 PartialIfExpr.PartialIfExpr1 complete(ASTNode thenExpression)
           
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

PartialIfExpr

public PartialIfExpr(Expr testExpression)
Method Detail

describe

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

complete

public PartialIfExpr.PartialIfExpr1 complete(ASTNode thenExpression)


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