| |
|
| java.lang.Object ca.mcgill.sable.soot.launching.SootCommandList
SootCommandList | public class SootCommandList (Code) | | Handles command list by making Strings separated by spaces into
list
|
Constructor Summary | |
public | SootCommandList() Constructor for SootCommandList. |
SootCommandList | public SootCommandList()(Code) | | Constructor for SootCommandList.
|
addDashes | public void addDashes()(Code) | | |
addDoubleOpt | public void addDoubleOpt(String key, String val)(Code) | | Method addDoubleOpt.
Parameters: key - Parameters: val - |
addSingleOpt | public void addSingleOpt(String key)(Code) | | Method addSingleOpt.
Parameters: key - |
printList | public void printList()(Code) | | |
setList | public void setList(ArrayList list)(Code) | | Sets the list.
Parameters: list - The list to set |
|
|
|