MCPcopy Create free account
hub / github.com/apache/pig / parseStopOnError

Method parseStopOnError

src/org/apache/pig/tools/grunt/GruntParser.java:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 public int[] parseStopOnError() throws IOException, ParseException
204 {
205 return parseStopOnError(false);
206 }
207
208 /**
209 * Parses Pig commands in either interactive mode or batch mode.

Calls 6

setBatchOnMethod · 0.95
promptMethod · 0.95
executeBatchMethod · 0.95
discardBatchMethod · 0.95
parseMethod · 0.45