private static class FuzzyMethodRt.InternalMethodData extends java.lang.Object implements MethodData
MatchMetrics to calculate the match.| Modifier and Type | Field and Description |
|---|---|
private InternalEntry |
entry
The entry candidate.
|
private ParameterKey[] |
signature
The conversion-compatible calculated signature.
|
| Constructor and Description |
|---|
InternalMethodData(InternalEntry entry)
Create a new method data for the given entry.
|
| Modifier and Type | Method and Description |
|---|---|
InternalEntry |
getEntry()
Get the
method. |
ParameterKey[] |
getSignature()
Get the signature of this method.
|
ParameterKey |
getSignature(int idx)
Get the signature for the parameter at the specified 0-based index.
|
private final InternalEntry entry
private final ParameterKey[] signature
public InternalMethodData(InternalEntry entry)
entry - The method entry.public InternalEntry getEntry()
method.public ParameterKey[] getSignature()
getSignature in interface MethodDatapublic ParameterKey getSignature(int idx)
getSignature in interface MethodDataidx - The 0-based index for the parameter.