public class ContextDescriptorNested extends Object implements ContextDescriptor
Constructor and Description |
---|
ContextDescriptorNested()
Ctor.
|
ContextDescriptorNested(List<CreateContextClause> contexts)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<CreateContextClause> |
getContexts()
Returns the list of nested contexts
|
void |
setContexts(List<CreateContextClause> contexts)
Sets the list of nested contexts
|
void |
toEPL(StringWriter writer,
EPStatementFormatter formatter)
Format as EPL.
|
public ContextDescriptorNested()
public ContextDescriptorNested(List<CreateContextClause> contexts)
contexts
- the nested contextspublic List<CreateContextClause> getContexts()
public void setContexts(List<CreateContextClause> contexts)
contexts
- nested contexts to setpublic void toEPL(StringWriter writer, EPStatementFormatter formatter)
ContextDescriptor
toEPL
in interface ContextDescriptor
writer
- outputformatter
- formatter