org.eclipse.xtext.util.formallang
Class PdaUtil.IsPop<S,P>

java.lang.Object
  extended by org.eclipse.xtext.util.formallang.PdaUtil.IsPop<S,P>
All Implemented Interfaces:
com.google.common.base.Predicate<S>
Enclosing class:
PdaUtil

protected static class PdaUtil.IsPop<S,P>
extends java.lang.Object
implements com.google.common.base.Predicate<S>


Method Summary
 boolean apply(S 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
 

Method Detail

apply

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