org.apache.hivemind.conditional
Class Parser

java.lang.Object
  extended by org.apache.hivemind.conditional.Parser

public class Parser
extends java.lang.Object

Parser for conditional expressions. This class is not threadsafe; it is inexpensive to create, however, and can be discarded after parsing one or more expressions.

Since:
1.1
Author:
Howard M. Lewis Ship

Constructor Summary
Parser()
           
 
Method Summary
 Node parse(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parse

public Node parse(java.lang.String input)