クラスの使用
com.lmt.lib.bms.BmsLoader.ErrorParsedElement
-
BmsLoader.ErrorParsedElementを使用しているパッケージ パッケージ 説明 com.lmt.lib.bms BMSライブラリの中核となるAPIが定義されています。com.lmt.lib.bms.bemusic 7個のON/OFFスイッチと1個の2方向操作可能な入力デバイスを1~2セット用いる音楽シミュレーション用のBMS定義を扱うサブセットです。 -
-
com.lmt.lib.bmsでのBmsLoader.ErrorParsedElementの使用
BmsLoader.ErrorParsedElementとして宣言されているcom.lmt.lib.bmsのフィールド 修飾子とタイプ フィールド 説明 static BmsLoader.ErrorParsedElement
BmsLoader.ErrorParsedElement. PASS
エラーがないことを表すエラー要素オブジェクトBmsLoader.ErrorParsedElementを返すcom.lmt.lib.bmsのメソッド 修飾子とタイプ メソッド 説明 protected abstract BmsLoader.ErrorParsedElement
BmsLoader. beginParse(BmsLoaderSettings settings, String source)
BMSの解析処理開始を通知します。protected BmsLoader.ErrorParsedElement
BmsStandardLoader. beginParse(BmsLoaderSettings settings, String source)
BMSの解析処理開始を通知します。protected abstract BmsLoader.ErrorParsedElement
BmsLoader. endParse()
BMSの解析処理終了を通知します。protected BmsLoader.ErrorParsedElement
BmsStandardLoader. endParse()
BMSの解析処理終了を通知します。BmsLoader.ErrorParsedElement
BmsLoader.ErrorParsedElement. set(BmsLoader.ParsedElementType causeType, BmsScriptError error)
エラー要素のオブジェクトの内容を設定します。 -
com.lmt.lib.bms.bemusicでのBmsLoader.ErrorParsedElementの使用
BmsLoader.ErrorParsedElementを返すcom.lmt.lib.bms.bemusicのメソッド 修飾子とタイプ メソッド 説明 protected BmsLoader.ErrorParsedElement
BeMusicBmsonLoader. beginParse(BmsLoaderSettings settings, String source)
BMSの解析処理開始を通知します。protected BmsLoader.ErrorParsedElement
BeMusicBmsonLoader. endParse()
BMSの解析処理終了を通知します。
-