|
Crossfire JXClient, Trunk
|
Inheritance diagram for Reflection.Dog:
Collaboration diagram for Reflection.Dog:Public Member Functions | |
| String | go () |
| String | sleep () |
Public Member Functions inherited from Reflection.Animal | |
| default String | eat () |
Dog class to illustrate the new reflection API. You can see that:
Definition at line 93 of file Reflection.java.
| String Reflection.Dog.go | ( | ) |
Return string representation of the go action for Dog
Implements Reflection.Animal.
Definition at line 101 of file Reflection.java.
| String Reflection.Dog.sleep | ( | ) |
Return string representation of the sleep action for Dog
Implements Reflection.Animal.
Definition at line 111 of file Reflection.java.