Package | Description |
---|---|
claw.tatsu.xcodeml.xnode.common |
Modifier and Type | Method and Description |
---|---|
static Xscope |
Xscope.fromString(java.lang.String value)
Convert string value to enum.
|
static Xscope |
Xscope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Xscope[] |
Xscope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Xnode |
XcodeML.createVar(FortranType type,
java.lang.String value,
Xscope scope)
Create a new var node.
|
Xnode |
XcodeML.createVar(java.lang.String type,
java.lang.String value,
Xscope scope)
Create a new var node.
|