V - value type produced by the parserP - parser class@Beta public final class JoinMatcherBootstrap<V,P extends BaseParser<V>> extends Object
JoinMatcher
An instance of this class is created by BaseParser.join(Object).
Its two arguments are a BaseParser instance and the object to use
as a rule which will become the JoinMatcher's "joining" rule; this
object is converted to a Rule using BaseParser.toRule(Object).
Its only method, using(Object), produces a JoinMatcherBuilder; the argument to this method (converted to a rule in a
similar fashion as the above) will become the "joined" rule of the produced
matcher.
JoinMatcherBuilder| Constructor and Description |
|---|
JoinMatcherBootstrap(P parser,
Object joined) |