Module suggest

Class ConstructorSymbolImport

All Implemented Interfaces:
Member, MemberSymbol, Scope, Symbol, SymbolWithModifiers, TypedSymbol

public class ConstructorSymbolImport extends ConstructorSymbol
  • Constructor Details

  • Method Details

    • resolveType

      public Type resolveType(Scope scope)
      Description copied from interface: TypedSymbol
      Symbol can be set a type that will be define latter in the file. They can save the text as type and mark themselves as type unresovled. Then when the type is fetched for the first type it is looked in the type table.
      Specified by:
      resolveType in interface TypedSymbol
      Overrides:
      resolveType in class ConstructorSymbol