| Package | Description |
|---|---|
| org.trimou.engine.context | |
| org.trimou.engine.segment |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutionContext
Abstract execution context.
|
class |
DebugExecutionContext |
class |
DefaultExecutionContext |
| Modifier and Type | Method and Description |
|---|---|
void |
LineSeparatorSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
AbstractContainerSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
Segment.execute(Appendable appendable,
ExecutionContext context)
Execute this segment (e.g. write down some variable value).
|
void |
CommentSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
InvertedSectionSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
SectionSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
ValueSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
ExtendSectionSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
PartialSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
TextSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
ExtendSegment.execute(Appendable appendable,
ExecutionContext context) |
void |
SetDelimitersSegment.execute(Appendable appendable,
ExecutionContext context) |
protected void |
ExtendSectionSegment.executeNoDefiningLookup(Appendable appendable,
ExecutionContext context) |
Copyright © 2013. All Rights Reserved.