|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.summary.query.SameMethod
public class SameMethod
Checks that two methods are the same. Also provides a search feature to find a method with a specific signature in a type
| Constructor Summary | |
|---|---|
SameMethod()
|
|
| Method Summary | |
|---|---|
static boolean |
conflict(MethodSummary one,
MethodSummary two)
Description of the Method |
static MethodSummary |
find(TypeSummary type,
MethodSummary method)
Finds the method with the same signature in the other type |
static MethodSummary |
findConflict(TypeSummary type,
MethodSummary method)
Finds the method with a conflicting in the other type |
static boolean |
query(MethodSummary one,
MethodSummary two)
Checks if two methods are the same |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SameMethod()
| Method Detail |
|---|
public static boolean query(MethodSummary one,
MethodSummary two)
one - Description of Parametertwo - Description of Parameter
public static boolean conflict(MethodSummary one,
MethodSummary two)
one - Description of Parametertwo - Description of Parameter
public static MethodSummary find(TypeSummary type,
MethodSummary method)
type - Description of Parametermethod - Description of Parameter
public static MethodSummary findConflict(TypeSummary type,
MethodSummary method)
type - Description of Parametermethod - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||