Class PartialIfExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode<PartialIfExpr.PartialIfExpr1,ASTNode>
-
- 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
Nested Classes Modifier and Type Class Description classPartialIfExpr.PartialIfExpr1
-
Constructor Summary
Constructors Constructor Description PartialIfExpr(Expr testExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartialIfExpr.PartialIfExpr1complete(ASTNode thenExpression)protected Stringdescribe()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.partial.AbstractPartialASTNode
toString
-
-
-
-
Constructor Detail
-
PartialIfExpr
public PartialIfExpr(Expr testExpression)
-
-
Method Detail
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
complete
public PartialIfExpr.PartialIfExpr1 complete(ASTNode thenExpression)
-
-