Package | Description |
---|---|
org.jamplate.impl.compiler |
A package containing implementations of the interface
Compiler . |
Class and Description |
---|
FallbackCompiler
A compiler that delegates to the fallback compiler.
|
ToIdleCompiler
A compiler that compiles an empty instruction.
|
ToIdleWhitespaceCompiler
A compiler that compiles whitespaces.
|
ToPushConstCompiler
A compiler that always compiles into a
PushConst with the constant being the
result of reading the tree given to it. |
ToPushConstUnescapeCompiler
A compiler that always compiles into a
PushConst with the constant being the
result of reading the tree given to it. |
ToPushEvalAddrCompiler
A compiler that always compiles into a
PushEvalAddr with the address being the
result of reading the tree given to it. |
ToReprntConstCompiler
A compiler that always compiles into a
ReprntConst with the constant being the
result of reading the tree given to it. |