public class asciiArray extends DArray implements toASCII
DAPNode.CloneMap_nameClear, _nameEncoded, log| Constructor and Description |
|---|
asciiArray()
Constructs a new
asciiArray. |
asciiArray(java.lang.String n)
Constructs a new
asciiArray with name n. |
| Modifier and Type | Method and Description |
|---|---|
void |
toASCII(java.io.PrintWriter pw,
boolean addName,
java.lang.String rootName,
boolean newLine)
Returns a string representation of the variables value.
|
java.lang.String |
toASCIIAddRootName(java.io.PrintWriter pw,
boolean addName,
java.lang.String rootName) |
java.lang.String |
toASCIIFlatName(java.lang.String rootName) |
appendDim, appendDim, checkSemantics, cloneDAG, getDimension, getDimensions, getFirstDimension, getTypeName, numDimensions, printAsMapXML, printConstraint, printDecl, printVal, printXML, squeezeaddVariable, deserialize, externalize, getContainerVar, getLength, getPrimitiveVector, setContainerVar, setLengthaddAttributeAlias, addAttributeContainer, appendAttribute, appendAttribute, appendAttributeContainer, checkSemantics, delAttribute, delAttribute, elementCount, elementCount, getAttribute, getAttribute, getAttributeNames, getAttributeTable, getLongName, hasAttributes, newPrimitiveVector, printAttributes, printAttributes, printAttributes, printAttributes, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, printXML, printXML, printXML, printXML, setClearNameclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setEncodedName, setParent, setProject, setProject, setProjectedpublic asciiArray()
asciiArray.public asciiArray(java.lang.String n)
asciiArray with name n.n - the name of the variable.public void toASCII(java.io.PrintWriter pw,
boolean addName,
java.lang.String rootName,
boolean newLine)
public java.lang.String toASCIIFlatName(java.lang.String rootName)
toASCIIFlatName in interface toASCIIpublic java.lang.String toASCIIAddRootName(java.io.PrintWriter pw,
boolean addName,
java.lang.String rootName)
toASCIIAddRootName in interface toASCII