|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.StatementSpecUnMapContext
public class StatementSpecUnMapContext
Un-mapping context for mapping from an internal specifications to an SODA object model.
Constructor Summary | |
---|---|
StatementSpecUnMapContext()
Ctor. |
Method Summary | |
---|---|
void |
add(int index,
SubstitutionParameterExpression subsParam)
Adds a substitution parameters. |
void |
addAll(Map<Integer,SubstitutionParameterExpression> inner)
Adds all substitution parameters. |
Map<Integer,SubstitutionParameterExpression> |
getIndexedParams()
Returns all indexed parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementSpecUnMapContext()
Method Detail |
---|
public void add(int index, SubstitutionParameterExpression subsParam)
index
- is the index of the parametersubsParam
- is the parameter expression nodepublic Map<Integer,SubstitutionParameterExpression> getIndexedParams()
public void addAll(Map<Integer,SubstitutionParameterExpression> inner)
inner
- to indexes and parameters to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |