Generated by
JDiff

Class org.apache.pig.tools.grunt.GruntParser

The superclass changed from org.apache.pig.tools.pigscript.parser.PigScriptParser to PigScriptParser.

Removed Constructors
GruntParser(PigScriptParserTokenManager)  
 

Added Constructors
GruntParser(PigScriptParserTokenManager)  
 

Added Methods
void parseOnly()  
void setInteractive(boolean)  
void setScriptIllustrate()  
void setValidateEachStatement(boolean)  
 

Changed Methods
void processIllustrate(String, String, String, List, List) Change in signature from String to (String, String, String, List, List).
Change in exceptions thrown from java.io.IOException to (java.io.IOException, ParseException).
 
void processScript(String, boolean, List, List) Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.
 
void processSet(String, String) Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.
 
int[] parseStopOnError() Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.
 
int[] parseStopOnError(boolean) Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.
Parses Pig commands in either interactive mode or batch mode.
void processExplain(String, String, boolean, String, String, List, List) Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.
 
void processExplain(String, String, boolean, String, String, List, List, boolean) Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.
 
void processRegister(String, String, String) Change in exceptions: org.apache.pig.tools.pigscript.parser.ParseException was removed. ParseException was added.