coins.backend
クラス Storage
java.lang.Object
|
+--coins.backend.Storage
- public class Storage
- extends java.lang.Object
Storage class encoder/decoder.
Storage class is represented by int, not an instance of the class.
メソッドの概要 |
static int |
decode(java.lang.String word)
|
static java.lang.String |
toString(int storage)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATIC
public static final int STATIC
- 関連項目:
- 定数フィールド値
FRAME
public static final int FRAME
- 関連項目:
- 定数フィールド値
REG
public static final int REG
- 関連項目:
- 定数フィールド値
toString
public static java.lang.String toString(int storage)
decode
public static int decode(java.lang.String word)
throws SyntaxError
SyntaxError