Uses of Class
aQute.bnd.compatibility.Signatures.Rover
Packages that use Signatures.Rover
-
Uses of Signatures.Rover in aQute.bnd.compatibility
Methods in aQute.bnd.compatibility with parameters of type Signatures.RoverModifier and TypeMethodDescriptionprivate void
Signatures.body
(StringBuilder sb, Map<String, String> map, Signatures.Rover rover) Because classes can be nested the body handles the part that can be nested, the reference handles the enclosing L ...private void
Signatures.declare
(StringBuilder sb, Map<String, String> map, Signatures.Rover rover) Handle the declaration part.private void
Signatures.reference
(StringBuilder sb, Map<String, String> map, Signatures.Rover rover, boolean primitivesAllowed) The heart of the routine.