Class CfgUtil
- java.lang.Object
-
- org.eclipse.xtext.util.formallang.CfgUtil
-
public class CfgUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classCfgUtil.IsCall<E>
-
Constructor Summary
Constructors Constructor Description CfgUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <E,T>
com.google.common.collect.Multimap<E,E>getCallers(Cfg<E,T> cfg)protected <E,T>
voidgetCallers(Cfg<E,T> cfg, E root, com.google.common.collect.Multimap<E,E> callers)
-