Interface Placeholder


public interface Placeholder
The Placeholder interface represents a placeholder in a text document. It provides methods to retrieve the content of the placeholder and the full expression.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the content of the placeholder.
    Retrieves the expression of the placeholder.
  • Method Details

    • content

      String content()
      Returns the content of the placeholder.
      Returns:
      the content of the placeholder
    • expression

      String expression()
      Retrieves the expression of the placeholder.
      Returns:
      the expression of the placeholder.