Module org.refcodes.cli
Package org.refcodes.cli
Interface SyntaxMetricsAccessor.SyntaxMetricsMutator
- All Known Subinterfaces:
ArgsParser,SyntaxMetricsAccessor.SyntaxMetricsProperty
- All Known Implementing Classes:
ArgsParserImpl
- Enclosing interface:
- SyntaxMetricsAccessor
public static interface SyntaxMetricsAccessor.SyntaxMetricsMutator
Provides a mutator for a
SyntaxMetrics property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSyntaxMetrics(SyntaxMetrics aSyntaxMetrics) Sets theSyntaxMetricsfor theSyntaxMetricsproperty.
-
Method Details
-
setSyntaxMetrics
Sets theSyntaxMetricsfor theSyntaxMetricsproperty.- Parameters:
aSyntaxMetrics- TheSyntaxMetricsto be stored by theSyntaxMetricsproperty.
-