Uses of Class
aQute.bnd.signatures.SimpleClassTypeSignature
-
Packages that use SimpleClassTypeSignature Package Description aQute.bnd.signatures -
-
Uses of SimpleClassTypeSignature in aQute.bnd.signatures
Fields in aQute.bnd.signatures declared as SimpleClassTypeSignature Modifier and Type Field Description SimpleClassTypeSignature
ClassTypeSignature. classType
(package private) static SimpleClassTypeSignature[]
SimpleClassTypeSignature. EMPTY
SimpleClassTypeSignature[]
ClassTypeSignature. innerTypes
Methods in aQute.bnd.signatures that return SimpleClassTypeSignature Modifier and Type Method Description (package private) static SimpleClassTypeSignature
SimpleClassTypeSignature. parseSimpleClassTypeSignature(StringRover signature)
Constructors in aQute.bnd.signatures with parameters of type SimpleClassTypeSignature Constructor Description ClassTypeSignature(java.lang.String binary, java.lang.String packageSpecifier, SimpleClassTypeSignature classType, SimpleClassTypeSignature[] innerTypes)
-