Class ExprParser

java.lang.Object
oracle.rules.sdk2.ruleset.ExprParser

public class ExprParser extends Object
Scans an input expression string, and if successful, parses the string. Creates an ordered array of Tokens. Determines which token the cursor is in. Analyzes the expression to determine if it will yield the correct type.

TODO: reorg so there is one constructor and various getters that scan/parse/analyze on demand as needed, so user is shielded from knowing how much analysis is needed for a particular getter (like getResultType v. getValue)