All Implemented Interfaces:
TypeConstants, TypeIds

public class SelectionJavadoc extends Javadoc
Node representing a Javadoc comment including code selection.
  • Constructor Details

    • SelectionJavadoc

      public SelectionJavadoc(int sourceStart, int sourceEnd)
  • Method Details

    • print

      public StringBuilder print(int indent, StringBuilder output)
      Overrides:
      print in class Javadoc
    • resolve

      public void resolve(ClassScope scope)
      Resolve selected node if not null and throw exception to let clients know that it has been found.
      Overrides:
      resolve in class Javadoc
    • resolve

      public void resolve(MethodScope scope)
      Resolve selected node if not null and throw exception to let clients know that it has been found.
      Overrides:
      resolve in class Javadoc