|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.fieldtype.MethodSpecification
public abstract class MethodSpecification
Abstract representation of a method specification.
Field Summary | |
---|---|
static MethodSpecification |
AlwaysFalseMethodSpecification
|
Constructor Summary | |
---|---|
MethodSpecification()
|
Method Summary | |
---|---|
abstract boolean |
isSatisfiedBy(java.lang.reflect.Method method)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MethodSpecification AlwaysFalseMethodSpecification
Constructor Detail |
---|
public MethodSpecification()
Method Detail |
---|
public abstract boolean isSatisfiedBy(java.lang.reflect.Method method)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |