Package | Description |
---|---|
claw.tatsu.xcodeml.xnode | |
claw.tatsu.xcodeml.xnode.common | |
claw.tatsu.xcodeml.xnode.fortran |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
XnodeUtil.gatherArguments(XcodeProgram xcodeml,
Xnode fctCall,
Intent intent,
boolean arrayOnly)
Gather arguments of a function call.
|
Modifier and Type | Method and Description |
---|---|
FbasicType |
XcodeML.createBasicType(FortranType type,
Intent intent)
Constructs a new basicType node with attributes.
|
FbasicType |
XcodeML.createBasicType(java.lang.String type,
java.lang.String ref,
Intent intent)
Constructs a new basicType node with attributes.
|
Modifier and Type | Method and Description |
---|---|
static Intent |
Intent.fromString(java.lang.String value)
Convert string value to enum.
|
Intent |
FbasicType.getIntent()
Get the intent of the type.
|
static Intent |
Intent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Intent[] |
Intent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Intent.isCompatible(Intent intent)
Check if intent is compatible with the given one.
|
void |
FbasicType.setIntent(Intent value)
Set the intent of the type.
|