MCPcopy Create free account
hub / github.com/dynjs/dynjs / getArguments

Method getArguments

src/main/java/org/dynjs/cli/Main.java:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 protected Arguments getArguments() {
176 if (this.dynJsArguments == null) {
177 this.dynJsArguments = new Arguments();
178 }
179 return dynJsArguments;
180 }
181
182 protected CmdLineParser getParser() {
183 if (this.parser == null) {

Callers 3

runMethod · 0.95
initializeRuntimeMethod · 0.95
getParserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected