Uses of Class
aQute.bnd.compatibility.Kind
-
Packages that use Kind Package Description aQute.bnd.compatibility -
-
Uses of Kind in aQute.bnd.compatibility
Fields in aQute.bnd.compatibility declared as Kind Modifier and Type Field Description (package private) KindScope. kindMethods in aQute.bnd.compatibility that return Kind Modifier and Type Method Description static KindKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Kind[]Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.compatibility with parameters of type Kind Modifier and Type Method Description private ScopeRuntimeSignatureBuilder. add(Scope declaring, Scope enclosing, int modifiers, java.lang.reflect.TypeVariable<?>[] typeVariables, Kind kind, java.lang.String id, java.lang.reflect.Type mainType, java.lang.reflect.Type[] parameterTypes, java.lang.reflect.Type[] exceptionTypes)voidScope. setKind(Kind kind)Constructors in aQute.bnd.compatibility with parameters of type Kind Constructor Description Scope(Access access, Kind kind, java.lang.String name)
-