| 程序包 | 说明 |
|---|---|
| com.jfirer.jfireel.template.execution | |
| com.jfirer.jfireel.template.execution.impl | |
| com.jfirer.jfireel.template.parser | |
| com.jfirer.jfireel.template.parser.impl |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
WithBodyExecution |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WithBodyExecution.setBody(Execution... executions) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ElseExecution |
class |
ElseIfExecution |
class |
ExpressionExecution |
class |
ForEachExecution |
class |
IfExecution |
class |
StringExecution |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ElseExecution.setBody(Execution... executions) |
void |
ElseIfExecution.setBody(Execution... executions) |
void |
ForEachExecution.setBody(Execution... executions) |
void |
IfExecution.setBody(Execution... executions) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Execution[] |
Parser.emptyBody |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Parser.extractLiterals(StringBuilder cache,
Deque<Execution> executions) |
abstract int |
Parser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
Invoker.scan(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ElseParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
EndBraceParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
ExecutionBeginParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
ExecutionEndParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
ExpressionParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
ForEachParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
IfParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
int |
LiteralsParser.parse(String sentence,
int offset,
Deque<Execution> executions,
Template template,
StringBuilder cache,
Invoker next) |
Copyright © 2020. All rights reserved.