Exemplo n.º 1
0
 /**
  * Parse and skip. Parsing begins right after the "new" keyword and the operation name token.
  *
  * @param sp is the script parser to use to help in the parsing.
  * @param currentStream is the current token stream.
  */
 @Override
 public void parseAndSkip(ScriptParser sp, TokenStream currentStream) throws ScriptException {
   sp.skipExpression(currentStream);
 }