|
MetaTF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
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 Record in MetaTF.Generator.Java |
Methods in MetaTF.Generator.Java with parameters of type Record | |
java.lang.Object |
ConstructorBodyGenerator.visit(Record record,
java.lang.Object data)
|
java.lang.Object |
ClassGenerator.visit(Record record,
java.lang.Object data)
|
java.lang.Object |
DataStructureGenerator.visit(Record record,
java.lang.Object symtab)
|
java.lang.Object |
PutRecordGenerator.visit(Record record,
java.lang.Object data)
|
java.lang.Object |
MainGenerator.visit(Record record,
java.lang.Object isCached)
|
java.lang.Object |
ConstructorHeaderGenerator.visit(Record record,
java.lang.Object data)
|
Uses of Record in MetaTF.Parser |
Methods in MetaTF.Parser that return Record | |
Record |
Section.getRecord(int tag)
Get a record defined in this section |
Record |
Section.getRecord(java.lang.String str)
Get a record defined in this section |
Methods in MetaTF.Parser with parameters of type Record | |
(package private) void |
Section.addRecord(Record r)
Add a Record to this section |
(package private) void |
Section.addRecordByTag(int tag,
Record r)
Add a Record to the list of 'records by tag' in this section |
java.lang.Object |
DTDVisitor.visit(Record record,
java.lang.Object data)
|
|
MetaTF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |