@Singleton public final class EvalVisitorFactoryImpl extends Object implements EvalVisitor.EvalVisitorFactory
Important: Do not use outside of Soy code (treat as superpackage-private).
| Constructor and Description |
|---|
EvalVisitorFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
EvalVisitor |
create(Environment env,
SoyRecord ijData,
SoyCssRenamingMap cssRenamingMap,
SoyIdRenamingMap xidRenamingMap,
SoyMsgBundle msgBundle,
boolean debugSoyTemplateInfo)
Creates an EvalVisitor.
|
public EvalVisitor create(Environment env, @Nullable SoyRecord ijData, @Nullable SoyCssRenamingMap cssRenamingMap, @Nullable SoyIdRenamingMap xidRenamingMap, @Nullable SoyMsgBundle msgBundle, boolean debugSoyTemplateInfo)
EvalVisitor.EvalVisitorFactorycreate in interface EvalVisitor.EvalVisitorFactoryenv - The current environment.ijData - The current injected data.cssRenamingMap - The CSS renaming map, or null if not applicable.xidRenamingMap - The XID renaming map, or null if not applicable.