com.cwbp.mdpw.util
クラス MShell

java.lang.Object
  上位を拡張 com.cwbp.mdpw.util.JShell
      上位を拡張 com.cwbp.mdpw.util.MShell

public class MShell
extends JShell


フィールドの概要
 
クラス com.cwbp.mdpw.util.JShell から継承されたフィールド
commandTable, DefaultShellClass, loopFlag, MyClassPath
 
コンストラクタの概要
MShell()
           
 
メソッドの概要
protected  void exitCommand(java.lang.String s)
           
protected  void inCompileCommand(java.lang.String s)
           
protected  void inRunCommand(java.lang.String s)
           
static void main(java.lang.String[] args)
           
protected  void playCommand(java.lang.String s)
           
protected  void setOption(com.cwbp.mdpw.util.ShellOut so)
           
 
クラス com.cwbp.mdpw.util.JShell から継承されたメソッド
cdCommand, errprintln, expandSharp, getHistory, lsCommand, mainLoop, oneLine, outprintln, putHistory, pwdCommand, runCommand, sourceCommand
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MShell

public MShell()
メソッドの詳細

setOption

protected void setOption(com.cwbp.mdpw.util.ShellOut so)
オーバーライド:
クラス JShell 内の setOption

inCompileCommand

protected void inCompileCommand(java.lang.String s)

inRunCommand

protected void inRunCommand(java.lang.String s)

playCommand

protected void playCommand(java.lang.String s)

exitCommand

protected void exitCommand(java.lang.String s)
オーバーライド:
クラス JShell 内の exitCommand

main

public static void main(java.lang.String[] args)