Class CaptureScopedSymbol

All Implemented Interfaces:
Serializable, ICanCaptureVariables, IScope, IScopedSymbol, ISymbol, ITokenReference
Direct Known Subclasses:
PossibleGenericSymbol

public class CaptureScopedSymbol extends ScopedSymbol implements ICanCaptureVariables
Just focuses on the ability to possible capture variables from an enclosing scope. This is primarily used for dynamic functions and classes.
See Also: