Package | Description |
---|---|
aQute.bnd.compatibility |
Modifier and Type | Method and Description |
---|---|
private void |
Signatures.body(java.lang.StringBuilder sb,
java.util.Map<java.lang.String,java.lang.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(java.lang.StringBuilder sb,
java.util.Map<java.lang.String,java.lang.String> map,
Signatures.Rover rover)
Handle the declaration part.
|
private void |
Signatures.reference(java.lang.StringBuilder sb,
java.util.Map<java.lang.String,java.lang.String> map,
Signatures.Rover rover,
boolean primitivesAllowed)
The heart of the routine.
|