MCPcopy Create free account
hub / github.com/cubewhy/caffeine-ls / new_expression

Function new_expression

crates/java-syntax/src/parser/grammar/expr.rs:284–318  ·  view source on GitHub ↗

UnqualifiedClassInstanceCreationExpression: new [TypeArguments] ClassOrInterfaceTypeToInstantiate ( [ArgumentList] ) [ClassBody] https://docs.oracle.com/javase/specs/jls/se26/html/jls-15.html#jls-UnqualifiedClassInstanceCreationExpression

(p: &mut Parser)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

expr_prefixFunction · 0.85

Calls 13

at_primitive_typeFunction · 0.85
qualified_nameFunction · 0.85
type_arguments_optFunction · 0.85
argument_listFunction · 0.85
class_bodyFunction · 0.85
array_creation_restFunction · 0.85
startMethod · 0.45
expectMethod · 0.45
bumpMethod · 0.45
currentMethod · 0.45
atMethod · 0.45
completeMethod · 0.45

Tested by

no test coverage detected