MCPcopy Create free account
hub / github.com/bazelbuild/bazel / getName

Method getName

src/main/java/net/starlark/java/syntax/Argument.java:44–47  ·  view source on GitHub ↗

Return the name of this argument's parameter, or null if it is not a Keyword argument.

()

Source from the content-addressed store, hash-verified

42
43 /** Return the name of this argument's parameter, or null if it is not a Keyword argument. */
44 @Nullable
45 public String getName() {
46 return null;
47 }
48
49 /** Syntax node for a positional argument, {@code f(expr)}. */
50 public static final class Positional extends Argument {

Callers 3

testFuncallExprMethod · 0.95
testMethCallExprMethod · 0.95
evalCallMethod · 0.95

Calls

no outgoing calls

Tested by 2

testFuncallExprMethod · 0.76
testMethCallExprMethod · 0.76