MetaTF API

Uses of Class
MetaTF.Parser.Section

Packages that use Section
MetaTF.Generator.Java This package provides the Java code generator for MetaTF. 
MetaTF.Parser This package provides the parser and symbol table builder for MetaTF. 
 

Uses of Section in MetaTF.Generator.Java
 

Methods in MetaTF.Generator.Java with parameters of type Section
 java.lang.Object ConstructorBodyGenerator.visit(Section section, java.lang.Object data)
           
 java.lang.Object ClassGenerator.visit(Section section, java.lang.Object data)
           
 java.lang.Object DataStructureGenerator.visit(Section section, java.lang.Object symtab)
           
 java.lang.Object PutRecordGenerator.visit(Section section, java.lang.Object data)
           
 java.lang.Object MainGenerator.visit(Section section, java.lang.Object data)
           
 java.lang.Object ConstructorHeaderGenerator.visit(Section section, java.lang.Object data)
           
 

Uses of Section in MetaTF.Parser
 

Methods in MetaTF.Parser that return Section
 Section Record.getSection()
           
 Section DTD.getSection(int n)
          Return the section
 

Methods in MetaTF.Parser with parameters of type Section
(package private)  void Record.setSection(Section s)
          Set the section that this record is defined in
 java.lang.Object DTDVisitor.visit(Section section, java.lang.Object data)
           
(package private)  void DTD.addSection(int sectionNumber, Section section)
          Add a new section to the symbol table
 


MetaTF API

Copyright © 2001 - Richard Jones     MetaTF