Package | Description |
---|---|
claw.tatsu.xcodeml.xnode.common |
Modifier and Type | Method and Description |
---|---|
static XstorageClass |
XstorageClass.fromString(java.lang.String value)
Get type from XcodeML/F IR value.
|
static XstorageClass |
XstorageClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XstorageClass[] |
XstorageClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Xid |
XcodeML.createId(FortranType type,
XstorageClass sclass,
java.lang.String idValue)
Create a new Id node with all the underlying needed node and attributes.
|
Xid |
XcodeML.createId(java.lang.String type,
XstorageClass sclass,
java.lang.String idValue)
Create a new Id node with all the underlying needed node and attributes.
|
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.
|