public interface ASDSemantics
Modifier and Type | Method and Description |
---|---|
java.lang.String |
semanticAction(java.lang.String action)
Interprets the parameter string in some application-specific manner.
|
java.lang.Object |
semanticValue(java.lang.String value)
Evaluates the parameter string in some application-specific manner
and returns an Object reference to the corresponding value.
|
java.lang.String semanticAction(java.lang.String action)
action
- the string to be interpretedjava.lang.Object semanticValue(java.lang.String value)
value
- the string to be interpreted