|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jwalk.test.Abstract
public abstract class Abstract
Abstract is an abstract class with one abstract method signature. This is a standard test class, provided with the JWalk tool suite. Abstract is provided solely in order to demonstrate JWalk's ability to recognise that it cannot exercise any abstract class, which by definition cannot be instantiated or executed. It should be possible to inspect the protocols of Abstract.
Constructor Summary | |
---|---|
Abstract()
Could create an Abstract instance (were the class not abstract). |
Method Summary | |
---|---|
int |
getValue()
Returns the current value. |
int |
hashCode()
Returns a hash code computed from this object. |
abstract void |
setValue(int value)
Sets the current value. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Abstract()
Method Detail |
---|
public int getValue()
public abstract void setValue(int value)
value
- the value to store.public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |