Package ca.hedlund.dp.visitor


package ca.hedlund.dp.visitor
  • Class
    Description
    Interface for classes which wish to implement the visitor pattern.
    Interface for visiting object of the parameterized type.
    Multiple dispatch visitor adapter.