Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class CastableExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExprA 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.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
Constructor Detail |
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 |
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.