public class XMPnodes extends XMPobject
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
INHERIT_EXEC |
static int |
INHERIT_GLOBAL |
static int |
INHERIT_NODES |
static int |
INHERIT_NULL |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addRank(Xobject rank) |
static XMPpair<java.lang.String,XobjList> |
getInheritInfo(XobjList inheritDecl,
XMPglobalDecl globalDecl,
Block block) |
Xobject |
getRankAt(int index) |
Xobject |
getSizeAt(int index) |
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_NULL
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 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) throws XMPexception
XMPexception