All Implemented Interfaces:
TypeConstants, TypeIds

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

    • CompletionJavadoc

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

    • getCompletionNode

      public Expression getCompletionNode()
      Returns:
      Returns the completionNode.
    • print

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

      public void resolve(ClassScope scope)
      Resolve completion 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(CompilationUnitScope scope)
      Resolve completion 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 completion node if not null and throw exception to let clients know that it has been found.
      Overrides:
      resolve in class Javadoc