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