Class InstanceOfExpr
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.AbstractOperand
-
- com.evolvedbinary.xpath.parser.ast.InstanceOfExpr
-
- All Implemented Interfaces:
ASTNode
public class InstanceOfExpr extends AbstractOperand
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description InstanceOfExpr(AbstractOperand operand, SequenceType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Constructor Detail
-
InstanceOfExpr
public InstanceOfExpr(AbstractOperand operand, SequenceType type)
-
-