public interface Scope
Modifier and Type | Method and Description |
---|---|
ScopeEntry |
findScopeForVar(Var var) |
Set<ScopeEntry> |
findScopes() |
Set<Var> |
getVars() |
boolean |
hasColumnForVar(Var var) |
boolean |
isEmpty() |
boolean isEmpty()
boolean hasColumnForVar(Var var)
Set<ScopeEntry> findScopes()
ScopeEntry findScopeForVar(Var var)
Licenced under the Apache License, Version 2.0