Package | Description |
---|---|
sirius.tagliatelle.compiler |
Modifier and Type | Method and Description |
---|---|
List<CompileError> |
Compiler.compile()
Compiles the given source into the template in the given
CompilationContext . |
List<CompileError> |
CompileException.getErrors()
Provides a list of all errors and warnings which occurred
|
Modifier and Type | Method and Description |
---|---|
static CompileException |
CompileException.create(Template template,
List<CompileError> errors)
Creates a new exception based on the list of errors.
|
Copyright © 2018. All rights reserved.