Interface Visitable

All Superinterfaces:
Serializable
All Known Subinterfaces:
WAExamplePage, WAFutureTopic, WAImage, WAInfo, WALink, WAPod, WAPodState, WAQueryResult, WARelatedExample, WARelatedLink, WASound, WASourceInfo, WASubpod, WAUnits
All Known Implementing Classes:
WAAssumptionImpl, WAExamplePageImpl, WAFutureTopicImpl, WAImageImpl, WAInfoImpl, WALinkImpl, WAPlainTextImpl, WAPodImpl, WAPodStateImpl, WAQueryResultImpl, WAReinterpretWarningImpl, WARelatedExampleImpl, WARelatedLinkImpl, WASoundImpl, WASourceInfoImpl, WASubpodImpl, WAUnitsImpl, WAWarningImpl

public interface Visitable extends Serializable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static Visitable[]
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Field Details

    • EMPTY_VISITABLE_ARRAY

      static final Visitable[] EMPTY_VISITABLE_ARRAY
  • Method Details

    • accept

      void accept(Visitor v)