1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

added helper method.

This commit is contained in:
Alain Magloire 2002-10-09 21:59:23 +00:00
parent 43bb02ca86
commit 00408c875a

View file

@ -87,6 +87,10 @@ public class MIDataDisassemble extends MICommand
setParameters(new String[]{mixed}); setParameters(new String[]{mixed});
} }
public MIDataDisassembleInfo getMIDataDisassembleInfo() throws MIException {
return (MIDataDisassembleInfo)getMIInfo();
}
public MIInfo getMIInfo() throws MIException { public MIInfo getMIInfo() throws MIException {
MIInfo info = null; MIInfo info = null;
MIOutput out = getMIOutput(); MIOutput out = getMIOutput();