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


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



public class UnExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr
Support for Unary expressions.

Constructor Summary

UnExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg)

Method Summary

public org.eclipse.wst.xml.xpath2.processor.internal.ast.Exprarg()
     Support for Expression interface.

Constructor Detail

UnExpr

public UnExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg)

Constructor for UnExpr.


Methods Detail

arg

public org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg()

Support for Expression interface.

Returns

org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr - Result of Expr operation.