Class GlobalInfoNodeGenerator

    • Constructor Detail

      • GlobalInfoNodeGenerator

        public GlobalInfoNodeGenerator()
    • Method Detail

      • process

        public boolean process​(DotNotationNode leaf,
                               String classname)
        Processes the ClassNode leaf, potentially adding one or more info nodes.
        Specified by:
        process in class AbstractInfoNodeGenerator
        Parameters:
        leaf - the ClassNode to add the info node(s) to
        classname - the full classname for the current path to the root
        Returns:
        true if at least one info node was added