org.eclipse.xtext.util.formallang
Class CfgUtil.IsCall<E>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.CfgUtil.IsCall<E>
All Implemented Interfaces:
com.google.common.base.Predicate<E>
Enclosing class:
CfgUtil

protected static class CfgUtil.IsCall<E>
extends java.lang.Object
implements com.google.common.base.Predicate<E>


Field Summary
protected  Cfg<E,?> cfg
           
 
Constructor Summary
CfgUtil.IsCall(Cfg<E,?> cfg)
           
 
Method Summary
 boolean apply(E input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Field Detail

cfg

protected Cfg<E,?> cfg
Constructor Detail

CfgUtil.IsCall

public CfgUtil.IsCall(Cfg<E,?> cfg)
Method Detail

apply

public boolean apply(E input)
Specified by:
apply in interface com.google.common.base.Predicate<E>