org.jruby.compiler.ir.dataflow
Class DataFlowConstants

java.lang.Object
  extended by org.jruby.compiler.ir.dataflow.DataFlowConstants

public class DataFlowConstants
extends java.lang.Object


Field Summary
static Operand ANY
           
static Operand BOTTOM
           
static Operand TOP
           
 
Constructor Summary
DataFlowConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static final Operand TOP

BOTTOM

public static final Operand BOTTOM

ANY

public static final Operand ANY
Constructor Detail

DataFlowConstants

public DataFlowConstants()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.