Uses of Class
org.hecl.ClassCommandInfo

Packages that use ClassCommandInfo
org.hecl   
org.hecl.java   
org.hecl.midp20.lcdui   
 

Uses of ClassCommandInfo in org.hecl
 

Methods in org.hecl with parameters of type ClassCommandInfo
 Thing ClassCommand.method(Interp interp, ClassCommandInfo context, Thing[] argv)
          The method method takes an interpreter, a class information and an array of Things, performs some calculations, and returns a Thing which may be null.
 

Uses of ClassCommandInfo in org.hecl.java
 

Methods in org.hecl.java with parameters of type ClassCommandInfo
 Thing JavaCmd.method(Interp interp, ClassCommandInfo context, Thing[] argv)
           
 

Uses of ClassCommandInfo in org.hecl.midp20.lcdui
 

Methods in org.hecl.midp20.lcdui with parameters of type ClassCommandInfo
 Thing OptionCmd.method(Interp ip, ClassCommandInfo context, Thing[] argv)