public final class GlobalShadowCheckBackendCompiler extends Object implements BackendCompiler
BackendCompiler that checks for global bindings shadowing.| Constructor and Description |
|---|
GlobalShadowCheckBackendCompiler(BackendCompiler baseBackend,
Set<String> globals) |
| Modifier and Type | Method and Description |
|---|---|
CompilationOutput |
build(ClassInfo classInfo) |
void |
handle(CommandStream stream)
Process a stream of commands
|
public GlobalShadowCheckBackendCompiler(BackendCompiler baseBackend, Set<String> globals)
public void handle(CommandStream stream)
BackendCompilerhandle in interface BackendCompilerstream - the stream of commandspublic CompilationOutput build(ClassInfo classInfo)
Copyright © 2017 The Apache Software Foundation. All rights reserved.