Uses of Class
org.osgi.framework.FilterImpl
-
Packages that use FilterImpl Package Description org.osgi.framework Framework Package Version 1.10. -
-
Uses of FilterImpl in org.osgi.framework
Subclasses of FilterImpl in org.osgi.framework Modifier and Type Class Description (package private) static class
FilterImpl.And
(package private) static class
FilterImpl.Approx
(package private) static class
FilterImpl.Equal
(package private) static class
FilterImpl.GreaterEqual
(package private) static class
FilterImpl.Item
(package private) static class
FilterImpl.LessEqual
(package private) static class
FilterImpl.Not
(package private) static class
FilterImpl.Or
(package private) static class
FilterImpl.Present
(package private) static class
FilterImpl.Substring
Fields in org.osgi.framework declared as FilterImpl Modifier and Type Field Description private FilterImpl
FilterImpl.Not. operand
private FilterImpl[]
FilterImpl.And. operands
private FilterImpl[]
FilterImpl.Or. operands
Methods in org.osgi.framework that return FilterImpl Modifier and Type Method Description (package private) static FilterImpl
FilterImpl. createFilter(java.lang.String filterString)
Creates aFilterImpl
object.(package private) FilterImpl
FilterImpl.Parser. parse()
private FilterImpl
FilterImpl.Parser. parse_and()
private FilterImpl
FilterImpl.Parser. parse_filter()
private FilterImpl
FilterImpl.Parser. parse_filtercomp()
private FilterImpl
FilterImpl.Parser. parse_item()
private FilterImpl
FilterImpl.Parser. parse_not()
private FilterImpl
FilterImpl.Parser. parse_or()
Constructors in org.osgi.framework with parameters of type FilterImpl Constructor Description And(FilterImpl[] operands)
Not(FilterImpl operand)
Or(FilterImpl[] operands)
-