public abstract class OsfExpression extends java.lang.Object implements Contextable
| Constructor and Description |
|---|
OsfExpression() |
| Modifier and Type | Method and Description |
|---|---|
Context |
context()
Return this expression evaluation context.
|
abstract java.lang.String |
displayForm()
Returns the string form of this OSF expression according the
display manager of its context.
|
OsfExpression |
setContext(Context context)
Sets this expression evaluation context to the one specified.
|
public Context context()
context in interface Contextablepublic OsfExpression setContext(Context context)
setContext in interface Contextablepublic abstract java.lang.String displayForm()