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