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

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

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


Constructor Summary
PartialIfExpr.PartialIfExpr1(ASTNode thenExpression)
           
 
Method Summary
 IfExpr complete(ASTNode elseExpression)
           
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.PartialIfExpr1

public PartialIfExpr.PartialIfExpr1(ASTNode thenExpression)
Method Detail

describe

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

complete

public IfExpr complete(ASTNode elseExpression)


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