public class VerbatimBlockParser extends java.lang.Object implements BlockParser
VerbatimBlockParser class.
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
LS |
| Constructor and Description |
|---|
VerbatimBlockParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.String line,
ByLineSource source)
accept.
|
Block |
visit(java.lang.String line,
ByLineSource source)
visit.
|
public boolean accept(java.lang.String line,
ByLineSource source)
accept in interface BlockParserline - the line.source - the source.public Block visit(java.lang.String line, ByLineSource source) throws ParseException
visit in interface BlockParserline - the line.source - the source.ParseException - if any.