|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.representations.CFG.CFG_Edge
public static class CFG.CFG_Edge
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 |
---|
public final BasicBlock _src
public final BasicBlock _dst
public CFG.CFG_Edge_Type _type
Constructor Detail |
---|
public CFG.CFG_Edge(BasicBlock s, BasicBlock d)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |