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). Also need to make sure that Enumeration type have this as well.
See Also:
  • Constructor Details

    • AnyTypeSymbol

      public AnyTypeSymbol(String name, IScope enclosingScope)