Package | Description |
---|---|
org.jamplate.impl |
Jamplate specific implementations.
|
org.jamplate.impl.analyzer |
A package containing implementations of the interface
Analyzer . |
org.jamplate.impl.compiler |
A package containing implementations of the interface
Compiler . |
org.jamplate.impl.initializer |
A package containing implementations of the interface
Initializer . |
org.jamplate.impl.parser |
A package containing implementations of the interface
Parser . |
org.jamplate.impl.processor |
A package containing implementations of the interface
Processor . |
org.jamplate.model.function |
All about processors.
|
Class and Description |
---|
Analyzer
A function that analyzes the trees given to it and modify them (if necessary) depending
on its analytic results.
|
Compiler
A compiler is a function that compiles
Tree s into Instruction s
depending on the state of the trees and compilations provided to it. |
Initializer
The initializer is a function that introduces/initializes compilations for the
documents provided to it in the environment provided to it.
|
Parser
A function that takes a compilation and a sketch and parses new sketches from them.
|
Processor
A processor is a function that takes a sketch and a compilation and process it its way
(for example: parsing its value).
|
Class and Description |
---|
Analyzer
A function that analyzes the trees given to it and modify them (if necessary) depending
on its analytic results.
|
Class and Description |
---|
Compiler
A compiler is a function that compiles
Tree s into Instruction s
depending on the state of the trees and compilations provided to it. |
Class and Description |
---|
Initializer
The initializer is a function that introduces/initializes compilations for the
documents provided to it in the environment provided to it.
|
Processor
A processor is a function that takes a sketch and a compilation and process it its way
(for example: parsing its value).
|
Class and Description |
---|
Parser
A function that takes a compilation and a sketch and parses new sketches from them.
|
Class and Description |
---|
Analyzer
A function that analyzes the trees given to it and modify them (if necessary) depending
on its analytic results.
|
Compiler
A compiler is a function that compiles
Tree s into Instruction s
depending on the state of the trees and compilations provided to it. |
Parser
A function that takes a compilation and a sketch and parses new sketches from them.
|
Processor
A processor is a function that takes a sketch and a compilation and process it its way
(for example: parsing its value).
|
Class and Description |
---|
Compiler
A compiler is a function that compiles
Tree s into Instruction s
depending on the state of the trees and compilations provided to it. |