arguments property

List<SourceSpanWithContext> arguments
final

Arguments passed to the module. Since the specific module is responsible for parsing them, the general parser only exposes them as strings with a source location.

Implementation

final List<SourceSpanWithContext> arguments;