org.jruby.compiler.ir.representations
Class CFG.CFG_Edge

java.lang.Object
  extended by org.jruby.compiler.ir.representations.CFG.CFG_Edge
Enclosing class:
CFG

public static class CFG.CFG_Edge
extends java.lang.Object


Field Summary
 BasicBlock _dst
           
 BasicBlock _src
           
 CFG.CFG_Edge_Type _type
           
 
Constructor Summary
CFG.CFG_Edge(BasicBlock s, BasicBlock d)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_src

public final BasicBlock _src

_dst

public final BasicBlock _dst

_type

public CFG.CFG_Edge_Type _type
Constructor Detail

CFG.CFG_Edge

public CFG.CFG_Edge(BasicBlock s,
                    BasicBlock d)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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