|
Crossfire JXClient, Trunk
|
Inheritance diagram for Reflection.Animal:
Collaboration diagram for Reflection.Animal:Public Member Functions | |
| default String | eat () |
| String | go () |
| default String | sleep () |
Base interface to illustrate the new reflection API.
Definition at line 51 of file Reflection.java.
| default String Reflection.Animal.eat | ( | ) |
Return string representation of the eat action for Animal
Definition at line 58 of file Reflection.java.
| String Reflection.Animal.go | ( | ) |
Return string representation of the go action for Animal
Implemented in Reflection.Dog.
| default String Reflection.Animal.sleep | ( | ) |
Return string representation of the sleep action for Animal
Implemented in Reflection.Dog.
Definition at line 68 of file Reflection.java.