Search in sources :

Example 1 with XtypeTable

use of claw.tatsu.xcodeml.xnode.common.XtypeTable in project claw-compiler by C2SM-RCM.

the class XmlHelper method createXtypeTableFromString.

public static XtypeTable createXtypeTableFromString(String xml) {
    Xnode n = XmlHelper.getElementFromString(xml);
    assertNotNull(n);
    return new XtypeTable(n);
}
Also used : Xnode(claw.tatsu.xcodeml.xnode.common.Xnode) XtypeTable(claw.tatsu.xcodeml.xnode.common.XtypeTable)

Aggregations

Xnode (claw.tatsu.xcodeml.xnode.common.Xnode)1 XtypeTable (claw.tatsu.xcodeml.xnode.common.XtypeTable)1