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:
parent
e0d210a7e3
commit
e5747c7de9
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue