endColumn -
Variable in class org.netbeans.microedition.databinding.el.parser.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine -
Variable in class org.netbeans.microedition.databinding.el.parser.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
EOF -
Static variable in interface org.netbeans.microedition.databinding.el.parser.ELParserConstants
eol -
Variable in exception org.netbeans.microedition.databinding.el.parser.ParseException
The end of line string for this machine.
EQ1 -
Static variable in interface org.netbeans.microedition.databinding.el.parser.ELParserConstants
EQ2 -
Static variable in interface org.netbeans.microedition.databinding.el.parser.ELParserConstants
EXPONENT -
Static variable in interface org.netbeans.microedition.databinding.el.parser.ELParserConstants
Expression() -
Method in class org.netbeans.microedition.databinding.el.parser.ELParser
Returns a String if the expression string is a single String, an
Expression if the expression string is a single Expression, an
ExpressionString if it's a mixture of both.