From 304bfef3084e7cce0a12f2382c7a4d847d7a7c91 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 24 Oct 2002 02:41:42 +0000 Subject: [PATCH] getOperation() new method. --- .../src/org/eclipse/cdt/debug/mi/core/command/CLICommand.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CLICommand.java b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CLICommand.java index 9c1d0cc552c..40adbf42c61 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CLICommand.java +++ b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CLICommand.java @@ -20,6 +20,10 @@ public class CLICommand extends Command operation = oper; } + public String getOperation() { + return operation; + } + /** * Returns the text representation of this command. *