Module jdk.compiler

Interface EscapeTree

All Superinterfaces:
DocTree, TextTree

public interface EscapeTree extends TextTree
A tree node for a character represented by an escape sequence.
API Note:
This class does not itself constrain the set of valid escape sequences, although the set may be effectively constrained to those defined in the Documentation Comment Specification for the Standard Doclet, including the following context-sensitive escape sequences:
  • @@, representing @, where it would otherwise be treated as introducing a block or inline tag,
  • @/, representing /, as part of *@/ to represent */, and
  • @*, representing *, where it would otherwise be discarded, after whitespace at the beginning of a line.
Since:
21