Uses of Enum Class
aQute.bnd.osgi.resource.FilterParser.Op
Packages that use FilterParser.Op
-
Uses of FilterParser.Op in aQute.bnd.osgi.resource
Fields in aQute.bnd.osgi.resource declared as FilterParser.OpModifier and TypeFieldDescription(package private) final FilterParser.Op
FilterParser.SimpleExpression.op
Methods in aQute.bnd.osgi.resource that return FilterParser.OpModifier and TypeMethodDescriptionFilterParser.SimpleExpression.getOp()
FilterParser.Op.not()
static FilterParser.Op
Returns the enum constant of this class with the specified name.static FilterParser.Op[]
FilterParser.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.osgi.resource with parameters of type FilterParser.OpModifier and TypeMethodDescription(package private) static FilterParser.Expression
FilterParser.SimpleExpression.make
(String key, FilterParser.Op op, String value) Constructors in aQute.bnd.osgi.resource with parameters of type FilterParser.Op