| Package | Description |
|---|---|
| de.serviceflow.codegenj |
| Modifier and Type | Class and Description |
|---|---|
class |
Node
Root element of Unmashall structure, the object that was introspected.
|
static class |
Node.Interface
An interface to invoke a method call on, or that a signal is emitted
from.
|
static class |
Node.Interface.Member
child element
|
static class |
Node.Interface.Member.Annotation
child element
|
static class |
Node.Interface.Member.Arg
child element
|
static class |
Node.Interface.Method
child element
|
static class |
Node.Interface.Property
child element
|
static class |
Node.Interface.Signal
child element
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingObjective |
ForBlock.getContext() |
ProcessingObjective |
Block.getContext() |
abstract ProcessingObjective |
ProcessingObjective.getProcessingObjective(String name2) |
ProcessingObjective |
Node.getProcessingObjective(String name2) |
ProcessingObjective |
Node.Interface.getProcessingObjective(String name2) |
ProcessingObjective |
Node.Interface.Method.getProcessingObjective(String name2) |
ProcessingObjective |
Node.Interface.Signal.getProcessingObjective(String name2) |
ProcessingObjective |
Node.Interface.Member.Arg.getProcessingObjective(String name2) |
ProcessingObjective |
Node.Interface.Member.Annotation.getProcessingObjective(String name2) |
ProcessingObjective |
Node.Interface.Property.getProcessingObjective(String name2) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForBlock.changeContext(ProcessingObjective newContext) |
abstract void |
ObjectiveBlockHandler.process(Block p,
ProcessingObjective o,
String blockArg,
PrintWriter w) |
| Constructor and Description |
|---|
Block(String blockname,
ProcessingObjective context,
Map<String,String> parameters,
TemplateParser t,
PrintWriter w) |
CaseBlock(ProcessingObjective context,
Map<String,String> parameters,
TemplateParser t,
PrintWriter w,
String caseName) |
ForBlock(ProcessingObjective context,
Map<String,String> parameters,
TemplateParser t,
PrintWriter w,
String iterableName) |
Copyright © 2016 Oliver Rode. All rights reserved.