Beginning of the method named meth

meth is an instance method of class A. (See Listing 7.)

meth declares a final local variable named methTime.

meth
also contains a local class definition for a class named B, which we will examine later.

Listing 7. Beginning of the method named meth.
  void meth(){
    final long methTime;
File: cu.htm [Next] [Prev]