public class XMPnodes extends XMPobject
Modifier and Type | Field and Description |
---|---|
static int |
INHERIT_EXEC |
static int |
INHERIT_GLOBAL |
static int |
INHERIT_NODES |
Constructor and Description |
---|
XMPnodes(java.lang.String name,
int dim,
Ident descId) |
Modifier and Type | Method and Description |
---|---|
void |
addRank(Xobject rank) |
static XMPpair<java.lang.String,XobjList> |
getInheritInfo(XobjList inheritDecl,
XMPglobalDecl globalDecl,
Block block,
XMPnodes nodesObject) |
Xobject |
getRankAt(int index) |
Xobject |
getSizeAt(int index) |
boolean |
isInherit() |
static void |
translateNodes(XobjList nodesDecl,
XMPglobalDecl globalDecl,
boolean isLocalPragma,
PragmaBlock pb) |
addLower, addUpper, checkInheritExec, getDescId, getDim, getKind, getLowerAt, getName, getUpperAt
public static final int INHERIT_GLOBAL
public static final int INHERIT_EXEC
public static final int INHERIT_NODES
public XMPnodes(java.lang.String name, int dim, Ident descId)
public boolean isInherit()
public Xobject getSizeAt(int index)
public void addRank(Xobject rank)
public Xobject getRankAt(int index)
public static void translateNodes(XobjList nodesDecl, XMPglobalDecl globalDecl, boolean isLocalPragma, PragmaBlock pb) throws XMPexception
XMPexception
public static XMPpair<java.lang.String,XobjList> getInheritInfo(XobjList inheritDecl, XMPglobalDecl globalDecl, Block block, XMPnodes nodesObject) throws XMPexception
XMPexception