Module openj9.dtfj

Interface ITagSubSection


public interface ITagSubSection
This helper interface can be implemented to run a section of logic to parse or process the attributes pertaining to a particular javacore tag. The reason this is not a method of a javacore tag type is that this allows for implementations of the interface to be inner classes in a parser class, thus exposing the former to parsing methods of the latter. Behaviourally, this interface is more closely associated to a parser behaviour than a javacore tag object. See an implementation example to see how this is used. Using sub sections is optional. It is not required to implement a sub section for each javacore tag.
  • Method Summary

    Modifier and Type
    Method
    Description
    void