setArguments

open fun setArguments(@Nullable arguments: @Nullable List<String>)(source)

Sets the list of command-line arguments passed to the antlr process. A null value leaves the previous value untouched, mirroring the historical eager behaviour.