Interface JavadocTree.Escape

All Superinterfaces:
JavadocTree
Enclosing interface:
JavadocTree

public static sealed interface JavadocTree.Escape extends JavadocTree
Escape sequence.
  • Field Details

    • STOPPER

      static final io.helidon.codegen.JavadocParser.Event STOPPER
      Constant for JavadocParser.Event.Stopper.
    • SELF_CLOSE

      static final io.helidon.codegen.JavadocParser.Event SELF_CLOSE
      Constant for JavadocParser.Event.SelfClose.
  • Method Details

    • value

      String value()
      Escape value.
      Returns:
      value, never null