|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.data.MethodDispatcher.MethodScorer
protected static class MethodDispatcher.MethodScorer
Intermediate results for computing a method score.
| Field Summary | |
|---|---|
int |
actualPos
Current parsing position in the actual argument values |
java.lang.Object[] |
actualValues
Function arguments currently being worked on for the target |
int |
formalPos
Current parsing position in the formal argument formalTypes |
java.lang.Class[] |
formalTypes
Argument formalTypes currently being worked on for the target |
| Constructor Summary | |
|---|---|
MethodDispatcher.MethodScorer()
Creates a new score keeper for method dispatch. |
|
MethodDispatcher.MethodScorer(java.lang.Class[] formalTypes,
java.lang.Object[] actualValues)
Creates a new score keeper for method dispatch. |
|
| Method Summary | |
|---|---|
void |
reset()
Resets any progress recorded for this method score. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public transient java.lang.Object[] actualValues
public transient java.lang.Class[] formalTypes
public transient int actualPos
public transient int formalPos
| Constructor Detail |
|---|
public MethodDispatcher.MethodScorer()
public MethodDispatcher.MethodScorer(java.lang.Class[] formalTypes,
java.lang.Object[] actualValues)
formalTypes - Formal parameter formalTypesactualValues - Actual parameters| Method Detail |
|---|
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||