|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.xrefs.expression.ExpressionStringParser
public final class ExpressionStringParser
Expression string parser that create an Expression instance from its string representation.
The parsing consist in analyzing the string, looking for tags (see SnpsExpressionTag) in order to create CrossRefs associated to the underlying expression object.
Expression| Constructor Summary | |
|---|---|
ExpressionStringParser(com.sunopsis.language.SnpsLanguage pLanguage, IExpressionContext pContext)Create a new ExpressionStringParser. |
|
| Method Summary | |
|---|---|
IExpressionContext |
getContext()Obtains the expression context of this parser. |
com.sunopsis.language.SnpsLanguage |
getLanguage()Obtains the language this parser will use to parse the string. |
Expression |
parse(java.lang.String pExpressionValue)Parse the given expression string value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionStringParser(com.sunopsis.language.SnpsLanguage pLanguage,
IExpressionContext pContext)
ExpressionStringParser.
pLanguage - language definitionpContext - parsing scope| Method Detail |
|---|
public Expression parse(java.lang.String pExpressionValue)
pExpressionValue - the expression stringExpression objectpublic IExpressionContext getContext()
public com.sunopsis.language.SnpsLanguage getLanguage()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||