ca.uwaterloo.cs.ql.interp
Class QdbCode

java.lang.Object
  extended by ca.uwaterloo.cs.ql.interp.QdbCode

public class QdbCode
extends java.lang.Object


Field Summary
static int c
           
static int l
           
static int n
           
static int x
           
 
Constructor Summary
QdbCode()
           
 
Method Summary
static int get(java.lang.String code)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public static final int x
See Also:
Constant Field Values

c

public static final int c
See Also:
Constant Field Values

l

public static final int l
See Also:
Constant Field Values

n

public static final int n
See Also:
Constant Field Values
Constructor Detail

QdbCode

public QdbCode()
Method Detail

get

public static int get(java.lang.String code)