Module suggest

Class FieldSymbolImport

All Implemented Interfaces:
MemberSymbol, Symbol, SymbolWithModifiers, TypedSymbol

public class FieldSymbolImport extends FieldSymbol
  • Constructor Details

    • FieldSymbolImport

      public FieldSymbolImport(Field f)
  • 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 VariableSymbol