Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class InstOfExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExprThe boolean operator 'instance of' takes the value of its first operand and matches its type to the SequenceType in its second operand, according to the rules for SequenceType matching.
Constructor Summary |
InstOfExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.SequenceType r) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
Constructor Detail |
public InstOfExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.SequenceType r)
Constructor for InstOfExpr.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.