Package org.eclipse.wst.xml.xpath2.processor.internal.ast


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class InstOfExpr



public class InstOfExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExpr
The 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.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.

Constructor Detail

InstOfExpr

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

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.