| Package | Description |
|---|---|
| claw.tatsu.xcodeml.xnode.common | |
| claw.tatsu.xcodeml.xnode.fortran |
| Modifier and Type | Method and Description |
|---|---|
void |
XcodeML.createIdAndDecl(java.lang.String name,
FortranType type,
XstorageClass sclass,
FfunctionDefinition fctDef,
DeclarationPosition declPos)
Create the id and varDecl nodes and add them to the symbol/declaration
table.
|
void |
XcodeML.createIdAndDecl(java.lang.String name,
java.lang.String type,
XstorageClass sclass,
FfunctionDefinition fctDef,
DeclarationPosition declPos)
Create the id and varDecl nodes and add them to the symbol/declaration
table.
|
| Modifier and Type | Method and Description |
|---|---|
static DeclarationPosition |
DeclarationPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeclarationPosition[] |
DeclarationPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|