| Package | Description |
|---|---|
| com.google.clearsilver.jsilver.compiler | |
| com.google.clearsilver.jsilver.precompiler |
| Class and Description |
|---|
| CompilingClassLoader.CompilerException
Thrown when code cannot be compiled.
|
| ExpressionTranslator
Translates a CS expression (from the AST) into an equivalent Java expression.
|
| JavaExpression
Represents a node of a Java expression.
|
| JavaExpression.BooleanLiteralExpression
A JavaExpression to represent boolean literal values ('true' or 'false').
|
| JavaExpression.Type
Simple type enumeration to allow us to compare the return types of expressions easily and cast
expressions nicely.
|
| VariableTranslator
Translates a variable name (e.g.
|
| Class and Description |
|---|
| BaseCompiledTemplate
Base class providing help to generated templates.
|
Copyright © 2010–2015 Google. All rights reserved.