Uses of Class
orc.error.ParseError

Packages that use ParseError
orc Top-level package for all Orc code. 
 

Uses of ParseError in orc
 

Methods in orc that throw ParseError
static Expression Orc.compile(java.io.Reader source, Config cfg)
           
static Expression Orc.compile(java.io.Reader source, Config cfg, boolean includeStdlib)