- java.lang.Object
-
- com.ibm.jvm.j9.dump.indexsupport.NodeAbstract
-
- com.ibm.jvm.j9.dump.indexsupport.NodeStatic
-
- All Implemented Interfaces:
IParserNode
public class NodeStatic extends NodeAbstract
-
-
Constructor Summary
Constructors Constructor Description NodeStatic(JavaClass theClass, 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
-
NodeStatic
public NodeStatic(JavaClass theClass, Attributes attributes)
-
-