Package com.schibsted.spt.data.jslt.impl
Class PreparationContext
- java.lang.Object
-
- com.schibsted.spt.data.jslt.impl.PreparationContext
-
public class PreparationContext extends java.lang.Object
Class to encapsulate context information while the parse tree is being prepared.
-
-
Field Summary
Fields Modifier and Type Field Description ScopeManager
scope
-
Constructor Summary
Constructors Constructor Description PreparationContext()
-
-
-
Field Detail
-
scope
public ScopeManager scope
-
-