| Class | Description |
|---|---|
| AttributeExpressionHandler |
Parses an attribute expression.
|
| CompilationContext |
Provides a context for compiling a .pasta file.
|
| CompileError |
Represents an error which occured during compilation.
|
| Compiler |
Compiles a sources file into a
Template. |
| EvalExpressionHandler |
Parses an expression to be evaluated at runtime.
|
| ExpressionHandler |
Subclasses can be
registered and will be used to handle compiler expressions
starting with @. |
| ForHandler |
Handles @for(Type variable : expression) {}.
|
| IfHandler |
Handles @if(expression) {} else {}.
|
| RawHandler |
Handles @raw() {}.
|
| Exception | Description |
|---|---|
| CompileException |
Thrown to indicate one or more
compilation errors. |
Copyright © 2018. All rights reserved.