demo
Class Foo

java.lang.Object
  extended by demo.Bar
      extended by demo.Foo

public class Foo
extends Bar

Author:
albert_kurucz

Constructor Summary
Foo()
           
 
Method Summary
 void fello()
           
 java.lang.String getResult()
           
 
Methods inherited from class demo.Bar
hello
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

fello

public void fello()

getResult

public java.lang.String getResult()


Copyright © 2009-2010 jtstand.com. All Rights Reserved.