Uses of Class
types.GUIFile

Packages that use GUIFile
lib.lang   
types   
 

Uses of GUIFile in lib.lang
 

Methods in lib.lang with parameters of type GUIFile
 String[][] Java.generateCode(GUIFile guiFile, ErrorHandler errorHandler)
          generateCode implements the LangDef specification, accepting a guiFile and an error handler and returning a double array of code file names and content to be outputted in whatever way desired by the Assembler.
 

Uses of GUIFile in types
 

Fields in types declared as GUIFile
 GUIFile Widget.file
          The .gui file declaring this widget.
 

Methods in types with parameters of type GUIFile
abstract  String[][] LangDef.generateCode(GUIFile guiFile, ErrorHandler errorHandler)
          generateCode accepts the generated Parser output and manipulates it according to the structure of the language to generate the appropriate output code.
 

Constructors in types with parameters of type GUIFile
Widget(String type, String id, GUIFile file, int lineNum)
           
Widget(String type, String id, Widget parent, GUIFile file, int lineNum)