Class CompilerContext
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.compiler.frontend.CompilerContext
-
-
Constructor Summary
Constructors Constructor Description CompilerContext(SymbolGenerator symbolGenerator, ExpressionWrapper wrapper, PushStream pushStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionadjustToContext(Expression expression, MarkupContext context, ExpressionContext expressionContext)StringgenerateGlobalVariable(String hint)StringgenerateVariable(String hint)PushStreamgetPushStream()
-
-
-
Constructor Detail
-
CompilerContext
public CompilerContext(SymbolGenerator symbolGenerator, ExpressionWrapper wrapper, PushStream pushStream)
-
-
Method Detail
-
adjustToContext
public Expression adjustToContext(Expression expression, MarkupContext context, ExpressionContext expressionContext)
-
getPushStream
public PushStream getPushStream()
-
-