Uses of Class
com.evolvedbinary.xpath.parser.ast.ValueComp
-
Packages that use ValueComp Package Description com.evolvedbinary.xpath.parser.ast -
-
Uses of ValueComp in com.evolvedbinary.xpath.parser.ast
Fields in com.evolvedbinary.xpath.parser.ast declared as ValueComp Modifier and Type Field Description static ValueCompValueComp. EQUALstatic ValueCompValueComp. GREATER_THANstatic ValueCompValueComp. GREATER_THAN_OR_EQUALstatic ValueCompValueComp. LESS_THANstatic ValueCompValueComp. LESS_THAN_OR_EQUALstatic ValueCompValueComp. NOT_EQUALMethods in com.evolvedbinary.xpath.parser.ast that return ValueComp Modifier and Type Method Description static ValueCompValueComp. fromSyntax(String syntax)
-