Uses of Class
orc.error.compiletime.ParsingException

Packages that use ParsingException
orc.parser The Orc parser. 
 

Uses of ParsingException in orc.parser
 

Methods in orc.parser that throw ParsingException
static void OrcParser.main(java.lang.String[] args)
          For testing purposes; parses a program from stdin or a file given as an argument, and prints the parsed program.
 java.util.List<Declaration> OrcParser.parseModule()
          Parse the input as a module (declarations only).
 Expression OrcParser.parseProgram()
          Parse the input as a complete program (declarations plus goal expression).