Interface ParserUtils.TypeVisitor

All Known Implementing Classes:
ParserUtils.TypeFinder
Enclosing class:
ParserUtils

public static interface ParserUtils.TypeVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(TypeDescription type, int posn)
    As we navigate to the column, call this on each level
  • Method Details

    • visit

      void visit(TypeDescription type, int posn)
      As we navigate to the column, call this on each level
      Parameters:
      type - new level we are moving to
      posn - the position relative to the parent