Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class UnExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.ExprSupport 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.Expr | arg() Support for Expression interface. |
Constructor Detail |
public UnExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg)
Constructor for UnExpr.
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr arg()
Support for Expression interface.
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr
- Result of Expr operation.