public class InlineValueEvaluatableExpression
extends java.lang.Object
If only a range is specified, the expression will be extracted from the underlying document.
An optional expression can be used to override the extracted expression.
Since 3.17.0
| Constructor and Description |
|---|
InlineValueEvaluatableExpression() |
InlineValueEvaluatableExpression(Range range) |
InlineValueEvaluatableExpression(Range range,
java.lang.String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExpression()
If specified the name of the variable to look up.
|
Range |
getRange()
The document range for which the inline value applies.
|
int |
hashCode() |
void |
setExpression(java.lang.String expression)
If specified the name of the variable to look up.
|
void |
setRange(Range range)
The document range for which the inline value applies.
|
java.lang.String |
toString() |
public InlineValueEvaluatableExpression()
public InlineValueEvaluatableExpression(Range range)
public InlineValueEvaluatableExpression(Range range, java.lang.String expression)
@Pure public Range getRange()
public void setRange(Range range)
@Pure public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object