coins.drivergen
Class Conditions

java.lang.Object
  extended bycoins.drivergen.Conditions

public class Conditions
extends java.lang.Object

The Conditions class represents the condition of the compile process


Field Summary
static int CODE
          code
static int HIR
          hir
static int LIR
          lir
static int SOURCE
          initial condition
 
Constructor Summary
Conditions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE

public static final int SOURCE
initial condition

See Also:
Constant Field Values

HIR

public static final int HIR
hir

See Also:
Constant Field Values

LIR

public static final int LIR
lir

See Also:
Constant Field Values

CODE

public static final int CODE
code

See Also:
Constant Field Values
Constructor Detail

Conditions

public Conditions()