Package uk.blankaspect.common.basictree


package uk.blankaspect.common.basictree
This package contains an abstract base class and concrete subclasses that implement
  • a node that represents a null value,
  • nodes that contain instances of fundamental Java types (boolean, int, long, double and String), and
  • nodes that contain other nodes (a list and a map).

This package depends on the following packages:

  • uk.blankaspect.common.tree