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


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



public class TreatAsExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExpr
Support for Treat operation. This does not change the value of the operand, rather it ensues the operand has a correct type at evaluation time.

Constructor Summary

TreatAsExpr(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

TreatAsExpr

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

Constructor for TreatAsExpr.


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.