Class AnyTypeSymbol

All Implemented Interfaces:
Serializable, IAggregateSymbol, ICanBeGeneric, ICanCaptureVariables, IFunctionSymbol, IMayReturnSymbol, IScope, IScopedSymbol, ISymbol, ISymbolNature, ITokenReference

public class AnyTypeSymbol extends AggregateSymbol implements IFunctionSymbol, Serializable
Special type that is super of Aggregate and super of Function (if they don't have supers).
See Also:
  • Constructor Details

    • AnyTypeSymbol

      public AnyTypeSymbol(String name, IScope enclosingScope)