MCPcopy Index your code
hub / github.com/antlr/codebuff / defineFormalArgs

Method defineFormalArgs

output/java8/1.4.13/CompiledST.java:189–193  ·  view source on GitHub ↗
(List<FormalArgument> args)

Source from the content-addressed store, hash-verified

187
188
189 public void defineFormalArgs(List<FormalArgument> args) {
190 hasFormalArgs = true; // even if no args; it's formally defined
191 if ( args==null ) formalArguments = null;
192 else for (FormalArgument a : args) addArg(a);
193 }
194
195 /** Used by {@link ST#add} to add args one by one without turning on full formal args definition signal. */
196

Callers 1

compileMethod · 0.95

Calls 1

addArgMethod · 0.95

Tested by

no test coverage detected