|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordDefinition | |
|---|---|
| edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
| edu.ksu.cis.projects.bogor.ast.transform | |
| edu.ksu.cis.projects.bogor.symboltable | Provides for Bogor symbol table. |
| Uses of RecordDefinition in edu.ksu.cis.projects.bogor.ast |
|---|
| Fields in edu.ksu.cis.projects.bogor.ast declared as RecordDefinition | |
|---|---|
protected RecordDefinition |
Field.parent
Holds the parent of this object. |
| Methods in edu.ksu.cis.projects.bogor.ast that return RecordDefinition | |
|---|---|
RecordDefinition |
RecordDefinition.clone()
Clones this object (deep clone); including location info. |
RecordDefinition |
Field.getParent()
Gets the parent of this object. |
| Methods in edu.ksu.cis.projects.bogor.ast with parameters of type RecordDefinition | |
|---|---|
void |
Field.setParent(RecordDefinition newParent)
Sets the parent of this object. |
protected void |
ASTVisitor.visitRecordDefinition(RecordDefinition node)
|
| Uses of RecordDefinition in edu.ksu.cis.projects.bogor.ast.transform |
|---|
| Methods in edu.ksu.cis.projects.bogor.ast.transform with parameters of type RecordDefinition | |
|---|---|
protected void |
HighToLowBIRCompiler.adjustSuperRecords(RecordDefinition node)
|
| Uses of RecordDefinition in edu.ksu.cis.projects.bogor.symboltable |
|---|
| Methods in edu.ksu.cis.projects.bogor.symboltable that return types with arguments of type RecordDefinition | |
|---|---|
Map<String,RecordDefinition> |
SymbolTable.getRecordDefTable()
Gets the record identifier (String) to its definition (RecordDefinition) mapping. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||