Class TreeAction


  • public class TreeAction
    extends java.lang.Object
    Set of actions to be performed by a tree walker
    • Constructor Detail

      • TreeAction

        public TreeAction()
    • Method Detail

      • packageAction

        public void packageAction​(Pk pk)
        Package action.
        Parameters:
        pk - the pk
      • classAction

        public void classAction​(Cl cl)
        Class action.
        Parameters:
        cl - the cl
      • methodAction

        public void methodAction​(Md md)
        Method action.
        Parameters:
        md - the md
      • fieldAction

        public void fieldAction​(Fd fd)
        Field action.
        Parameters:
        fd - the fd
      • defaultAction

        public void defaultAction​(TreeItem ti)
        Default action.
        Parameters:
        ti - the ti