org.apache.el.parser
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.apache.el.parser(Showing top 15 results out of 315)

origin: org.apache.tomcat/tomcat-jasper-el

private int jjStartNfaWithStates_1(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_1(state, pos + 1);
}
private int jjMoveNfa_1(int startState, int curPos)
origin: org.apache.tomcat/tomcat-jasper-el

private NestedState getNestedState() {
  if (nestedState == null) {
    setNestedState(new NestedState());
  }
  return nestedState;
}
origin: org.apache.tomcat.embed/tomcat-embed-el

@Override
public Object getValue(EvaluationContext ctx) throws ELException {
  // Coerce the two child nodes to string and then concatenate
  String s1 = coerceToString(ctx, children[0].getValue(ctx));
  String s2 = coerceToString(ctx, children[1].getValue(ctx));
  return s1 + s2;
}
origin: org.apache.tomcat.embed/tomcat-embed-el

@Override
public void accept(NodeVisitor visitor) throws Exception {
  visitor.visit(this);
  if (this.children != null && this.children.length > 0) {
    for (int i = 0; i < this.children.length; i++) {
      this.children[i].accept(visitor);
    }
  }
}
origin: org.apache.tomcat.embed/tomcat-embed-el

private int jjStartNfaWithStates_2(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_2(state, pos + 1);
}
static final long[] jjbitVec3 = {
origin: org.apache.tomcat.embed/tomcat-embed-el

private NestedState getNestedState() {
  if (nestedState == null) {
    setNestedState(new NestedState());
  }
  return nestedState;
}
origin: org.mortbay.jasper/apache-el

private int jjStartNfaWithStates_2(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_2(state, pos + 1);
}
static final long[] jjbitVec3 = {
origin: org.apache.tomcat.embed/tomcat-embed-el

private int jjStartNfaWithStates_2(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_2(state, pos + 1);
}
static final long[] jjbitVec3 = {
origin: org.apache.tomcat.embed/tomcat-embed-el

private NestedState getNestedState() {
  if (nestedState == null) {
    setNestedState(new NestedState());
  }
  return nestedState;
}
origin: org.apache.tomcat/tomcat-jasper-el

private int jjStartNfaWithStates_1(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_1(state, pos + 1);
}
private int jjMoveNfa_1(int startState, int curPos)
origin: org.apache.tomcat.embed/tomcat-embed-el

@Override
public void accept(NodeVisitor visitor) throws Exception {
  visitor.visit(this);
  if (this.children != null && this.children.length > 0) {
    for (int i = 0; i < this.children.length; i++) {
      this.children[i].accept(visitor);
    }
  }
}
origin: org.apache.geronimo.ext.tomcat/jasper-el

private int jjStartNfaWithStates_1(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_1(state, pos + 1);
}
static final long[] jjbitVec3 = {
origin: org.jboss.web/jbossweb

@Override
public void accept(NodeVisitor visitor) throws Exception {
  visitor.visit(this);
  if (this.children != null && this.children.length > 0) {
    for (int i = 0; i < this.children.length; i++) {
      this.children[i].accept(visitor);
    }
  }
}
origin: org.jboss.web/jbossweb

private int jjStartNfaWithStates_1(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_1(state, pos + 1);
}
static final long[] jjbitVec3 = {
origin: org.apache.tomcat/tomcat-jasper-el

private int jjStartNfaWithStates_2(int pos, int kind, int state)
{
  jjmatchedKind = kind;
  jjmatchedPos = pos;
  try { curChar = input_stream.readChar(); }
  catch(java.io.IOException e) { return pos + 1; }
  return jjMoveNfa_2(state, pos + 1);
}
static final long[] jjbitVec3 = {
org.apache.el.parser

Most used classes

  • Node
  • NodeVisitor
  • SimpleCharStream
    An implementation of interface CharStream, where the stream is assumed to contain only ASCII charact
  • AstAnd
  • AstChoice
  • AstFloatingPoint,
  • AstFunction,
  • AstGreaterThan,
  • AstGreaterThanEqual,
  • AstIdentifier,
  • AstInteger,
  • AstLessThan,
  • AstLessThanEqual,
  • AstMethodParameters,
  • AstNegative,
  • AstNot,
  • AstNotEqual,
  • AstOr,
  • AstString

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)