Package org.qdl_lang.gui
Interface TerminalInterface
-
- All Known Implementing Classes:
QDLSASTerminal
,SwingTerminal
public interface TerminalInterface
Created by Jeff Gaynor
on 8/9/22 at 12:41 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearCurrentLine()
Map<String,String>
getCharMap()
StringBuffer
getCurrentLine()
String
getResultText()
void
setPrompt(String text)
void
setResultText(String x)
void
shutdown()
-