Save This Page
Home » javassist3.9.GA » sample.basic » [javadoc | source]
sample.basic
public interface: NormalThing [javadoc | source]
Method from sample.basic.NormalThing Summary:
anotherThingy,   eatFood,   integerThingy,   normalMethod,   something,   something
Method from sample.basic.NormalThing Detail:
 public long anotherThingy(int i)
 public Integer eatFood()
 public  void integerThingy(Integer i)
 public String normalMethod(String name)
 public boolean something(Object o)
 public boolean something(Object o,
    boolean b)