Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class CmpExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExprThe comparison of expression operator takes the value of its left operand and compares (dependant on type) against its right operand, according to the rules of the particular comparison rule
Field Summary | |
public static int | EQSet internal value for EQ operation. |
public static int | EQUALSSet internal value for EQUALS operation. |
public static int | GESet internal value for GE operation. |
public static int | GREATERSet internal value for GREATER operation. |
public static int | GREATER_GREATERSet internal value for GREATER_GREATER operation. |
public static int | GREATEREQUALSet internal value for GREATEREQUAL operation. |
public static int | GTSet internal value for GT operation. |
public static int | ISSet internal value for IS operation. |
public static int | LESet internal value for LE operation. |
public static int | LESS_LESSSet internal value for LESS_LESS operation. |
public static int | LESSEQUALSet internal value for LESSEQUAL operation. |
public static int | LESSTHANSet internal value for LESSTHAN operation. |
public static int | LTSet internal value for LT operation. |
public static int | NESet internal value for NE operation. |
public static int | NOTEQUALSSet internal value for NOTEQUALS operation. |
Constructor Summary |
CmpExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r
,
int type) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)Support for Visitor interface. |
public int | type() |
Field Detail |
public static int EQ
| Set internal value for EQ operation. |
public static int EQUALS
| Set internal value for EQUALS operation. |
public static int GE
| Set internal value for GE operation. |
public static int GREATER
| Set internal value for GREATER operation. |
public static int GREATER_GREATER
| Set internal value for GREATER_GREATER operation. |
public static int GREATEREQUAL
| Set internal value for GREATEREQUAL operation. |
public static int GT
| Set internal value for GT operation. |
public static int IS
| Set internal value for IS operation. |
public static int LE
| Set internal value for LE operation. |
public static int LESS_LESS
| Set internal value for LESS_LESS operation. |
public static int LESSEQUAL
| Set internal value for LESSEQUAL operation. |
public static int LESSTHAN
| Set internal value for LESSTHAN operation. |
public static int LT
| Set internal value for LT operation. |
public static int NE
| Set internal value for NE operation. |
public static int NOTEQUALS
| Set internal value for NOTEQUALS operation. |
Constructor Detail |
public CmpExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r
,
int type)
Constructor for CmpExpr
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.
public int type()
int - comparison type