public abstract class DotExpressionItem extends Object implements Serializable
Each item represent an individual chain item and may either be a name, or a call or an array.
Constructor and Description |
---|
DotExpressionItem()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
render(List<DotExpressionItem> chain,
StringWriter writer,
boolean prefixDot)
Render to EPL.
|
abstract void |
renderItem(StringWriter writer)
Render to EPL.
|
public abstract void renderItem(StringWriter writer)
writer
- writer to output toprotected static void render(List<DotExpressionItem> chain, StringWriter writer, boolean prefixDot)
chain
- chain to renderwriter
- writer to output toprefixDot
- indicator whether to prefix with "."Copyright © 2005–2021. All rights reserved.