Uses of Interface
adql.search.IReplaceHandler
-
Packages that use IReplaceHandler Package Description adql.search -
-
Uses of IReplaceHandler in adql.search
Classes in adql.search that implement IReplaceHandler Modifier and Type Class Description class
RemoveHandler
In this handler the replacement ADQLObject is always null.class
SimpleReplaceHandler
Lets searching and replacing ADQL objects which match with the condition defined in the functionSimpleSearchHandler.match(ADQLObject)
.
-