Uses of Class
eu.clarin.sru.fcs.qlparser.lex.RBoolean
-
Packages that use RBoolean Package Description eu.clarin.sru.fcs.qlparser.lex -
-
Uses of RBoolean in eu.clarin.sru.fcs.qlparser.lex
Methods in eu.clarin.sru.fcs.qlparser.lex that return RBoolean Modifier and Type Method Description RBoolean
SearchClauseGroup. getBoolean()
Get the right child (search clause or group).static RBoolean
RBoolean. valueOf(String name)
Returns the enum constant of this type with the specified name.static RBoolean[]
RBoolean. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.sru.fcs.qlparser.lex with parameters of type RBoolean Modifier and Type Method Description boolean
SearchClauseGroup. hasBoolean(RBoolean r_boolean)
Check if expression used a given boolean.
-