Class VerbatimBlockParser

  • All Implemented Interfaces:
    BlockParser

    public class VerbatimBlockParser
    extends java.lang.Object
    implements BlockParser

    VerbatimBlockParser class.

    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String LS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String line, ByLineSource source)
      accept.
      Block visit​(java.lang.String line, ByLineSource source)
      visit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LS

        static final java.lang.String LS
    • Constructor Detail

      • VerbatimBlockParser

        public VerbatimBlockParser()
    • Method Detail

      • accept

        public boolean accept​(java.lang.String line,
                              ByLineSource source)
        accept.
        Specified by:
        accept in interface BlockParser
        Parameters:
        line - the line.
        source - the source.
        Returns:
        boolean true if valid.