Class ArgumentParser
java.lang.Object
org.eclipse.mat.internal.snapshot.ArgumentParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HeapObjectParamArgument
consumeHeapObjects
(ISnapshot snapshot, String line) static HeapObjectParamArgument
consumeHeapObjects
(ISnapshot snapshot, String[] args, ParsePosition pos)
-
Constructor Details
-
ArgumentParser
public ArgumentParser()
-
-
Method Details
-
consumeHeapObjects
public static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot, String line) throws SnapshotException - Throws:
SnapshotException
-
consumeHeapObjects
public static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot, String[] args, ParsePosition pos) throws SnapshotException - Throws:
SnapshotException
-