MCPcopy Create free account
hub / github.com/apache/tomcat / ValueSuffix

Method ValueSuffix

java/org/apache/el/parser/ELParser.java:1836–1860  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1834 * ValueSuffix Either dot or bracket notation
1835 */
1836 final public void ValueSuffix() throws ParseException {
1837 switch ((jj_ntk == -1) ? jj_ntk_f() : jj_ntk) {
1838 case DOT: {
1839 DotSuffix();
1840 break;
1841 }
1842 case LBRACK: {
1843 BracketSuffix();
1844 break;
1845 }
1846 default:
1847 jj_la1[39] = jj_gen;
1848 jj_consume_token(-1);
1849 throw new ParseException();
1850 }
1851 switch ((jj_ntk == -1) ? jj_ntk_f() : jj_ntk) {
1852 case LPAREN: {
1853 MethodParameters();
1854 break;
1855 }
1856 default:
1857 jj_la1[40] = jj_gen;
1858 ;
1859 }
1860 }
1861
1862 /*
1863 * DotSuffix Dot Property

Callers 1

ValueMethod · 0.95

Calls 5

jj_ntk_fMethod · 0.95
DotSuffixMethod · 0.95
BracketSuffixMethod · 0.95
jj_consume_tokenMethod · 0.95
MethodParametersMethod · 0.95

Tested by

no test coverage detected