MCPcopy Index your code
hub / github.com/beanshell/beanshell / TypeArguments

Method TypeArguments

src/bsh/Parser.java:2592–2596  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2590 }
2591
2592 final public void TypeArguments() throws ParseException {
2593 jj_consume_token(LT);
2594 jj_consume_token(IDENTIFIER);
2595 jj_consume_token(GT);
2596 }
2597
2598 final public void AllocationExpression() throws ParseException {
2599 /*@bgen(jjtree) AllocationExpression */

Callers 4

FormalParameterMethod · 0.95
ReturnTypeMethod · 0.95
AllocationExpressionMethod · 0.95

Calls 1

jj_consume_tokenMethod · 0.95

Tested by

no test coverage detected