Class ScalaParserVisitorAdapter<D,​R>

  • Type Parameters:
    D - The type of the data input
    R - The type of the returned data
    All Implemented Interfaces:
    ScalaParserVisitor<D,​R>

    public class ScalaParserVisitorAdapter<D,​R>
    extends Object
    implements ScalaParserVisitor<D,​R>
    An Adapter for the Scala Parser that implements the Visitor Pattern.