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


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



public class CastableExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExpr
A class that tests whether a given value is castable into a given type. This can be used to select an appropriate type for processing a given value.

Constructor Summary

CastableExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l , org.eclipse.wst.xml.xpath2.processor.internal.ast.SingleType r)

Method Summary

public java.lang.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.

Constructor Detail

CastableExpr

public CastableExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l , org.eclipse.wst.xml.xpath2.processor.internal.ast.SingleType r)

Constructor of CastableExpr


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.