Uses of Class
eu.clarin.sru.server.fcs.parser_lex.RBoolean
-
Packages that use RBoolean Package Description eu.clarin.sru.server.fcs.parser_lex -
-
Uses of RBoolean in eu.clarin.sru.server.fcs.parser_lex
Methods in eu.clarin.sru.server.fcs.parser_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.server.fcs.parser_lex with parameters of type RBoolean Modifier and Type Method Description boolean
SearchClauseGroup. hasBoolean(RBoolean r_boolean)
Check if expression used a given boolean.
-