ShellFacet

public class ShellFacet implements IFacet

Facet for the interactive shell of a language.

Constructors

ShellFacet

public ShellFacet(String commandPrefix, String evaluationMethod, String shellStartSymbol)

Methods

getCommandPrefix

public String getCommandPrefix()
Returns:The prefix for all commands entered in the REPL.

getEvaluationMethod

public String getEvaluationMethod()
Returns:The evaluation method to use.

getShellStartSymbol

public String getShellStartSymbol()
Returns:The start symbol for shell-specific language syntax.

toString

public String toString()