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