Package org.fulib.scenarios.ast.scope
Class DelegatingScope
- java.lang.Object
-
- org.fulib.scenarios.ast.scope.DelegatingScope
-
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
HidingScope
public abstract class DelegatingScope extends java.lang.Object implements Scope
-
-
Constructor Summary
Constructors Constructor Description DelegatingScope(Scope outer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Decl decl)voidreport(Marker marker)Declresolve(java.lang.String name)
-