package bluej.testmgr.record;


| An invocation record for a free-form statement. | | @author Davin McCall | public class StatementInvokerRecord extends VoidMethodInvokerRecord{ public StatementInvokerRecord(String command) { super(command, null); } @Override public String toExpression() { return null; } @Override public String toStatement() { return getOriginalCommand(); } }
top, use, map, class StatementInvokerRecord

.   StatementInvokerRecord
.   toExpression
.   toStatement




28 neLoCode + 2 LoComm