Module org.refcodes.cli
Package org.refcodes.cli
Interface SyntaxMetricsAccessor.SyntaxMetricsMutator
- All Known Subinterfaces:
ParseArgs,SyntaxMetricsAccessor.SyntaxMetricsProperty
- All Known Implementing Classes:
ArgsParser
- 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.default voidsetSyntaxMetrics(SyntaxNotation aSyntaxNotation) Sets theSyntaxNotationfor theSyntaxNotationproperty.
-
Method Details
-
setSyntaxMetrics
Sets theSyntaxMetricsfor theSyntaxMetricsproperty.- Parameters:
aSyntaxMetrics- TheSyntaxMetricsto be stored by theSyntaxMetricsproperty.
-
setSyntaxMetrics
Sets theSyntaxNotationfor theSyntaxNotationproperty.- Parameters:
aSyntaxNotation- TheSyntaxNotationto be stored by theSyntaxNotationproperty.
-