Package com.lmax.simpledsl.api
-
Interface Summary Interface Description DslArg The base class for all arg types.DslParams The main entry point for defining the DSL language.DslValues Base class for value containers such asDslParamsandRepeatingGroup.RepeatingGroup Provides access to the values for a single instance of aRepeatingArgGroup. -
Class Summary Class Description OptionalArg An optional argument.RepeatingArgGroup Define a group of arguments that can be repeated 0 or more times.RequiredArg A required argument.SimpleDslArg The root type for all simple args.