import java.io.StringReader;
import javax.el.ELException;
+
+@SuppressWarnings("all") // Ignore warnings in generated code
public class ELParser/*@bgen(jjtree)*/implements ELParserTreeConstants, ELParserConstants {/*@bgen(jjtree)*/
protected JJTELParserState jjtree = new JJTELParserState();public static Node parse(String ref) throws ELException
{
package org.apache.el.parser;
/** Token Manager. */
+@SuppressWarnings("all") // Ignore warnings in generated code
public class ELParserTokenManager implements ELParserConstants
{
/* Generated By:JavaCC: Do not edit this line. JJTELParserState.java Version 5.0 */
package org.apache.el.parser;
+@SuppressWarnings("all") // Ignore warnings in generated code
public class JJTELParserState {
private java.util.List<Node> nodes;
private java.util.List<Integer> marks;
* An implementation of interface CharStream, where the stream is assumed to
* contain only ASCII characters (without unicode processing).
*/
-
+@SuppressWarnings("all") // Ignore warnings in generated code
public class SimpleCharStream
{
/** Whether parser is static. */
/**
* Describes the input token stream.
*/
-
+@SuppressWarnings("all") // Ignore warnings in generated code
public class Token implements java.io.Serializable {
/**
package org.apache.el.parser;
/** Token Manager Error. */
+@SuppressWarnings("all") // Ignore warnings in generated code
public class TokenMgrError extends Error
{