| Package | Description |
|---|---|
| claw.tatsu.primitive | |
| claw.tatsu.xcodeml.module | |
| claw.tatsu.xcodeml.xnode.fortran |
| Modifier and Type | Method and Description |
|---|---|
static FortranModule |
Xmod.find(java.lang.String moduleName)
Find module by name.
|
static FortranModule |
Xmod.findClaw(java.lang.String moduleName)
Locate a module file generated by CLAW translator.
|
| Modifier and Type | Method and Description |
|---|---|
FortranModule |
ModuleCache.get(java.lang.String moduleName)
Get a module in the cache by its name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleCache.add(java.lang.String moduleName,
FortranModule module)
Add a module in the cache by its name.
|
| Modifier and Type | Method and Description |
|---|---|
FortranModule |
FfunctionDefinition.findContainingXmod()
Find module containing the function and read its .xmod file.
|