MCPcopy Create free account
hub / github.com/antlr/codebuff / Parameter

Method Parameter

output/java_guava/1.4.17/Parameter.java:46–51  ·  view source on GitHub ↗
(Invokable<?, ?> declaration, int position, TypeToken<?> type, Annotation[] annotations)

Source from the content-addressed store, hash-verified

44 private final ImmutableList<Annotation> annotations;
45
46 Parameter(Invokable<?, ?> declaration, int position, TypeToken<?> type, Annotation[] annotations) {
47 this.declaration = declaration;
48 this.position = position;
49 this.type = type;
50 this.annotations = ImmutableList.copyOf(annotations);
51 }
52
53 /** Returns the type of the parameter. */
54

Callers

nothing calls this directly

Calls 1

copyOfMethod · 0.95

Tested by

no test coverage detected