All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class spill.inspect.ClassInfo

java.lang.Object
   |
   +----spill.inspect.ClassInfo

public class ClassInfo
extends Object

...

Version:
1.1 beta - 21 June 1997
Author:
Leonardo Boselli

Constructor Index

 o ClassInfo()

Method Index

 o getFieldCount()
 o getMethod(int)
 o getMethodCount()
 o getMethodFromPage(int)
 o getPageFromMethod(int)
 o getThisClass()
 o isPackageShowing()
 o isPackageShowing(boolean)
 o isSimpleSintax()
 o isSimpleSintax(boolean)
 o load(String)
 o spill(SpillTheBeans)

Constructors

 o ClassInfo
 public ClassInfo()

Methods

 o getFieldCount
 public int getFieldCount()
 o getMethodCount
 public int getMethodCount()
 o getMethod
 public Method getMethod(int id)
 o getThisClass
 public short getThisClass()
 o isPackageShowing
 public void isPackageShowing(boolean v)
 o isSimpleSintax
 public void isSimpleSintax(boolean v)
 o isPackageShowing
 public boolean isPackageShowing()
 o isSimpleSintax
 public boolean isSimpleSintax()
 o load
 public String load(String fileName)
 o spill
 public void spill(SpillTheBeans stb)
 o getMethodFromPage
 public int getMethodFromPage(int actPage)
 o getPageFromMethod
 public int getPageFromMethod(int method)

All Packages  Class Hierarchy  This Package  Previous  Next  Index