public class LocalScope extends SymbolScope
Adapted from "Language Implementation Patterns" by Terence Parr, published by The Pragmatic Bookshelf, 2010.
enclosingScope, name, symbols
Constructor and Description |
---|
LocalScope(String name,
SymbolScope enclosingScope) |
public LocalScope(String name, SymbolScope enclosingScope)
Copyright © 2006–2018 GeoSolutions. All rights reserved.