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 FRAME
           
static int REG
           
static int STATIC
           
 
メソッドの概要
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