src.backend.terminal.block
クラス TerminalBlock

java.lang.Object
  上位を拡張 src.backend.terminal.block.TerminalBlock

public class TerminalBlock
extends java.lang.Object

temporary blocks for one terminal

作成者:
koji

コンストラクタの概要
TerminalBlock(java.util.List sourceStringList, int startIndex, TermEntry parent)
           
 
メソッドの概要
 java.util.List getFontChanges()
           
 java.util.List getMissionBlocks()
           
 byte[] getText()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TerminalBlock

public TerminalBlock(java.util.List sourceStringList,
                     int startIndex,
                     TermEntry parent)
              throws SyntaxErrorException
パラメータ:
sourceStringList - a raw data of script in strings
startIndex - start "line" index of terminal block for report syntax error
例外:
SyntaxErrorException
メソッドの詳細

getFontChanges

public java.util.List getFontChanges()

getMissionBlocks

public java.util.List getMissionBlocks()

getText

public byte[] getText()