public class UInt32PrimitiveVector extends Int32PrimitiveVector
PrimitiveVector,
Serialized FormDAPNode.CloneMap_nameClear, _nameEncoded, log| Constructor and Description |
|---|
UInt32PrimitiveVector(BaseType var)
Constructs a new
UInt32PrimitiveVector. |
| Modifier and Type | Method and Description |
|---|---|
void |
printSingleVal(java.io.PrintWriter os,
int index)
Prints the value of a single variable in this vector.
|
void |
printVal(java.io.PrintWriter os,
java.lang.String space)
Prints the value of all variables in this vector.
|
cloneDAG, deserialize, externalize, externalize, getInternalStorage, getLength, getValue, printVal, setInternalStorage, setLength, setValue, subsetgetTemplate, getTypeName, printDecl, printDeclclone, cloneDAG, getClearName, getEncodedName, getParent, isProject, setClearName, setEncodedName, setParent, setProject, setProject, setProjectedpublic UInt32PrimitiveVector(BaseType var)
UInt32PrimitiveVector.public void printVal(java.io.PrintWriter os,
java.lang.String space)
printVal in class Int32PrimitiveVectoros - the PrintWriter on which to print the value.space - this value is passed to the printDecl method,
and controls the leading spaces of the output.BaseType.printVal(PrintWriter, String, boolean)public void printSingleVal(java.io.PrintWriter os,
int index)
DArray's printVal method.printSingleVal in class Int32PrimitiveVectoros - the PrintWriter on which to print the value.index - the index of the variable to print.DArray.printVal(PrintWriter, String, boolean)