- java.lang.Object
-
- com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
-
- com.ibm.jvm.j9.dump.indexsupport.NodeJ9Dump
-
- All Implemented Interfaces:
IParserNode
public class NodeJ9Dump extends NodeAbstract
Example: <j9dump endian="little" size="32" version="2.3" stamp="20060714_07189_lHdSMR" uuid="16994021750723430015" format="1.1" arch="x86" cpus="2" memory="1593016320" osname="Linux" osversion="2.6.15-1-686-smp" environ="0x80569c0">
-
-
Constructor Summary
Constructors Constructor Description NodeJ9Dump(XMLIndexReader reader, Attributes attributes)
-
Method Summary
-
Methods declared in class com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
_longByResolvingRawKey, _longFromString, _longFromString
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.jvm.j9.dump.indexsupport.IParserNode
didFinishParsing, nodeToPushAfterStarting, stringWasParsed
-
-
-
-
Constructor Detail
-
NodeJ9Dump
public NodeJ9Dump(XMLIndexReader reader, Attributes attributes)
-
-