Uses of Class
io.pebbletemplates.pebble.template.Scope
-
Packages that use Scope Package Description io.pebbletemplates.pebble.template -
-
Uses of Scope in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template with type parameters of type Scope Modifier and Type Field Description private java.util.LinkedList<Scope>
ScopeChain. stack
The stack of scopesMethods in io.pebbletemplates.pebble.template that return Scope Modifier and Type Method Description Scope
Scope. shallowCopy()
Creates a shallow copy of the Scope.Methods in io.pebbletemplates.pebble.template that return types with arguments of type Scope Modifier and Type Method Description java.util.List<Scope>
ScopeChain. getGlobalScopes()
-