com.netflix.infix
Class InfixCompiler

java.lang.Object
  extended by com.netflix.infix.InfixCompiler
All Implemented Interfaces:
PredicateCompiler

public class InfixCompiler
extends java.lang.Object
implements PredicateCompiler

Compile an INFIX string into a Predicate


Constructor Summary
InfixCompiler()
           
 
Method Summary
 com.google.common.base.Predicate<java.lang.Object> compile(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfixCompiler

public InfixCompiler()
Method Detail

compile

public com.google.common.base.Predicate<java.lang.Object> compile(java.lang.String input)
                                                           throws java.lang.Exception
Specified by:
compile in interface PredicateCompiler
Throws:
java.lang.Exception