Interface DetailNode

All Known Implementing Classes:
JavadocNodeImpl

public interface DetailNode
DetailNode is used to construct tree during parsing Javadoc comments. Contains array of children, parent node and other useful fields.
See Also: