|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.infix.InfixCompiler
public class InfixCompiler
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 |
|---|
public InfixCompiler()
| Method Detail |
|---|
public com.google.common.base.Predicate<java.lang.Object> compile(java.lang.String input)
throws java.lang.Exception
compile in interface PredicateCompilerjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||