Package | Description |
---|---|
claw.tatsu.primitive | |
claw.tatsu.xcodeml.xnode.common |
Modifier and Type | Method and Description |
---|---|
static Xid |
Function.findId(FfunctionDefinition fctDef,
java.lang.String name)
Find the id element in the current function definition or in parent
function definition if nested.
|
Modifier and Type | Method and Description |
---|---|
Xid |
Xid.cloneNode() |
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.
|
Xid |
XsymbolTable.get(java.lang.String key)
Get an Xid object in the symbols table based on its name value.
|
Modifier and Type | Method and Description |
---|---|
void |
XsymbolTable.add(Xid id)
Add a new symbols in the table.
|
void |
XsymbolTable.add(Xid id,
boolean clone)
Add a new symbols in the table.
|