Package org.fulib.scenarios.ast.scope
Interface Scope
-
- All Known Implementing Classes:
DelegatingScope,EmptyScope,HidingScope
public interface Scope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Decl decl)voidreport(Marker marker)Declresolve(java.lang.String name)
-