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

Method Identifier

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

Source from the content-addressed store, hash-verified

2334 * Identifier Java Language Identifier
2335 */
2336 final public void Identifier() throws ParseException {/* @bgen(jjtree) Identifier */
2337 AstIdentifier jjtn000 = new AstIdentifier(JJTIDENTIFIER);
2338 boolean jjtc000 = true;
2339 jjtree.openNodeScope(jjtn000);
2340 Token t = null;
2341 try {
2342 t = jj_consume_token(IDENTIFIER);
2343 jjtree.closeNodeScope(jjtn000, true);
2344 jjtc000 = false;
2345 jjtn000.setImage(t.image);
2346 } finally {
2347 if (jjtc000) {
2348 jjtree.closeNodeScope(jjtn000, true);
2349 }
2350 }
2351 }
2352
2353 /*
2354 * Function Namespace:Name(a,b,c)

Callers 2

LambdaParametersMethod · 0.95
NonLiteralMethod · 0.95

Calls 4

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

Tested by

no test coverage detected