private java.util.List<Signature> |
SignatureBuilder.build(SignatureBuilder.ParameterTable matrix) |
This method will build all the signatures for the constructor.
|
private void |
SignatureBuilder.build(SignatureBuilder.ParameterTable matrix,
int index) |
This is used to build all permutations of parameters that exist
within the constructor.
|
private void |
SignatureBuilder.build(SignatureBuilder.ParameterTable matrix,
SignatureBuilder.ParameterList signature,
int index) |
This is used to build all permutations of parameters that exist
within the constructor.
|
private java.util.List<Signature> |
SignatureBuilder.create(SignatureBuilder.ParameterTable matrix) |
This is used to create a list of signatures that represent the
permutations of parameter and annotation pairs that exist.
|
private void |
SignatureBuilder.populate(SignatureBuilder.ParameterTable matrix,
SignatureBuilder.ParameterList signature,
int index) |
This is the final leg of building a permutation where a signature
is given to permutate on the last column.
|