Uses of Class
aQute.bnd.osgi.resource.FilterParser.Op
-
Packages that use FilterParser.Op Package Description aQute.bnd.osgi.resource -
-
Uses of FilterParser.Op in aQute.bnd.osgi.resource
Fields in aQute.bnd.osgi.resource declared as FilterParser.Op Modifier and Type Field Description (package private) FilterParser.Op
FilterParser.SimpleExpression. op
Methods in aQute.bnd.osgi.resource that return FilterParser.Op Modifier and Type Method Description FilterParser.Op
FilterParser.SimpleExpression. getOp()
FilterParser.Op
FilterParser.Op. not()
static FilterParser.Op
FilterParser.Op. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FilterParser.Op[]
FilterParser.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.osgi.resource with parameters of type FilterParser.Op Modifier and Type Method Description (package private) static FilterParser.Expression
FilterParser.SimpleExpression. make(java.lang.String key, FilterParser.Op op, java.lang.String value)
Constructors in aQute.bnd.osgi.resource with parameters of type FilterParser.Op Constructor Description SimpleExpression(java.lang.String key, FilterParser.Op op, java.lang.String value)
-