abstract class UnitOfExpression
extends java.lang.Object
Constructor and Description |
---|
UnitOfExpression() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract java.lang.String |
asSubstituted(SubstitutionContext context)
Returns this unit of expression as a string substituted if necessary with
tokens using the given substitution context.
|
abstract java.lang.String asSubstituted(SubstitutionContext context)
context
- the substitution context which may get mutated as a side
effect upon completion of this method