Class FigureBlockParser

  • All Implemented Interfaces:
    BlockParser

    public class FigureBlockParser
    extends java.lang.Object
    implements BlockParser

    FigureBlockParser class.

    Since:
    1.1
    Version:
    $Id: FigureBlockParser.java 1438269 2013-01-24 23:47:50Z olamy $
    • 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
    • Constructor Detail

      • FigureBlockParser

        public FigureBlockParser()
    • 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.