FileDocCategorySizeDatePackage
Overall.javaAPI DocExample559Sun Dec 27 15:20:40 GMT 1998com.acme.stuff

X

public class X extends A implements Action, Fun

Fields Summary
int
num
float
tmp
int
xyz
Constructors Summary
public X()

	// Constructor - same name as class
		// initializations...
	
Methods Summary
public intabc()

		// ordinary method
		int i;					// local data
		int answer = 0;
		for (i=0; i<num; i++)
			// compute answer
		return answer;
	
public voiddef()

		// more computation, presumably using xyz