org.eclipse.xtext.util.formallang
Class CfgUtil

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.CfgUtil

public class CfgUtil
extends java.lang.Object

Author:
Moritz Eysholdt - Initial contribution and API

Nested Class Summary
protected static class CfgUtil.IsCall<E>
           
 
Constructor Summary
CfgUtil()
           
 
Method Summary
<E,T> com.google.common.collect.Multimap<E,E>
getCallers(Cfg<E,T> cfg)
           
protected
<E,T> void
getCallers(Cfg<E,T> cfg, E root, com.google.common.collect.Multimap<E,E> callers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CfgUtil

public CfgUtil()
Method Detail

getCallers

public <E,T> com.google.common.collect.Multimap<E,E> getCallers(Cfg<E,T> cfg)

getCallers

protected <E,T> void getCallers(Cfg<E,T> cfg,
                                E root,
                                com.google.common.collect.Multimap<E,E> callers)