1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

new method createMIInfoProgram

This commit is contained in:
Alain Magloire 2003-04-24 15:20:24 +00:00
parent e0d210a7e3
commit e5747c7de9

View file

@ -293,6 +293,10 @@ public class CommandFactory {
return new MIPType(name);
}
public MIInfoProgram createMIInfoProgram() {
return new MIInfoProgram();
}
public MIVarCreate createMIVarCreate(String expression) {
return new MIVarCreate(expression);
}