- All Known Subinterfaces:
ArgsParser,ArgsSyntaxAccessor.ArgsSyntaxProperty
- All Known Implementing Classes:
ArgsParserImpl
public interface ArgsSyntaxAccessor
Provides an accessor for a (root)
Constituent property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a (root)Constituentproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for a (root)Constituentproperty.static interfaceProvides a (root)Constituentproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the (root)Constituentfrom the (root)Constituentproperty.
-
Method Details
-
getArgsSyntax
Constituent getArgsSyntax()Retrieves the (root)Constituentfrom the (root)Constituentproperty.- Returns:
- The (root)
Constituentstored by the (root)Constituentproperty.
-