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

Method DotSuffix

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

Source from the content-addressed store, hash-verified

1863 * DotSuffix Dot Property
1864 */
1865 final public void DotSuffix() throws ParseException {/* @bgen(jjtree) DotSuffix */
1866 AstDotSuffix jjtn000 = new AstDotSuffix(JJTDOTSUFFIX);
1867 boolean jjtc000 = true;
1868 jjtree.openNodeScope(jjtn000);
1869 Token t = null;
1870 try {
1871 jj_consume_token(DOT);
1872 t = jj_consume_token(IDENTIFIER);
1873 jjtree.closeNodeScope(jjtn000, true);
1874 jjtc000 = false;
1875 jjtn000.setImage(t.image);
1876 } finally {
1877 if (jjtc000) {
1878 jjtree.closeNodeScope(jjtn000, true);
1879 }
1880 }
1881 }
1882
1883 /*
1884 * BracketSuffix Sub Expression Suffix

Callers 1

ValueSuffixMethod · 0.95

Calls 4

jj_consume_tokenMethod · 0.95
setImageMethod · 0.95
openNodeScopeMethod · 0.80
closeNodeScopeMethod · 0.80

Tested by

no test coverage detected