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 TypeMethodDescriptioncontent()
Returns the content of the placeholder.Retrieves the expression of the placeholder.
-
Method Details
-
content
-
expression
String expression()Retrieves the expression of the placeholder.- Returns:
- the expression of the placeholder.
-