|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArgumentMatcher
Decides whether an actual argument is accepted.
Method Summary | |
---|---|
void |
appendTo(java.lang.StringBuffer buffer)
Appends a string representation of this matcher to the given buffer. |
boolean |
matches(java.lang.Object argument)
Returns whether this matcher accepts the given argument. |
Method Detail |
---|
boolean matches(java.lang.Object argument)
argument
- the argument
void appendTo(java.lang.StringBuffer buffer)
buffer
- the buffer to which the string representation is appended.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |