public interface BlockParser
BlockParser interface.
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String line,
ByLineSource source)
accept.
|
Block |
visit(String line,
ByLineSource source)
visit.
|
boolean accept(String line, ByLineSource source)
line - the line.source - the source.Block visit(String line, ByLineSource source) throws ParseException
line - the line.source - the source.ParseException - if any.Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.