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() |
Modifier and Type | Method and Description |
---|---|
static void |
analyzePragma(Xobject nodesDecl,
XMPenv env,
PragmaBlock pb) |
void |
buildConstructor(BlockList body,
XMPenv env,
Block block) |
void |
buildDestructor(BlockList body,
XMPenv env,
Block block) |
XMPdimInfo |
getInfoAt(int index) |
void |
parsePragma(Xobject decl,
XMPenv env,
PragmaBlock pb) |
java.lang.String |
toString() |
getDescId, getDim, getKind, getName, isSaveDesc, setSaveDesc
public static final int INHERIT_GLOBAL
public static final int INHERIT_EXEC
public static final int INHERIT_NODES
public java.lang.String toString()
toString
in class java.lang.Object
public XMPdimInfo getInfoAt(int index)
public static void analyzePragma(Xobject nodesDecl, XMPenv env, PragmaBlock pb)
public void parsePragma(Xobject decl, XMPenv env, PragmaBlock pb)
public void buildConstructor(BlockList body, XMPenv env, Block block)
buildConstructor
in class XMPobject
public void buildDestructor(BlockList body, XMPenv env, Block block)
buildDestructor
in class XMPobject